Shades of Deep Blush #DC6F84
Tints of Deep Blush #DC6F84
RGB
CMYK
RGB Variations
Color information
#DC6F84 (or 0xDC6F84) is known color: Deep Blush. HEX triplet: DC, 6F and 84. RGB value is (220,111,132). Sum of RGB (Red+Green+Blue) = 220+111+132=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 111 (43.75% from 255 or 23.97% from 463); Blue value is 132 (51.95% from 255 or 28.51% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6F84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6F84 is #23907B. Grayscale: #929292. Windows color (decimal): -2330748 or 8679388. OLE color: 8679388.
HSL color Cylindrical-coordinate representation of color #DC6F84: hue angle of 348.44º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC6F84 is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 111 | 132 | - |
| CMYK | 0 | 0.50 | 0.40 | 0.14 |
| HSL | 348.44º | 0.61% | 0.65% | - |
| HSV(B) | 348.44º | 0.5% | 0.86% | - |
| XYZ | 39.36 | 28.25 | 25.21 | - |
| YUV | 145.99 | 120.11 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 111 | 132 | 0 | 0.50 | 0.40 | 0.14 | 348.44 | 0.61 | 0.65 |
| Hex | DC | 6F | 84 | 0 | 32 | 28 | E | 15C | 3D | 41 |
| Octal | 334 | 157 | 204 | 0 | 62 | 50 | 16 | 534 | 75 | 101 |
| Binary | 11011100 | 1101111 | 10000100 | 0 | 110010 | 101000 | 1110 | 101011100 | 111101 | 1000001 |
Color Harmonies of #DC6F84
Complementary color
Monochromatic Colors of #DC6F84
Black with #DC6F84
Text Example
Text Example
White with #DC6F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6F84; }
p { color: rgb(220,111,132); }
H1.HeaderClassName
{
color: #DC6F84;
}
.AnyTagClassName
{
color: #DC6F84;
}
</style>
background-color css
<style>
a { background-color: #DC6F84; }
a { background-color: rgb(220,111,132); }
div.DivClassName
{
background-color: #DC6F84;
}
.BgClassName
{
background-color: #DC6F84;
}
</style>
border-color css
<style>
span { border-color: #DC6F84; }
span { border-color: rgb(220,111,132); }
td.TdClassName
{
border-color: #DC6F84;
}
.TagClassName
{
border-color: #DC6F84;
}
</style>