#DD6D85

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

Shades of Deep Blush #DD6D85

Tints of Deep Blush #DD6D85

Color information

#DD6D85 (or 0xDD6D85) is unknown color: approx Deep Blush. HEX triplet: DD, 6D and 85. RGB value is (221,109,133). Sum of RGB (Red+Green+Blue) = 221+109+133=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 109 (42.97% from 255 or 23.54% from 463); Blue value is 133 (52.34% from 255 or 28.73% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6D85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6D85 is #22927A. Grayscale: #919191. Windows color (decimal): -2265723 or 8744413. OLE color: 8744413.

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

Color convert

RGB221109133-
CMYK00.510.400.13
HSL347.14º62.22%64.71%-
HSV(B)347.14º50.68%86.67%-
XYZ39.522825.51-
YUV145.22121.11182.05-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.73%
GREEN value IS 109 (42.97% from 255) = 23.54%
BLUE value IS 133 (52.34% from 255) = 28.73%
R=47.73%
G=23.54%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110913300.510.400.13347.1462.2264.71
HexDD6D8503328D15b3e41
Octal335155205063501553376101
Binary11011101110110110000101011001110100011011010110111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6D85; }

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

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

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

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

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

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

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

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