Html Css Color HEX #DD6E87 Deep Blush

📋 copy color: '#DD6E87'

red 221 ◦ green 110 ◦ blue 135

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

Shades of Deep Blush #DD6E87

Tints of Deep Blush #DD6E87

RGB

 RED value IS 221 (86.72% from 255) = 47.42%

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

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

R = 47.42%
G = 23.61%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DD6E87 (or 0xDD6E87) is known color: Deep Blush. HEX triplet: DD, 6E and 87. RGB value is (221,110,135). Sum of RGB (Red+Green+Blue) = 221+110+135=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 110 (43.36% from 255 or 23.61% from 466); Blue value is 135 (53.12% from 255 or 28.97% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6E87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6E87 is #229178. Grayscale: #929292. Windows color (decimal): -2265465 or 8875741. OLE color: 8875741.

HSL color Cylindrical-coordinate representation of color #DD6E87: hue angle of 346.49º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD6E87 is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 110 135 -
CMYK 0 0.50 0.39 0.13
HSL 346.49º 0.62% 0.65% -
HSV(B) 346.49º 0.5% 0.87% -
XYZ 39.77 28.27 26.28 -
YUV 146.04 121.77 181.47 -
System Red Green Blue C M Y K H S L
Decimal 221 110 135 0 0.50 0.39 0.13 346.49 0.62 0.65
Hex DD 6E 87 0 32 27 D 15A 3E 41
Octal 335 156 207 0 62 47 15 532 76 101
Binary 11011101 1101110 10000111 0 110010 100111 1101 101011010 111110 1000001

Color Harmonies of #DD6E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6E87

Black with #DD6E87

Text Example


Text Example

White with #DD6E87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6E87; }

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

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

background-color css

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

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

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

border-color css

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

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

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