Shades of Deep Blush #DC6884
Tints of Deep Blush #DC6884
RGB
CMYK
RGB Variations
Color information
#DC6884 (or 0xDC6884) is known color: Deep Blush. HEX triplet: DC, 68 and 84. RGB value is (220,104,132). Sum of RGB (Red+Green+Blue) = 220+104+132=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 104 (41.02% from 255 or 22.81% from 456); Blue value is 132 (51.95% from 255 or 28.95% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6884 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6884 is #23977B. Grayscale: #8D8D8D. Windows color (decimal): -2332540 or 8677596. OLE color: 8677596.
HSL color Cylindrical-coordinate representation of color #DC6884: hue angle of 345.52º 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 #DC6884 is Cyan = 0, Magento = 0.53, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 104 | 132 | - |
| CMYK | 0 | 0.53 | 0.40 | 0.14 |
| HSL | 345.52º | 0.62% | 0.64% | - |
| HSV(B) | 345.52º | 0.53% | 0.86% | - |
| XYZ | 38.63 | 26.78 | 24.96 | - |
| YUV | 141.88 | 122.43 | 183.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 104 | 132 | 0 | 0.53 | 0.40 | 0.14 | 345.52 | 0.62 | 0.64 |
| Hex | DC | 68 | 84 | 0 | 35 | 28 | E | 15A | 3E | 40 |
| Octal | 334 | 150 | 204 | 0 | 65 | 50 | 16 | 532 | 76 | 100 |
| Binary | 11011100 | 1101000 | 10000100 | 0 | 110101 | 101000 | 1110 | 101011010 | 111110 | 1000000 |
Color Harmonies of #DC6884
Complementary color
Monochromatic Colors of #DC6884
Black with #DC6884
Text Example
Text Example
White with #DC6884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6884; }
p { color: rgb(220,104,132); }
H1.HeaderClassName
{
color: #DC6884;
}
.AnyTagClassName
{
color: #DC6884;
}
</style>
background-color css
<style>
a { background-color: #DC6884; }
a { background-color: rgb(220,104,132); }
div.DivClassName
{
background-color: #DC6884;
}
.BgClassName
{
background-color: #DC6884;
}
</style>
border-color css
<style>
span { border-color: #DC6884; }
span { border-color: rgb(220,104,132); }
td.TdClassName
{
border-color: #DC6884;
}
.TagClassName
{
border-color: #DC6884;
}
</style>