#D96486

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

Shades of Deep Blush #D96486

Tints of Deep Blush #D96486

Color information

#D96486 (or 0xD96486) is unknown color: approx Deep Blush. HEX triplet: D9, 64 and 86. RGB value is (217,100,134). Sum of RGB (Red+Green+Blue) = 217+100+134=451 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.12% from 451); Green value is 100 (39.45% from 255 or 22.17% from 451); Blue value is 134 (52.73% from 255 or 29.71% from 451); Max value from RGB is 217 - color contains mainly: red. Hex color #D96486 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96486 is #269B79. Grayscale: #8A8A8A. Windows color (decimal): -2530170 or 8807641. OLE color: 8807641.

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

Color convert

RGB217100134-
CMYK00.540.380.15
HSL342.56º60.62%62.16%-
HSV(B)342.56º53.92%85.1%-
XYZ37.4825.5925.52-
YUV138.86125.26183.74-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.12%
GREEN value IS 100 (39.45% from 255) = 22.17%
BLUE value IS 134 (52.73% from 255) = 29.71%
R=48.12%
G=22.17%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710013400.540.380.15342.5660.6262.16
HexD9648603626F1573d3e
Octal33114420606646175277576
Binary1101100111001001000011001101101001101111101010111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96486; }

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

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

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

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

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

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

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

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