Shades of Deep Blush #DC6487
Tints of Deep Blush #DC6487
RGB
CMYK
RGB Variations
Color information
#DC6487 (or 0xDC6487) is known color: Deep Blush. HEX triplet: DC, 64 and 87. RGB value is (220,100,135). Sum of RGB (Red+Green+Blue) = 220+100+135=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 100 (39.45% from 255 or 21.98% from 455); Blue value is 135 (53.12% from 255 or 29.67% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6487 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6487 is #239B78. Grayscale: #8B8B8B. Windows color (decimal): -2333561 or 8873180. OLE color: 8873180.
HSL color Cylindrical-coordinate representation of color #DC6487: hue angle of 342.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC6487 is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 100 | 135 | - |
| CMYK | 0 | 0.55 | 0.39 | 0.14 |
| HSL | 342.5º | 0.63% | 0.63% | - |
| HSV(B) | 342.5º | 0.55% | 0.86% | - |
| XYZ | 38.45 | 26.08 | 25.93 | - |
| YUV | 139.87 | 125.26 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 100 | 135 | 0 | 0.55 | 0.39 | 0.14 | 342.5 | 0.63 | 0.63 |
| Hex | DC | 64 | 87 | 0 | 37 | 27 | E | 156 | 3F | 3F |
| Octal | 334 | 144 | 207 | 0 | 67 | 47 | 16 | 526 | 77 | 77 |
| Binary | 11011100 | 1100100 | 10000111 | 0 | 110111 | 100111 | 1110 | 101010110 | 111111 | 111111 |
Color Harmonies of #DC6487
Complementary color
Monochromatic Colors of #DC6487
Black with #DC6487
Text Example
Text Example
White with #DC6487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6487; }
p { color: rgb(220,100,135); }
H1.HeaderClassName
{
color: #DC6487;
}
.AnyTagClassName
{
color: #DC6487;
}
</style>
background-color css
<style>
a { background-color: #DC6487; }
a { background-color: rgb(220,100,135); }
div.DivClassName
{
background-color: #DC6487;
}
.BgClassName
{
background-color: #DC6487;
}
</style>
border-color css
<style>
span { border-color: #DC6487; }
span { border-color: rgb(220,100,135); }
td.TdClassName
{
border-color: #DC6487;
}
.TagClassName
{
border-color: #DC6487;
}
</style>