#D76987

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

Shades of Charm #D76987

Tints of Charm #D76987

Color information

#D76987 (or 0xD76987) is unknown color: approx Charm. HEX triplet: D7, 69 and 87. RGB value is (215,105,135). Sum of RGB (Red+Green+Blue) = 215+105+135=455 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.25% from 455); Green value is 105 (41.41% from 255 or 23.08% from 455); Blue value is 135 (53.12% from 255 or 29.67% from 455); Max value from RGB is 215 - color contains mainly: red. Hex color #D76987 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76987 is #289678. Grayscale: #8D8D8D. Windows color (decimal): -2659961 or 8874455. OLE color: 8874455.

HSL color Cylindrical-coordinate representation of color #D76987: hue angle of 343.64º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D76987 is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB215105135-
CMYK00.510.370.16
HSL343.64º57.89%62.75%-
HSV(B)343.64º51.16%84.31%-
XYZ37.4526.326.02-
YUV141.31124.44180.56-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 47.25%
GREEN value IS 105 (41.41% from 255) = 23.08%
BLUE value IS 135 (53.12% from 255) = 29.67%
R=47.25%
G=23.08%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510513500.510.370.16343.6457.8962.75
HexD7698703325101583a3f
Octal32715120706345205307277
Binary11010111110100110000111011001110010110000101011000111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76987; }

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

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

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

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

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

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

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

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