#D96686

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

Shades of Deep Blush #D96686

Tints of Deep Blush #D96686

Color information

#D96686 (or 0xD96686) is unknown color: approx Deep Blush. HEX triplet: D9, 66 and 86. RGB value is (217,102,134). Sum of RGB (Red+Green+Blue) = 217+102+134=453 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.90% from 453); Green value is 102 (40.23% from 255 or 22.52% from 453); Blue value is 134 (52.73% from 255 or 29.58% from 453); Max value from RGB is 217 - color contains mainly: red. Hex color #D96686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96686 is #269979. Grayscale: #8C8C8C. Windows color (decimal): -2529658 or 8808153. OLE color: 8808153.

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

Color convert

RGB217102134-
CMYK00.530.380.15
HSL343.3º60.21%62.55%-
HSV(B)343.3º53%85.1%-
XYZ37.6725.9825.58-
YUV140.03124.6182.9-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.90%
GREEN value IS 102 (40.23% from 255) = 22.52%
BLUE value IS 134 (52.73% from 255) = 29.58%
R=47.90%
G=22.52%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710213400.530.380.15343.360.2162.55
HexD9668603526F1573c3f
Octal33114620606546175277477
Binary1101100111001101000011001101011001101111101010111111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96686; }

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

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

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

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

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

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

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

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