#DD6E85

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

Shades of Deep Blush #DD6E85

Tints of Deep Blush #DD6E85

Color information

#DD6E85 (or 0xDD6E85) is unknown color: approx Deep Blush. HEX triplet: DD, 6E and 85. RGB value is (221,110,133). Sum of RGB (Red+Green+Blue) = 221+110+133=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 110 (43.36% from 255 or 23.71% from 464); Blue value is 133 (52.34% from 255 or 28.66% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6E85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6E85 is #22917A. Grayscale: #919191. Windows color (decimal): -2265467 or 8744669. OLE color: 8744669.

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

Color convert

RGB221110133-
CMYK00.500.400.13
HSL347.57º62.01%64.9%-
HSV(B)347.57º50.23%86.67%-
XYZ39.6328.2225.55-
YUV145.81120.77181.63-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.63%
GREEN value IS 110 (43.36% from 255) = 23.71%
BLUE value IS 133 (52.34% from 255) = 28.66%
R=47.63%
G=23.71%
B=28.66%

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
Decimal22111013300.500.400.13347.5762.0164.9
HexDD6E8503228D15c3e41
Octal335156205062501553476101
Binary11011101110111010000101011001010100011011010111001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6E85; }

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

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

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

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

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

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

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

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