Html Css Color HEX #D96788 Deep Blush

📋 copy color: '#D96788'

red 217 ◦ green 103 ◦ blue 136

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

Shades of Deep Blush #D96788

Tints of Deep Blush #D96788

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.59%

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

R = 47.59%
G = 22.59%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#D96788 (or 0xD96788) is known color: Deep Blush. HEX triplet: D9, 67 and 88. RGB value is (217,103,136). Sum of RGB (Red+Green+Blue) = 217+103+136=456 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.59% from 456); Green value is 103 (40.62% from 255 or 22.59% from 456); Blue value is 136 (53.52% from 255 or 29.82% from 456); Max value from RGB is 217 - color contains mainly: red. Hex color #D96788 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96788 is #269877. Grayscale: #8C8C8C. Windows color (decimal): -2529400 or 8939481. OLE color: 8939481.

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

Color convert

RGB 217 103 136 -
CMYK 0 0.53 0.37 0.15
HSL 342.63º 0.6% 0.63% -
HSV(B) 342.63º 0.53% 0.85% -
XYZ 37.91 26.23 26.36 -
YUV 140.85 125.27 182.32 -
System Red Green Blue C M Y K H S L
Decimal 217 103 136 0 0.53 0.37 0.15 342.63 0.6 0.63
Hex D9 67 88 0 35 25 F 157 3C 3F
Octal 331 147 210 0 65 45 17 527 74 77
Binary 11011001 1100111 10001000 0 110101 100101 1111 101010111 111100 111111

Color Harmonies of #D96788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96788

Black with #D96788

Text Example


Text Example

White with #D96788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96788; }

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

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

background-color css

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

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

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

border-color css

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

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

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