Shades of Deep Cerise #DC2597
Tints of Deep Cerise #DC2597
RGB
CMYK
RGB Variations
Color information
#DC2597 (or 0xDC2597) is known color: Deep Cerise. HEX triplet: DC, 25 and 97. RGB value is (220,37,151). Sum of RGB (Red+Green+Blue) = 220+37+151=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 37 (14.84% from 255 or 9.07% from 408); Blue value is 151 (59.38% from 255 or 37.01% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2597 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2597 is #23DA68. Grayscale: #686868. Windows color (decimal): -2349673 or 9905628. OLE color: 9905628.
HSL color Cylindrical-coordinate representation of color #DC2597: hue angle of 322.62º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC2597 is Cyan = 0, Magento = 0.83, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 37 | 151 | - |
| CMYK | 0 | 0.83 | 0.31 | 0.14 |
| HSL | 322.62º | 0.72% | 0.5% | - |
| HSV(B) | 322.62º | 0.83% | 0.86% | - |
| XYZ | 35.76 | 18.77 | 31.02 | - |
| YUV | 104.71 | 154.13 | 210.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 37 | 151 | 0 | 0.83 | 0.31 | 0.14 | 322.62 | 0.72 | 0.5 |
| Hex | DC | 25 | 97 | 0 | 53 | 1F | E | 143 | 48 | 32 |
| Octal | 334 | 45 | 227 | 0 | 123 | 37 | 16 | 503 | 110 | 62 |
| Binary | 11011100 | 100101 | 10010111 | 0 | 1010011 | 11111 | 1110 | 101000011 | 1001000 | 110010 |
Color Harmonies of #DC2597
Complementary color
Monochromatic Colors of #DC2597
Black with #DC2597
Text Example
Text Example
White with #DC2597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2597; }
p { color: rgb(220,37,151); }
H1.HeaderClassName
{
color: #DC2597;
}
.AnyTagClassName
{
color: #DC2597;
}
</style>
background-color css
<style>
a { background-color: #DC2597; }
a { background-color: rgb(220,37,151); }
div.DivClassName
{
background-color: #DC2597;
}
.BgClassName
{
background-color: #DC2597;
}
</style>
border-color css
<style>
span { border-color: #DC2597; }
span { border-color: rgb(220,37,151); }
td.TdClassName
{
border-color: #DC2597;
}
.TagClassName
{
border-color: #DC2597;
}
</style>