#D96986

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

Shades of Deep Blush #D96986

Tints of Deep Blush #D96986

Color information

#D96986 (or 0xD96986) is unknown color: approx Deep Blush. HEX triplet: D9, 69 and 86. RGB value is (217,105,134). Sum of RGB (Red+Green+Blue) = 217+105+134=456 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.59% from 456); Green value is 105 (41.41% from 255 or 23.03% from 456); Blue value is 134 (52.73% from 255 or 29.39% from 456); Max value from RGB is 217 - color contains mainly: red. Hex color #D96986 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96986 is #269679. Grayscale: #8D8D8D. Windows color (decimal): -2528890 or 8808921. OLE color: 8808921.

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

Color convert

RGB217105134-
CMYK00.520.380.15
HSL344.46º59.57%63.14%-
HSV(B)344.46º51.61%85.1%-
XYZ37.9726.5825.68-
YUV141.79123.61181.64-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.59%
GREEN value IS 105 (41.41% from 255) = 23.03%
BLUE value IS 134 (52.73% from 255) = 29.39%
R=47.59%
G=23.03%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710513400.520.380.15344.4659.5763.14
HexD9698603426F1583c3f
Octal33115120606446175307477
Binary1101100111010011000011001101001001101111101011000111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96986; }

 p { color: rgb(217,105,134); }

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

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

 a { background-color: rgb(217,105,134); }

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

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

 span { border-color: rgb(217,105,134); }

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