Shades of Deep Cerise #DC3487
Tints of Deep Cerise #DC3487
RGB
CMYK
RGB Variations
Color information
#DC3487 (or 0xDC3487) is known color: Deep Cerise. HEX triplet: DC, 34 and 87. RGB value is (220,52,135). Sum of RGB (Red+Green+Blue) = 220+52+135=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 52 (20.70% from 255 or 12.78% from 407); Blue value is 135 (53.12% from 255 or 33.17% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3487 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3487 is #23CB78. Grayscale: #6F6F6F. Windows color (decimal): -2345849 or 8860892. OLE color: 8860892.
HSL color Cylindrical-coordinate representation of color #DC3487: hue angle of 330.36º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC3487 is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 52 | 135 | - |
| CMYK | 0 | 0.76 | 0.39 | 0.14 |
| HSL | 330.36º | 0.71% | 0.53% | - |
| HSV(B) | 330.36º | 0.76% | 0.86% | - |
| XYZ | 35.12 | 19.42 | 24.82 | - |
| YUV | 111.69 | 141.16 | 205.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 52 | 135 | 0 | 0.76 | 0.39 | 0.14 | 330.36 | 0.71 | 0.53 |
| Hex | DC | 34 | 87 | 0 | 4C | 27 | E | 14A | 47 | 35 |
| Octal | 334 | 64 | 207 | 0 | 114 | 47 | 16 | 512 | 107 | 65 |
| Binary | 11011100 | 110100 | 10000111 | 0 | 1001100 | 100111 | 1110 | 101001010 | 1000111 | 110101 |
Color Harmonies of #DC3487
Complementary color
Monochromatic Colors of #DC3487
Black with #DC3487
Text Example
Text Example
White with #DC3487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3487; }
p { color: rgb(220,52,135); }
H1.HeaderClassName
{
color: #DC3487;
}
.AnyTagClassName
{
color: #DC3487;
}
</style>
background-color css
<style>
a { background-color: #DC3487; }
a { background-color: rgb(220,52,135); }
div.DivClassName
{
background-color: #DC3487;
}
.BgClassName
{
background-color: #DC3487;
}
</style>
border-color css
<style>
span { border-color: #DC3487; }
span { border-color: rgb(220,52,135); }
td.TdClassName
{
border-color: #DC3487;
}
.TagClassName
{
border-color: #DC3487;
}
</style>