Shades of Deep Blush #DC7587
Tints of Deep Blush #DC7587
RGB
CMYK
RGB Variations
Color information
#DC7587 (or 0xDC7587) is known color: Deep Blush. HEX triplet: DC, 75 and 87. RGB value is (220,117,135). Sum of RGB (Red+Green+Blue) = 220+117+135=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 117 (46.09% from 255 or 24.79% from 472); Blue value is 135 (53.12% from 255 or 28.60% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7587 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7587 is #238A78. Grayscale: #959595. Windows color (decimal): -2329209 or 8877532. OLE color: 8877532.
HSL color Cylindrical-coordinate representation of color #DC7587: hue angle of 349.51º 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 #DC7587 is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 117 | 135 | - |
| CMYK | 0 | 0.47 | 0.39 | 0.14 |
| HSL | 349.51º | 0.6% | 0.66% | - |
| HSV(B) | 349.51º | 0.47% | 0.86% | - |
| XYZ | 40.25 | 29.69 | 26.53 | - |
| YUV | 149.85 | 119.62 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 117 | 135 | 0 | 0.47 | 0.39 | 0.14 | 349.51 | 0.6 | 0.66 |
| Hex | DC | 75 | 87 | 0 | 2F | 27 | E | 15E | 3C | 42 |
| Octal | 334 | 165 | 207 | 0 | 57 | 47 | 16 | 536 | 74 | 102 |
| Binary | 11011100 | 1110101 | 10000111 | 0 | 101111 | 100111 | 1110 | 101011110 | 111100 | 1000010 |
Color Harmonies of #DC7587
Complementary color
Monochromatic Colors of #DC7587
Black with #DC7587
Text Example
Text Example
White with #DC7587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7587; }
p { color: rgb(220,117,135); }
H1.HeaderClassName
{
color: #DC7587;
}
.AnyTagClassName
{
color: #DC7587;
}
</style>
background-color css
<style>
a { background-color: #DC7587; }
a { background-color: rgb(220,117,135); }
div.DivClassName
{
background-color: #DC7587;
}
.BgClassName
{
background-color: #DC7587;
}
</style>
border-color css
<style>
span { border-color: #DC7587; }
span { border-color: rgb(220,117,135); }
td.TdClassName
{
border-color: #DC7587;
}
.TagClassName
{
border-color: #DC7587;
}
</style>