Shades of Deep Cerise #DC3287
Tints of Deep Cerise #DC3287
RGB
CMYK
RGB Variations
Color information
#DC3287 (or 0xDC3287) is known color: Deep Cerise. HEX triplet: DC, 32 and 87. RGB value is (220,50,135). Sum of RGB (Red+Green+Blue) = 220+50+135=405 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.32% from 405); Green value is 50 (19.92% from 255 or 12.35% from 405); Blue value is 135 (53.12% from 255 or 33.33% from 405); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3287 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3287 is #23CD78. Grayscale: #6E6E6E. Windows color (decimal): -2346361 or 8860380. OLE color: 8860380.
HSL color Cylindrical-coordinate representation of color #DC3287: hue angle of 330º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC3287 is Cyan = 0, Magento = 0.77, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 50 | 135 | - |
| CMYK | 0 | 0.77 | 0.39 | 0.14 |
| HSL | 330º | 0.71% | 0.53% | - |
| HSV(B) | 330º | 0.77% | 0.86% | - |
| XYZ | 35.03 | 19.25 | 24.79 | - |
| YUV | 110.52 | 141.82 | 206.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 50 | 135 | 0 | 0.77 | 0.39 | 0.14 | 330 | 0.71 | 0.53 |
| Hex | DC | 32 | 87 | 0 | 4D | 27 | E | 14A | 47 | 35 |
| Octal | 334 | 62 | 207 | 0 | 115 | 47 | 16 | 512 | 107 | 65 |
| Binary | 11011100 | 110010 | 10000111 | 0 | 1001101 | 100111 | 1110 | 101001010 | 1000111 | 110101 |
Color Harmonies of #DC3287
Complementary color
Monochromatic Colors of #DC3287
Black with #DC3287
Text Example
Text Example
White with #DC3287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3287; }
p { color: rgb(220,50,135); }
H1.HeaderClassName
{
color: #DC3287;
}
.AnyTagClassName
{
color: #DC3287;
}
</style>
background-color css
<style>
a { background-color: #DC3287; }
a { background-color: rgb(220,50,135); }
div.DivClassName
{
background-color: #DC3287;
}
.BgClassName
{
background-color: #DC3287;
}
</style>
border-color css
<style>
span { border-color: #DC3287; }
span { border-color: rgb(220,50,135); }
td.TdClassName
{
border-color: #DC3287;
}
.TagClassName
{
border-color: #DC3287;
}
</style>