Shades of Deep Blush #DC6784
Tints of Deep Blush #DC6784
RGB
CMYK
RGB Variations
Color information
#DC6784 (or 0xDC6784) is known color: Deep Blush. HEX triplet: DC, 67 and 84. RGB value is (220,103,132). Sum of RGB (Red+Green+Blue) = 220+103+132=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 103 (40.62% from 255 or 22.64% from 455); Blue value is 132 (51.95% from 255 or 29.01% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6784 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6784 is #23987B. Grayscale: #8D8D8D. Windows color (decimal): -2332796 or 8677340. OLE color: 8677340.
HSL color Cylindrical-coordinate representation of color #DC6784: hue angle of 345.13º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC6784 is Cyan = 0, Magento = 0.53, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 103 | 132 | - |
| CMYK | 0 | 0.53 | 0.40 | 0.14 |
| HSL | 345.13º | 0.63% | 0.63% | - |
| HSV(B) | 345.13º | 0.53% | 0.86% | - |
| XYZ | 38.53 | 26.58 | 24.93 | - |
| YUV | 141.29 | 122.76 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 103 | 132 | 0 | 0.53 | 0.40 | 0.14 | 345.13 | 0.63 | 0.63 |
| Hex | DC | 67 | 84 | 0 | 35 | 28 | E | 159 | 3F | 3F |
| Octal | 334 | 147 | 204 | 0 | 65 | 50 | 16 | 531 | 77 | 77 |
| Binary | 11011100 | 1100111 | 10000100 | 0 | 110101 | 101000 | 1110 | 101011001 | 111111 | 111111 |
Color Harmonies of #DC6784
Complementary color
Monochromatic Colors of #DC6784
Black with #DC6784
Text Example
Text Example
White with #DC6784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6784; }
p { color: rgb(220,103,132); }
H1.HeaderClassName
{
color: #DC6784;
}
.AnyTagClassName
{
color: #DC6784;
}
</style>
background-color css
<style>
a { background-color: #DC6784; }
a { background-color: rgb(220,103,132); }
div.DivClassName
{
background-color: #DC6784;
}
.BgClassName
{
background-color: #DC6784;
}
</style>
border-color css
<style>
span { border-color: #DC6784; }
span { border-color: rgb(220,103,132); }
td.TdClassName
{
border-color: #DC6784;
}
.TagClassName
{
border-color: #DC6784;
}
</style>