Shades of Deep Cerise #DC3798
Tints of Deep Cerise #DC3798
RGB
CMYK
RGB Variations
Color information
#DC3798 (or 0xDC3798) is known color: Deep Cerise. HEX triplet: DC, 37 and 98. RGB value is (220,55,152). Sum of RGB (Red+Green+Blue) = 220+55+152=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 55 (21.88% from 255 or 12.88% from 427); Blue value is 152 (59.77% from 255 or 35.60% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3798 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3798 is #23C867. Grayscale: #737373. Windows color (decimal): -2345064 or 9975772. OLE color: 9975772.
HSL color Cylindrical-coordinate representation of color #DC3798: hue angle of 324.73º 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 #DC3798 is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 55 | 152 | - |
| CMYK | 0 | 0.75 | 0.31 | 0.14 |
| HSL | 324.73º | 0.7% | 0.54% | - |
| HSV(B) | 324.73º | 0.75% | 0.86% | - |
| XYZ | 36.55 | 20.22 | 31.68 | - |
| YUV | 115.39 | 148.66 | 202.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 55 | 152 | 0 | 0.75 | 0.31 | 0.14 | 324.73 | 0.7 | 0.54 |
| Hex | DC | 37 | 98 | 0 | 4B | 1F | E | 145 | 46 | 36 |
| Octal | 334 | 67 | 230 | 0 | 113 | 37 | 16 | 505 | 106 | 66 |
| Binary | 11011100 | 110111 | 10011000 | 0 | 1001011 | 11111 | 1110 | 101000101 | 1000110 | 110110 |
Color Harmonies of #DC3798
Complementary color
Monochromatic Colors of #DC3798
Black with #DC3798
Text Example
Text Example
White with #DC3798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3798; }
p { color: rgb(220,55,152); }
H1.HeaderClassName
{
color: #DC3798;
}
.AnyTagClassName
{
color: #DC3798;
}
</style>
background-color css
<style>
a { background-color: #DC3798; }
a { background-color: rgb(220,55,152); }
div.DivClassName
{
background-color: #DC3798;
}
.BgClassName
{
background-color: #DC3798;
}
</style>
border-color css
<style>
span { border-color: #DC3798; }
span { border-color: rgb(220,55,152); }
td.TdClassName
{
border-color: #DC3798;
}
.TagClassName
{
border-color: #DC3798;
}
</style>