#D96A7E

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

Shades of Deep Blush #D96A7E

Tints of Deep Blush #D96A7E

Color information

#D96A7E (or 0xD96A7E) is unknown color: approx Deep Blush. HEX triplet: D9, 6A and 7E. RGB value is (217,106,126). Sum of RGB (Red+Green+Blue) = 217+106+126=449 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.33% from 449); Green value is 106 (41.80% from 255 or 23.61% from 449); Blue value is 126 (49.61% from 255 or 28.06% from 449); Max value from RGB is 217 - color contains mainly: red. Hex color #D96A7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96A7E is #269581. Grayscale: #8D8D8D. Windows color (decimal): -2528642 or 8284889. OLE color: 8284889.

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

Color convert

RGB217106126-
CMYK00.510.420.15
HSL349.19º59.36%63.33%-
HSV(B)349.19º51.15%85.1%-
XYZ37.5426.5722.89-
YUV141.47119.27181.87-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.33%
GREEN value IS 106 (41.80% from 255) = 23.61%
BLUE value IS 126 (49.61% from 255) = 28.06%
R=48.33%
G=23.61%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710612600.510.420.15349.1959.3663.33
HexD96A7E0332AF15d3b3f
Octal33115217606352175357377
Binary110110011101010111111001100111010101111101011101111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96A7E; }

 p { color: rgb(217,106,126); }

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

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

 a { background-color: rgb(217,106,126); }

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

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

 span { border-color: rgb(217,106,126); }

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