#DD6E87

Color #DD6E87 Deep Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Blush #DD6E87

Tints of Deep Blush #DD6E87

Color information

#DD6E87 (or 0xDD6E87) is unknown color: approx 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

RGB221110135-
CMYK00.500.390.13
HSL346.49º62.01%64.9%-
HSV(B)346.49º50.23%86.67%-
XYZ39.7728.2726.28-
YUV146.04121.77181.47-

RGB Variations

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

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.12% from 255) = 28.97%
R=47.42%
G=23.61%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111013500.500.390.13346.4962.0164.9
HexDD6E8703227D15a3e41
Octal335156207062471553276101
Binary11011101110111010000111011001010011111011010110101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>