Html Css Color HEX #D97088 Deep Blush

📋 copy color: '#D97088'

red 217 ◦ green 112 ◦ blue 136

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

Shades of Deep Blush #D97088

Tints of Deep Blush #D97088

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.09%

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

R = 46.67%
G = 24.09%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#D97088 (or 0xD97088) is known color: Deep Blush. HEX triplet: D9, 70 and 88. RGB value is (217,112,136). Sum of RGB (Red+Green+Blue) = 217+112+136=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 112 (44.14% from 255 or 24.09% from 465); Blue value is 136 (53.52% from 255 or 29.25% from 465); Max value from RGB is 217 - color contains mainly: red. Hex color #D97088 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97088 is #268F77. Grayscale: #929292. Windows color (decimal): -2527096 or 8941785. OLE color: 8941785.

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

Color convert

RGB 217 112 136 -
CMYK 0 0.48 0.37 0.15
HSL 346.29º 0.58% 0.65% -
HSV(B) 346.29º 0.48% 0.85% -
XYZ 38.85 28.12 26.67 -
YUV 146.13 122.29 178.55 -
System Red Green Blue C M Y K H S L
Decimal 217 112 136 0 0.48 0.37 0.15 346.29 0.58 0.65
Hex D9 70 88 0 30 25 F 15A 3A 41
Octal 331 160 210 0 60 45 17 532 72 101
Binary 11011001 1110000 10001000 0 110000 100101 1111 101011010 111010 1000001

Color Harmonies of #D97088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97088

Black with #D97088

Text Example


Text Example

White with #D97088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97088; }

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

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

background-color css

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

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

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

border-color css

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

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

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