Shades of Deep Cerise #DC3797
Tints of Deep Cerise #DC3797
RGB
CMYK
RGB Variations
Color information
#DC3797 (or 0xDC3797) is known color: Deep Cerise. HEX triplet: DC, 37 and 97. RGB value is (220,55,151). Sum of RGB (Red+Green+Blue) = 220+55+151=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 55 (21.88% from 255 or 12.91% from 426); Blue value is 151 (59.38% from 255 or 35.45% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3797 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3797 is #23C868. Grayscale: #737373. Windows color (decimal): -2345065 or 9910236. OLE color: 9910236.
HSL color Cylindrical-coordinate representation of color #DC3797: hue angle of 325.09º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC3797 is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 55 | 151 | - |
| CMYK | 0 | 0.75 | 0.31 | 0.14 |
| HSL | 325.09º | 0.7% | 0.54% | - |
| HSV(B) | 325.09º | 0.75% | 0.86% | - |
| XYZ | 36.47 | 20.18 | 31.25 | - |
| YUV | 115.28 | 148.16 | 202.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 55 | 151 | 0 | 0.75 | 0.31 | 0.14 | 325.09 | 0.7 | 0.54 |
| Hex | DC | 37 | 97 | 0 | 4B | 1F | E | 145 | 46 | 36 |
| Octal | 334 | 67 | 227 | 0 | 113 | 37 | 16 | 505 | 106 | 66 |
| Binary | 11011100 | 110111 | 10010111 | 0 | 1001011 | 11111 | 1110 | 101000101 | 1000110 | 110110 |
Color Harmonies of #DC3797
Complementary color
Monochromatic Colors of #DC3797
Black with #DC3797
Text Example
Text Example
White with #DC3797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3797; }
p { color: rgb(220,55,151); }
H1.HeaderClassName
{
color: #DC3797;
}
.AnyTagClassName
{
color: #DC3797;
}
</style>
background-color css
<style>
a { background-color: #DC3797; }
a { background-color: rgb(220,55,151); }
div.DivClassName
{
background-color: #DC3797;
}
.BgClassName
{
background-color: #DC3797;
}
</style>
border-color css
<style>
span { border-color: #DC3797; }
span { border-color: rgb(220,55,151); }
td.TdClassName
{
border-color: #DC3797;
}
.TagClassName
{
border-color: #DC3797;
}
</style>