Shades of Deep Blush #DC6586
Tints of Deep Blush #DC6586
RGB
CMYK
RGB Variations
Color information
#DC6586 (or 0xDC6586) is known color: Deep Blush. HEX triplet: DC, 65 and 86. RGB value is (220,101,134). Sum of RGB (Red+Green+Blue) = 220+101+134=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 101 (39.84% from 255 or 22.20% from 455); Blue value is 134 (52.73% from 255 or 29.45% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6586 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6586 is #239A79. Grayscale: #8C8C8C. Windows color (decimal): -2333306 or 8807900. OLE color: 8807900.
HSL color Cylindrical-coordinate representation of color #DC6586: hue angle of 343.36º 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 #DC6586 is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 101 | 134 | - |
| CMYK | 0 | 0.54 | 0.39 | 0.14 |
| HSL | 343.36º | 0.63% | 0.63% | - |
| HSV(B) | 343.36º | 0.54% | 0.86% | - |
| XYZ | 38.47 | 26.24 | 25.59 | - |
| YUV | 140.34 | 124.42 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 101 | 134 | 0 | 0.54 | 0.39 | 0.14 | 343.36 | 0.63 | 0.63 |
| Hex | DC | 65 | 86 | 0 | 36 | 27 | E | 157 | 3F | 3F |
| Octal | 334 | 145 | 206 | 0 | 66 | 47 | 16 | 527 | 77 | 77 |
| Binary | 11011100 | 1100101 | 10000110 | 0 | 110110 | 100111 | 1110 | 101010111 | 111111 | 111111 |
Color Harmonies of #DC6586
Complementary color
Monochromatic Colors of #DC6586
Black with #DC6586
Text Example
Text Example
White with #DC6586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6586; }
p { color: rgb(220,101,134); }
H1.HeaderClassName
{
color: #DC6586;
}
.AnyTagClassName
{
color: #DC6586;
}
</style>
background-color css
<style>
a { background-color: #DC6586; }
a { background-color: rgb(220,101,134); }
div.DivClassName
{
background-color: #DC6586;
}
.BgClassName
{
background-color: #DC6586;
}
</style>
border-color css
<style>
span { border-color: #DC6586; }
span { border-color: rgb(220,101,134); }
td.TdClassName
{
border-color: #DC6586;
}
.TagClassName
{
border-color: #DC6586;
}
</style>