#DD6E84

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

Shades of Deep Blush #DD6E84

Tints of Deep Blush #DD6E84

Color information

#DD6E84 (or 0xDD6E84) is unknown color: approx Deep Blush. HEX triplet: DD, 6E and 84. RGB value is (221,110,132). Sum of RGB (Red+Green+Blue) = 221+110+132=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 110 (43.36% from 255 or 23.76% from 463); Blue value is 132 (51.95% from 255 or 28.51% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6E84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6E84 is #22917B. Grayscale: #919191. Windows color (decimal): -2265468 or 8679133. OLE color: 8679133.

HSL color Cylindrical-coordinate representation of color #DD6E84: hue angle of 348.11º 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 #DD6E84 is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB221110132-
CMYK00.500.400.13
HSL348.11º62.01%64.9%-
HSV(B)348.11º50.23%86.67%-
XYZ39.5628.1925.19-
YUV145.7120.27181.71-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.73%
GREEN value IS 110 (43.36% from 255) = 23.76%
BLUE value IS 132 (51.95% from 255) = 28.51%
R=47.73%
G=23.76%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111013200.500.400.13348.1162.0164.9
HexDD6E8403228D15c3e41
Octal335156204062501553476101
Binary11011101110111010000100011001010100011011010111001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6E84; }

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

 H1.HeaderClassName
 {
   color: #DD6E84;
 }
 .AnyTagClassName
 {
   color: #DD6E84;
 }
</style>
background-color css

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

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

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

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

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

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