#D76E81

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

Shades of Charm #D76E81

Tints of Charm #D76E81

Color information

#D76E81 (or 0xD76E81) is unknown color: approx Charm. HEX triplet: D7, 6E and 81. RGB value is (215,110,129). Sum of RGB (Red+Green+Blue) = 215+110+129=454 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.36% from 454); Green value is 110 (43.36% from 255 or 24.23% from 454); Blue value is 129 (50.78% from 255 or 28.41% from 454); Max value from RGB is 215 - color contains mainly: red. Hex color #D76E81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76E81 is #28917E. Grayscale: #8F8F8F. Windows color (decimal): -2658687 or 8482519. OLE color: 8482519.

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

Color convert

RGB215110129-
CMYK00.490.40.16
HSL349.14º56.76%63.73%-
HSV(B)349.14º48.84%84.31%-
XYZ37.5627.1824.04-
YUV143.56119.79178.96-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 47.36%
GREEN value IS 110 (43.36% from 255) = 24.23%
BLUE value IS 129 (50.78% from 255) = 28.41%
R=47.36%
G=24.23%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.4
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511012900.490.40.16349.1456.7663.73
HexD76E81031281015d3940
Octal327156201061502053571100
Binary110101111101110100000010110001101000100001010111011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76E81; }

 p { color: rgb(215,110,129); }

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

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

 a { background-color: rgb(215,110,129); }

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

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

 span { border-color: rgb(215,110,129); }

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