#D96C80

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

Shades of Deep Blush #D96C80

Tints of Deep Blush #D96C80

Color information

#D96C80 (or 0xD96C80) is unknown color: approx Deep Blush. HEX triplet: D9, 6C and 80. RGB value is (217,108,128). Sum of RGB (Red+Green+Blue) = 217+108+128=453 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.90% from 453); Green value is 108 (42.58% from 255 or 23.84% from 453); Blue value is 128 (50.39% from 255 or 28.26% from 453); Max value from RGB is 217 - color contains mainly: red. Hex color #D96C80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96C80 is #26937F. Grayscale: #8E8E8E. Windows color (decimal): -2528128 or 8416473. OLE color: 8416473.

HSL color Cylindrical-coordinate representation of color #D96C80: hue angle of 348.99º 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 #D96C80 is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB217108128-
CMYK00.500.410.15
HSL348.99º58.92%63.73%-
HSV(B)348.99º50.23%85.1%-
XYZ37.8727.0423.64-
YUV142.87119.61180.87-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.90%
GREEN value IS 108 (42.58% from 255) = 23.84%
BLUE value IS 128 (50.39% from 255) = 28.26%
R=47.90%
G=23.84%
B=28.26%

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
Decimal21710812800.500.410.15348.9958.9263.73
HexD96C8003229F15d3b40
Octal331154200062511753573100
Binary11011001110110010000000011001010100111111010111011110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96C80; }

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

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

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

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

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

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

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

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