#D96485

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

Shades of Deep Blush #D96485

Tints of Deep Blush #D96485

Color information

#D96485 (or 0xD96485) is unknown color: approx Deep Blush. HEX triplet: D9, 64 and 85. RGB value is (217,100,133). Sum of RGB (Red+Green+Blue) = 217+100+133=450 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.22% from 450); Green value is 100 (39.45% from 255 or 22.22% from 450); Blue value is 133 (52.34% from 255 or 29.56% from 450); Max value from RGB is 217 - color contains mainly: red. Hex color #D96485 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96485 is #269B7A. Grayscale: #8A8A8A. Windows color (decimal): -2530171 or 8742105. OLE color: 8742105.

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

Color convert

RGB217100133-
CMYK00.540.390.15
HSL343.08º60.62%62.16%-
HSV(B)343.08º53.92%85.1%-
XYZ37.4125.5625.15-
YUV138.74124.76183.82-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.22%
GREEN value IS 100 (39.45% from 255) = 22.22%
BLUE value IS 133 (52.34% from 255) = 29.56%
R=48.22%
G=22.22%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710013300.540.390.15343.0860.6262.16
HexD9648503627F1573d3e
Octal33114420506647175277576
Binary1101100111001001000010101101101001111111101010111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96485; }

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

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

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

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

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

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

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

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