Html Css Color HEX #D96A88 Deep Blush

📋 copy color: '#D96A88'

red 217 ◦ green 106 ◦ blue 136

#D96A88
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Blush #D96A88

Tints of Deep Blush #D96A88

RGB

 RED value IS 217 (85.16% from 255) = 47.28%

 GREEN value IS 106 (41.8% from 255) = 23.09%

 BLUE value IS 136 (53.52% from 255) = 29.63%

R = 47.28%
G = 23.09%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#D96A88 (or 0xD96A88) is known color: Deep Blush. HEX triplet: D9, 6A and 88. RGB value is (217,106,136). Sum of RGB (Red+Green+Blue) = 217+106+136=459 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.28% from 459); Green value is 106 (41.80% from 255 or 23.09% from 459); Blue value is 136 (53.52% from 255 or 29.63% from 459); Max value from RGB is 217 - color contains mainly: red. Hex color #D96A88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96A88 is #269577. Grayscale: #8E8E8E. Windows color (decimal): -2528632 or 8940249. OLE color: 8940249.

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

Color convert

RGB 217 106 136 -
CMYK 0 0.51 0.37 0.15
HSL 343.78º 0.59% 0.63% -
HSV(B) 343.78º 0.51% 0.85% -
XYZ 38.21 26.84 26.46 -
YUV 142.61 124.27 181.06 -
System Red Green Blue C M Y K H S L
Decimal 217 106 136 0 0.51 0.37 0.15 343.78 0.59 0.63
Hex D9 6A 88 0 33 25 F 158 3B 3F
Octal 331 152 210 0 63 45 17 530 73 77
Binary 11011001 1101010 10001000 0 110011 100101 1111 101011000 111011 111111

Color Harmonies of #D96A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96A88

Black with #D96A88

Text Example


Text Example

White with #D96A88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96A88; }

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

 H1.HeaderClassName
 {
   color: #D96A88;
 }
 .AnyTagClassName
 {
   color: #D96A88;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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