#DD6D80

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

Shades of Deep Blush #DD6D80

Tints of Deep Blush #DD6D80

Color information

#DD6D80 (or 0xDD6D80) is unknown color: approx Deep Blush. HEX triplet: DD, 6D and 80. RGB value is (221,109,128). Sum of RGB (Red+Green+Blue) = 221+109+128=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 109 (42.97% from 255 or 23.80% from 458); Blue value is 128 (50.39% from 255 or 27.95% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6D80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6D80 is #22927F. Grayscale: #909090. Windows color (decimal): -2265728 or 8416733. OLE color: 8416733.

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

Color convert

RGB221109128-
CMYK00.510.420.13
HSL349.82º62.22%64.71%-
HSV(B)349.82º50.68%86.67%-
XYZ39.1827.8723.74-
YUV144.65118.61182.46-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.25%
GREEN value IS 109 (42.97% from 255) = 23.80%
BLUE value IS 128 (50.39% from 255) = 27.95%
R=48.25%
G=23.80%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110912800.510.420.13349.8262.2264.71
HexDD6D800332AD15e3e41
Octal335155200063521553676101
Binary11011101110110110000000011001110101011011010111101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6D80; }

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

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

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

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

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

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

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

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