#d76f82

Color #D76F82 Charm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Charm #D76F82

Tints of Charm #D76F82

Color information

#D76F82 (or 0xD76F82) is unknown color: approx Charm. HEX triplet: D7, 6F and 82. RGB value is (215,111,130). Sum of RGB (Red+Green+Blue) = 215+111+130=456 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.15% from 456); Green value is 111 (43.75% from 255 or 24.34% from 456); Blue value is 130 (51.17% from 255 or 28.51% from 456); Max value from RGB is 215 - color contains mainly: red. Hex color #D76F82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76F82 is #28907D. Grayscale: #909090. Windows color (decimal): -2658430 or 8548311. OLE color: 8548311.

HSL color Cylindrical-coordinate representation of color #D76F82: hue angle of 349.04º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D76F82 is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB215111130-
CMYK00.480.400.16
HSL349.04º56.52%63.92%-
HSV(B)349.04º48.37%84.31%-
XYZ37.7427.4324.42-
YUV144.26119.96178.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 215 (84.38% from 255) = 47.15%
GREEN value IS 111 (43.75% from 255) = 24.34%
BLUE value IS 130 (51.17% from 255) = 28.51%
R=47.15%
G=24.34%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511113000.480.400.16349.0456.5263.92
HexD76F82030281015d3940
Octal327157202060502053571100
Binary110101111101111100000100110000101000100001010111011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d76f82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d76f82; }

 p { color: rgb(215,111,130); }

 H1.HeaderClassName
 {
   color: #d76f82;
 }
 .AnyTagClassName
 {
   color: #d76f82;
 }
</style>
background-color css

<style>
 a { background-color: #d76f82; }

 a { background-color: rgb(215,111,130); }

 div.DivClassName
 {
   background-color: #d76f82;
 }
 .BgClassName
 {
   background-color: #d76f82;
 }
</style>
border-color css

<style>
 span { border-color: #d76f82; }

 span { border-color: rgb(215,111,130); }

 td.TdClassName
 {
   border-color: #d76f82;
 }
 .TagClassName
 {
   border-color: #d76f82;
 }
</style>