#D96D88

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

Shades of Deep Blush #D96D88

Tints of Deep Blush #D96D88

Color information

#D96D88 (or 0xD96D88) is unknown color: approx Deep Blush. HEX triplet: D9, 6D and 88. RGB value is (217,109,136). Sum of RGB (Red+Green+Blue) = 217+109+136=462 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.97% from 462); Green value is 109 (42.97% from 255 or 23.59% from 462); Blue value is 136 (53.52% from 255 or 29.44% from 462); Max value from RGB is 217 - color contains mainly: red. Hex color #D96D88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96D88 is #269277. Grayscale: #909090. Windows color (decimal): -2527864 or 8941017. OLE color: 8941017.

HSL color Cylindrical-coordinate representation of color #D96D88: hue angle of 345º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D96D88 is Cyan = 0, Magento = 0.50, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB217109136-
CMYK00.500.370.15
HSL345º58.7%63.92%-
HSV(B)345º49.77%85.1%-
XYZ38.5327.4726.56-
YUV144.37123.28179.8-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.97%
GREEN value IS 109 (42.97% from 255) = 23.59%
BLUE value IS 136 (53.52% from 255) = 29.44%
R=46.97%
G=23.59%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710913600.500.370.1534558.763.92
HexD96D8803225F1593b40
Octal331155210062451753173100
Binary11011001110110110001000011001010010111111010110011110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96D88; }

 p { color: rgb(217,109,136); }

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

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

 a { background-color: rgb(217,109,136); }

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

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

 span { border-color: rgb(217,109,136); }

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