Shades of Deep Blush #DC7487
Tints of Deep Blush #DC7487
RGB
CMYK
RGB Variations
Color information
#DC7487 (or 0xDC7487) is known color: Deep Blush. HEX triplet: DC, 74 and 87. RGB value is (220,116,135). Sum of RGB (Red+Green+Blue) = 220+116+135=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 116 (45.70% from 255 or 24.63% from 471); Blue value is 135 (53.12% from 255 or 28.66% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7487 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7487 is #238B78. Grayscale: #959595. Windows color (decimal): -2329465 or 8877276. OLE color: 8877276.
HSL color Cylindrical-coordinate representation of color #DC7487: hue angle of 349.04º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DC7487 is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 116 | 135 | - |
| CMYK | 0 | 0.47 | 0.39 | 0.14 |
| HSL | 349.04º | 0.6% | 0.66% | - |
| HSV(B) | 349.04º | 0.47% | 0.86% | - |
| XYZ | 40.13 | 29.46 | 26.49 | - |
| YUV | 149.26 | 119.96 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 116 | 135 | 0 | 0.47 | 0.39 | 0.14 | 349.04 | 0.6 | 0.66 |
| Hex | DC | 74 | 87 | 0 | 2F | 27 | E | 15D | 3C | 42 |
| Octal | 334 | 164 | 207 | 0 | 57 | 47 | 16 | 535 | 74 | 102 |
| Binary | 11011100 | 1110100 | 10000111 | 0 | 101111 | 100111 | 1110 | 101011101 | 111100 | 1000010 |
Color Harmonies of #DC7487
Complementary color
Monochromatic Colors of #DC7487
Black with #DC7487
Text Example
Text Example
White with #DC7487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7487; }
p { color: rgb(220,116,135); }
H1.HeaderClassName
{
color: #DC7487;
}
.AnyTagClassName
{
color: #DC7487;
}
</style>
background-color css
<style>
a { background-color: #DC7487; }
a { background-color: rgb(220,116,135); }
div.DivClassName
{
background-color: #DC7487;
}
.BgClassName
{
background-color: #DC7487;
}
</style>
border-color css
<style>
span { border-color: #DC7487; }
span { border-color: rgb(220,116,135); }
td.TdClassName
{
border-color: #DC7487;
}
.TagClassName
{
border-color: #DC7487;
}
</style>