Shades of Deep Blush #DC7087
Tints of Deep Blush #DC7087
RGB
CMYK
RGB Variations
Color information
#DC7087 (or 0xDC7087) is known color: Deep Blush. HEX triplet: DC, 70 and 87. RGB value is (220,112,135). Sum of RGB (Red+Green+Blue) = 220+112+135=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 112 (44.14% from 255 or 23.98% from 467); Blue value is 135 (53.12% from 255 or 28.91% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7087 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7087 is #238F78. Grayscale: #929292. Windows color (decimal): -2330489 or 8876252. OLE color: 8876252.
HSL color Cylindrical-coordinate representation of color #DC7087: hue angle of 347.22º 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 #DC7087 is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 112 | 135 | - |
| CMYK | 0 | 0.49 | 0.39 | 0.14 |
| HSL | 347.22º | 0.61% | 0.65% | - |
| HSV(B) | 347.22º | 0.49% | 0.86% | - |
| XYZ | 39.68 | 28.55 | 26.34 | - |
| YUV | 146.91 | 121.28 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 112 | 135 | 0 | 0.49 | 0.39 | 0.14 | 347.22 | 0.61 | 0.65 |
| Hex | DC | 70 | 87 | 0 | 31 | 27 | E | 15B | 3D | 41 |
| Octal | 334 | 160 | 207 | 0 | 61 | 47 | 16 | 533 | 75 | 101 |
| Binary | 11011100 | 1110000 | 10000111 | 0 | 110001 | 100111 | 1110 | 101011011 | 111101 | 1000001 |
Color Harmonies of #DC7087
Complementary color
Monochromatic Colors of #DC7087
Black with #DC7087
Text Example
Text Example
White with #DC7087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7087; }
p { color: rgb(220,112,135); }
H1.HeaderClassName
{
color: #DC7087;
}
.AnyTagClassName
{
color: #DC7087;
}
</style>
background-color css
<style>
a { background-color: #DC7087; }
a { background-color: rgb(220,112,135); }
div.DivClassName
{
background-color: #DC7087;
}
.BgClassName
{
background-color: #DC7087;
}
</style>
border-color css
<style>
span { border-color: #DC7087; }
span { border-color: rgb(220,112,135); }
td.TdClassName
{
border-color: #DC7087;
}
.TagClassName
{
border-color: #DC7087;
}
</style>