Shades of Deep Blush #DC6581
Tints of Deep Blush #DC6581
RGB
CMYK
RGB Variations
Color information
#DC6581 (or 0xDC6581) is known color: Deep Blush. HEX triplet: DC, 65 and 81. RGB value is (220,101,129). Sum of RGB (Red+Green+Blue) = 220+101+129=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 101 (39.84% from 255 or 22.44% from 450); Blue value is 129 (50.78% from 255 or 28.67% from 450); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6581 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6581 is #239A7E. Grayscale: #8B8B8B. Windows color (decimal): -2333311 or 8480220. OLE color: 8480220.
HSL color Cylindrical-coordinate representation of color #DC6581: hue angle of 345.88º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC6581 is Cyan = 0, Magento = 0.54, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 101 | 129 | - |
| CMYK | 0 | 0.54 | 0.41 | 0.14 |
| HSL | 345.88º | 0.63% | 0.63% | - |
| HSV(B) | 345.88º | 0.54% | 0.86% | - |
| XYZ | 38.13 | 26.11 | 23.8 | - |
| YUV | 139.77 | 121.92 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 101 | 129 | 0 | 0.54 | 0.41 | 0.14 | 345.88 | 0.63 | 0.63 |
| Hex | DC | 65 | 81 | 0 | 36 | 29 | E | 15A | 3F | 3F |
| Octal | 334 | 145 | 201 | 0 | 66 | 51 | 16 | 532 | 77 | 77 |
| Binary | 11011100 | 1100101 | 10000001 | 0 | 110110 | 101001 | 1110 | 101011010 | 111111 | 111111 |
Color Harmonies of #DC6581
Complementary color
Monochromatic Colors of #DC6581
Black with #DC6581
Text Example
Text Example
White with #DC6581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6581; }
p { color: rgb(220,101,129); }
H1.HeaderClassName
{
color: #DC6581;
}
.AnyTagClassName
{
color: #DC6581;
}
</style>
background-color css
<style>
a { background-color: #DC6581; }
a { background-color: rgb(220,101,129); }
div.DivClassName
{
background-color: #DC6581;
}
.BgClassName
{
background-color: #DC6581;
}
</style>
border-color css
<style>
span { border-color: #DC6581; }
span { border-color: rgb(220,101,129); }
td.TdClassName
{
border-color: #DC6581;
}
.TagClassName
{
border-color: #DC6581;
}
</style>