#D96984

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

Shades of Deep Blush #D96984

Tints of Deep Blush #D96984

Color information

#D96984 (or 0xD96984) is unknown color: approx Deep Blush. HEX triplet: D9, 69 and 84. RGB value is (217,105,132). Sum of RGB (Red+Green+Blue) = 217+105+132=454 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.80% from 454); Green value is 105 (41.41% from 255 or 23.13% from 454); Blue value is 132 (51.95% from 255 or 29.07% from 454); Max value from RGB is 217 - color contains mainly: red. Hex color #D96984 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96984 is #26967B. Grayscale: #8D8D8D. Windows color (decimal): -2528892 or 8677849. OLE color: 8677849.

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

Color convert

RGB217105132-
CMYK00.520.390.15
HSL345.54º59.57%63.14%-
HSV(B)345.54º51.61%85.1%-
XYZ37.8326.5224.95-
YUV141.57122.61181.8-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.80%
GREEN value IS 105 (41.41% from 255) = 23.13%
BLUE value IS 132 (51.95% from 255) = 29.07%
R=47.80%
G=23.13%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710513200.520.390.15345.5459.5763.14
HexD9698403427F15a3c3f
Octal33115120406447175327477
Binary1101100111010011000010001101001001111111101011010111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96984; }

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

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

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

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

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

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

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

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