#D96F87

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

Shades of Deep Blush #D96F87

Tints of Deep Blush #D96F87

Color information

#D96F87 (or 0xD96F87) is unknown color: approx Deep Blush. HEX triplet: D9, 6F and 87. RGB value is (217,111,135). Sum of RGB (Red+Green+Blue) = 217+111+135=463 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.87% from 463); Green value is 111 (43.75% from 255 or 23.97% from 463); Blue value is 135 (53.12% from 255 or 29.16% from 463); Max value from RGB is 217 - color contains mainly: red. Hex color #D96F87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96F87 is #269078. Grayscale: #919191. Windows color (decimal): -2527353 or 8875993. OLE color: 8875993.

HSL color Cylindrical-coordinate representation of color #D96F87: hue angle of 346.42º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D96F87 is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB217111135-
CMYK00.490.380.15
HSL346.42º58.24%64.31%-
HSV(B)346.42º48.85%85.1%-
XYZ38.6727.8726.26-
YUV145.43122.12179.05-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.87%
GREEN value IS 111 (43.75% from 255) = 23.97%
BLUE value IS 135 (53.12% from 255) = 29.16%
R=46.87%
G=23.97%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711113500.490.380.15346.4258.2464.31
HexD96F8703126F15a3a40
Octal331157207061461753272100
Binary11011001110111110000111011000110011011111010110101110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96F87; }

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

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

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

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

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

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

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

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