Shades of Deep Blush #DC7082
Tints of Deep Blush #DC7082
RGB
CMYK
RGB Variations
Color information
#DC7082 (or 0xDC7082) is known color: Deep Blush. HEX triplet: DC, 70 and 82. RGB value is (220,112,130). Sum of RGB (Red+Green+Blue) = 220+112+130=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 112 (44.14% from 255 or 24.24% from 462); Blue value is 130 (51.17% from 255 or 28.14% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7082 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7082 is #238F7D. Grayscale: #929292. Windows color (decimal): -2330494 or 8548572. OLE color: 8548572.
HSL color Cylindrical-coordinate representation of color #DC7082: hue angle of 350º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC7082 is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 112 | 130 | - |
| CMYK | 0 | 0.49 | 0.41 | 0.14 |
| HSL | 350º | 0.61% | 0.65% | - |
| HSV(B) | 350º | 0.49% | 0.86% | - |
| XYZ | 39.34 | 28.42 | 24.53 | - |
| YUV | 146.34 | 118.78 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 112 | 130 | 0 | 0.49 | 0.41 | 0.14 | 350 | 0.61 | 0.65 |
| Hex | DC | 70 | 82 | 0 | 31 | 29 | E | 15E | 3D | 41 |
| Octal | 334 | 160 | 202 | 0 | 61 | 51 | 16 | 536 | 75 | 101 |
| Binary | 11011100 | 1110000 | 10000010 | 0 | 110001 | 101001 | 1110 | 101011110 | 111101 | 1000001 |
Color Harmonies of #DC7082
Complementary color
Monochromatic Colors of #DC7082
Black with #DC7082
Text Example
Text Example
White with #DC7082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7082; }
p { color: rgb(220,112,130); }
H1.HeaderClassName
{
color: #DC7082;
}
.AnyTagClassName
{
color: #DC7082;
}
</style>
background-color css
<style>
a { background-color: #DC7082; }
a { background-color: rgb(220,112,130); }
div.DivClassName
{
background-color: #DC7082;
}
.BgClassName
{
background-color: #DC7082;
}
</style>
border-color css
<style>
span { border-color: #DC7082; }
span { border-color: rgb(220,112,130); }
td.TdClassName
{
border-color: #DC7082;
}
.TagClassName
{
border-color: #DC7082;
}
</style>