#D96B81

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

Shades of Deep Blush #D96B81

Tints of Deep Blush #D96B81

Color information

#D96B81 (or 0xD96B81) is unknown color: approx Deep Blush. HEX triplet: D9, 6B and 81. RGB value is (217,107,129). Sum of RGB (Red+Green+Blue) = 217+107+129=453 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.90% from 453); Green value is 107 (42.19% from 255 or 23.62% from 453); Blue value is 129 (50.78% from 255 or 28.48% from 453); Max value from RGB is 217 - color contains mainly: red. Hex color #D96B81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96B81 is #26947E. Grayscale: #8E8E8E. Windows color (decimal): -2528383 or 8481753. OLE color: 8481753.

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

Color convert

RGB217107129-
CMYK00.510.410.15
HSL348º59.14%63.53%-
HSV(B)348º50.69%85.1%-
XYZ37.8426.8523.96-
YUV142.4120.44181.21-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.90%
GREEN value IS 107 (42.19% from 255) = 23.62%
BLUE value IS 129 (50.78% from 255) = 28.48%
R=47.90%
G=23.62%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710712900.510.410.1534859.1463.53
HexD96B8103329F15c3b40
Octal331153201063511753473100
Binary11011001110101110000001011001110100111111010111001110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96B81; }

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

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

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

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

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

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

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

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