#D96880

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

Shades of Deep Blush #D96880

Tints of Deep Blush #D96880

Color information

#D96880 (or 0xD96880) is unknown color: approx Deep Blush. HEX triplet: D9, 68 and 80. RGB value is (217,104,128). Sum of RGB (Red+Green+Blue) = 217+104+128=449 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.33% from 449); Green value is 104 (41.02% from 255 or 23.16% from 449); Blue value is 128 (50.39% from 255 or 28.51% from 449); Max value from RGB is 217 - color contains mainly: red. Hex color #D96880 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96880 is #26977F. Grayscale: #8C8C8C. Windows color (decimal): -2529152 or 8415449. OLE color: 8415449.

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

Color convert

RGB217104128-
CMYK00.520.410.15
HSL347.26º59.79%62.94%-
HSV(B)347.26º52.07%85.1%-
XYZ37.4626.2123.51-
YUV140.52120.94182.55-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.33%
GREEN value IS 104 (41.02% from 255) = 23.16%
BLUE value IS 128 (50.39% from 255) = 28.51%
R=48.33%
G=23.16%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710412800.520.410.15347.2659.7962.94
HexD9688003429F15b3c3f
Octal33115020006451175337477
Binary1101100111010001000000001101001010011111101011011111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96880; }

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

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

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

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

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

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

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

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