#D96C81

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

Shades of Deep Blush #D96C81

Tints of Deep Blush #D96C81

Color information

#D96C81 (or 0xD96C81) is unknown color: approx Deep Blush. HEX triplet: D9, 6C and 81. RGB value is (217,108,129). Sum of RGB (Red+Green+Blue) = 217+108+129=454 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.80% from 454); Green value is 108 (42.58% from 255 or 23.79% from 454); Blue value is 129 (50.78% from 255 or 28.41% from 454); Max value from RGB is 217 - color contains mainly: red. Hex color #D96C81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96C81 is #26937E. Grayscale: #8F8F8F. Windows color (decimal): -2528127 or 8482009. OLE color: 8482009.

HSL color Cylindrical-coordinate representation of color #D96C81: hue angle of 348.44º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D96C81 is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB217108129-
CMYK00.500.410.15
HSL348.44º58.92%63.73%-
HSV(B)348.44º50.23%85.1%-
XYZ37.9427.0623.99-
YUV142.98120.11180.79-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.80%
GREEN value IS 108 (42.58% from 255) = 23.79%
BLUE value IS 129 (50.78% from 255) = 28.41%
R=47.80%
G=23.79%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710812900.500.410.15348.4458.9263.73
HexD96C8103229F15c3b40
Octal331154201062511753473100
Binary11011001110110010000001011001010100111111010111001110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96C81; }

 p { color: rgb(217,108,129); }

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

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

 a { background-color: rgb(217,108,129); }

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

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

 span { border-color: rgb(217,108,129); }

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