Shades of Deep Blush #DC6886
Tints of Deep Blush #DC6886
RGB
CMYK
RGB Variations
Color information
#DC6886 (or 0xDC6886) is known color: Deep Blush. HEX triplet: DC, 68 and 86. RGB value is (220,104,134). Sum of RGB (Red+Green+Blue) = 220+104+134=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 104 (41.02% from 255 or 22.71% from 458); Blue value is 134 (52.73% from 255 or 29.26% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6886 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6886 is #239779. Grayscale: #8E8E8E. Windows color (decimal): -2332538 or 8808668. OLE color: 8808668.
HSL color Cylindrical-coordinate representation of color #DC6886: hue angle of 344.48º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC6886 is Cyan = 0, Magento = 0.53, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 104 | 134 | - |
| CMYK | 0 | 0.53 | 0.39 | 0.14 |
| HSL | 344.48º | 0.62% | 0.64% | - |
| HSV(B) | 344.48º | 0.53% | 0.86% | - |
| XYZ | 38.77 | 26.84 | 25.69 | - |
| YUV | 142.1 | 123.43 | 183.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 104 | 134 | 0 | 0.53 | 0.39 | 0.14 | 344.48 | 0.62 | 0.64 |
| Hex | DC | 68 | 86 | 0 | 35 | 27 | E | 158 | 3E | 40 |
| Octal | 334 | 150 | 206 | 0 | 65 | 47 | 16 | 530 | 76 | 100 |
| Binary | 11011100 | 1101000 | 10000110 | 0 | 110101 | 100111 | 1110 | 101011000 | 111110 | 1000000 |
Color Harmonies of #DC6886
Complementary color
Monochromatic Colors of #DC6886
Black with #DC6886
Text Example
Text Example
White with #DC6886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6886; }
p { color: rgb(220,104,134); }
H1.HeaderClassName
{
color: #DC6886;
}
.AnyTagClassName
{
color: #DC6886;
}
</style>
background-color css
<style>
a { background-color: #DC6886; }
a { background-color: rgb(220,104,134); }
div.DivClassName
{
background-color: #DC6886;
}
.BgClassName
{
background-color: #DC6886;
}
</style>
border-color css
<style>
span { border-color: #DC6886; }
span { border-color: rgb(220,104,134); }
td.TdClassName
{
border-color: #DC6886;
}
.TagClassName
{
border-color: #DC6886;
}
</style>