Shades of Deep Blush #DD6780
Tints of Deep Blush #DD6780
RGB
CMYK
RGB Variations
Color information
#DD6780 (or 0xDD6780) is known color: Deep Blush. HEX triplet: DD, 67 and 80. RGB value is (221,103,128). Sum of RGB (Red+Green+Blue) = 221+103+128=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 103 (40.62% from 255 or 22.79% from 452); Blue value is 128 (50.39% from 255 or 28.32% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6780 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6780 is #22987F. Grayscale: #8D8D8D. Windows color (decimal): -2267264 or 8415197. OLE color: 8415197.
HSL color Cylindrical-coordinate representation of color #DD6780: hue angle of 347.29º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DD6780 is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 103 | 128 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.13 |
| HSL | 347.29º | 0.63% | 0.64% | - |
| HSV(B) | 347.29º | 0.53% | 0.87% | - |
| XYZ | 38.57 | 26.63 | 23.53 | - |
| YUV | 141.13 | 120.59 | 184.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 103 | 128 | 0 | 0.53 | 0.42 | 0.13 | 347.29 | 0.63 | 0.64 |
| Hex | DD | 67 | 80 | 0 | 35 | 2A | D | 15B | 3F | 40 |
| Octal | 335 | 147 | 200 | 0 | 65 | 52 | 15 | 533 | 77 | 100 |
| Binary | 11011101 | 1100111 | 10000000 | 0 | 110101 | 101010 | 1101 | 101011011 | 111111 | 1000000 |
Color Harmonies of #DD6780
Complementary color
Monochromatic Colors of #DD6780
Black with #DD6780
Text Example
Text Example
White with #DD6780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6780; }
p { color: rgb(221,103,128); }
H1.HeaderClassName
{
color: #DD6780;
}
.AnyTagClassName
{
color: #DD6780;
}
</style>
background-color css
<style>
a { background-color: #DD6780; }
a { background-color: rgb(221,103,128); }
div.DivClassName
{
background-color: #DD6780;
}
.BgClassName
{
background-color: #DD6780;
}
</style>
border-color css
<style>
span { border-color: #DD6780; }
span { border-color: rgb(221,103,128); }
td.TdClassName
{
border-color: #DD6780;
}
.TagClassName
{
border-color: #DD6780;
}
</style>