Html Css Color HEX #D96087 Deep Blush

📋 copy color: '#D96087'

red 217 ◦ green 96 ◦ blue 135

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

Shades of Deep Blush #D96087

Tints of Deep Blush #D96087

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.43%

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

R = 48.44%
G = 21.43%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D96087 (or 0xD96087) is known color: Deep Blush. HEX triplet: D9, 60 and 87. RGB value is (217,96,135). Sum of RGB (Red+Green+Blue) = 217+96+135=448 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.44% from 448); Green value is 96 (37.89% from 255 or 21.43% from 448); Blue value is 135 (53.12% from 255 or 30.13% from 448); Max value from RGB is 217 - color contains mainly: red. Hex color #D96087 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96087 is #269F78. Grayscale: #888888. Windows color (decimal): -2531193 or 8872153. OLE color: 8872153.

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

Color convert

RGB 217 96 135 -
CMYK 0 0.56 0.38 0.15
HSL 340.66º 0.61% 0.61% -
HSV(B) 340.66º 0.56% 0.85% -
XYZ 37.17 24.87 25.76 -
YUV 136.63 127.09 185.33 -
System Red Green Blue C M Y K H S L
Decimal 217 96 135 0 0.56 0.38 0.15 340.66 0.61 0.61
Hex D9 60 87 0 38 26 F 155 3D 3D
Octal 331 140 207 0 70 46 17 525 75 75
Binary 11011001 1100000 10000111 0 111000 100110 1111 101010101 111101 111101

Color Harmonies of #D96087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96087

Black with #D96087

Text Example


Text Example

White with #D96087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96087; }

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

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

background-color css

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

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

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

border-color css

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

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

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