#D76F87

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

Shades of Charm #D76F87

Tints of Charm #D76F87

Color information

#D76F87 (or 0xD76F87) is unknown color: approx Charm. HEX triplet: D7, 6F and 87. RGB value is (215,111,135). Sum of RGB (Red+Green+Blue) = 215+111+135=461 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.64% from 461); Green value is 111 (43.75% from 255 or 24.08% from 461); Blue value is 135 (53.12% from 255 or 29.28% from 461); Max value from RGB is 215 - color contains mainly: red. Hex color #D76F87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76F87 is #289078. Grayscale: #909090. Windows color (decimal): -2658425 or 8875991. OLE color: 8875991.

HSL color Cylindrical-coordinate representation of color #D76F87: hue angle of 346.15º 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 #D76F87 is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB215111135-
CMYK00.480.370.16
HSL346.15º56.52%63.92%-
HSV(B)346.15º48.37%84.31%-
XYZ38.0827.5726.24-
YUV144.83122.46178.05-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 46.64%
GREEN value IS 111 (43.75% from 255) = 24.08%
BLUE value IS 135 (53.12% from 255) = 29.28%
R=46.64%
G=24.08%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511113500.480.370.16346.1556.5263.92
HexD76F87030251015a3940
Octal327157207060452053271100
Binary110101111101111100001110110000100101100001010110101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76F87; }

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

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

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

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

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

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

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

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