Shades of Deep Blush #DC6984
Tints of Deep Blush #DC6984
RGB
CMYK
RGB Variations
Color information
#DC6984 (or 0xDC6984) is known color: Deep Blush. HEX triplet: DC, 69 and 84. RGB value is (220,105,132). Sum of RGB (Red+Green+Blue) = 220+105+132=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 105 (41.41% from 255 or 22.98% from 457); Blue value is 132 (51.95% from 255 or 28.88% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6984 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6984 is #23967B. Grayscale: #8E8E8E. Windows color (decimal): -2332284 or 8677852. OLE color: 8677852.
HSL color Cylindrical-coordinate representation of color #DC6984: hue angle of 345.91º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC6984 is Cyan = 0, Magento = 0.52, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 105 | 132 | - |
| CMYK | 0 | 0.52 | 0.40 | 0.14 |
| HSL | 345.91º | 0.62% | 0.64% | - |
| HSV(B) | 345.91º | 0.52% | 0.86% | - |
| XYZ | 38.73 | 26.98 | 25 | - |
| YUV | 142.46 | 122.1 | 183.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 105 | 132 | 0 | 0.52 | 0.40 | 0.14 | 345.91 | 0.62 | 0.64 |
| Hex | DC | 69 | 84 | 0 | 34 | 28 | E | 15A | 3E | 40 |
| Octal | 334 | 151 | 204 | 0 | 64 | 50 | 16 | 532 | 76 | 100 |
| Binary | 11011100 | 1101001 | 10000100 | 0 | 110100 | 101000 | 1110 | 101011010 | 111110 | 1000000 |
Color Harmonies of #DC6984
Complementary color
Monochromatic Colors of #DC6984
Black with #DC6984
Text Example
Text Example
White with #DC6984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6984; }
p { color: rgb(220,105,132); }
H1.HeaderClassName
{
color: #DC6984;
}
.AnyTagClassName
{
color: #DC6984;
}
</style>
background-color css
<style>
a { background-color: #DC6984; }
a { background-color: rgb(220,105,132); }
div.DivClassName
{
background-color: #DC6984;
}
.BgClassName
{
background-color: #DC6984;
}
</style>
border-color css
<style>
span { border-color: #DC6984; }
span { border-color: rgb(220,105,132); }
td.TdClassName
{
border-color: #DC6984;
}
.TagClassName
{
border-color: #DC6984;
}
</style>