Html Css Color HEX #D96E87 Deep Blush

📋 copy color: '#D96E87'

red 217 ◦ green 110 ◦ blue 135

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

Shades of Deep Blush #D96E87

Tints of Deep Blush #D96E87

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.81%

 BLUE value IS 135 (53.13% from 255) = 29.22%

R = 46.97%
G = 23.81%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D96E87 (or 0xD96E87) is known color: Deep Blush. HEX triplet: D9, 6E and 87. RGB value is (217,110,135). Sum of RGB (Red+Green+Blue) = 217+110+135=462 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.97% from 462); Green value is 110 (43.36% from 255 or 23.81% from 462); Blue value is 135 (53.12% from 255 or 29.22% from 462); Max value from RGB is 217 - color contains mainly: red. Hex color #D96E87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96E87 is #269178. Grayscale: #909090. Windows color (decimal): -2527609 or 8875737. OLE color: 8875737.

HSL color Cylindrical-coordinate representation of color #D96E87: hue angle of 345.98º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D96E87 is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 110 135 -
CMYK 0 0.49 0.38 0.15
HSL 345.98º 0.58% 0.64% -
HSV(B) 345.98º 0.49% 0.85% -
XYZ 38.56 27.65 26.23 -
YUV 144.84 122.45 179.47 -
System Red Green Blue C M Y K H S L
Decimal 217 110 135 0 0.49 0.38 0.15 345.98 0.58 0.64
Hex D9 6E 87 0 31 26 F 15A 3A 40
Octal 331 156 207 0 61 46 17 532 72 100
Binary 11011001 1101110 10000111 0 110001 100110 1111 101011010 111010 1000000

Color Harmonies of #D96E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96E87

Black with #D96E87

Text Example


Text Example

White with #D96E87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96E87; }

 p { color: rgb(217,110,135); }

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

background-color css

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

 a { background-color: rgb(217,110,135); }

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

border-color css

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

 span { border-color: rgb(217,110,135); }

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