Shades of Deep Cerise #DC3498
Tints of Deep Cerise #DC3498
RGB
CMYK
RGB Variations
Color information
#DC3498 (or 0xDC3498) is known color: Deep Cerise. HEX triplet: DC, 34 and 98. RGB value is (220,52,152). Sum of RGB (Red+Green+Blue) = 220+52+152=424 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.89% from 424); Green value is 52 (20.70% from 255 or 12.26% from 424); Blue value is 152 (59.77% from 255 or 35.85% from 424); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3498 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3498 is #23CB67. Grayscale: #717171. Windows color (decimal): -2345832 or 9975004. OLE color: 9975004.
HSL color Cylindrical-coordinate representation of color #DC3498: hue angle of 324.29º 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 #DC3498 is Cyan = 0, Magento = 0.76, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 52 | 152 | - |
| CMYK | 0 | 0.76 | 0.31 | 0.14 |
| HSL | 324.29º | 0.71% | 0.53% | - |
| HSV(B) | 324.29º | 0.76% | 0.86% | - |
| XYZ | 36.41 | 19.94 | 31.64 | - |
| YUV | 113.63 | 149.66 | 203.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 52 | 152 | 0 | 0.76 | 0.31 | 0.14 | 324.29 | 0.71 | 0.53 |
| Hex | DC | 34 | 98 | 0 | 4C | 1F | E | 144 | 47 | 35 |
| Octal | 334 | 64 | 230 | 0 | 114 | 37 | 16 | 504 | 107 | 65 |
| Binary | 11011100 | 110100 | 10011000 | 0 | 1001100 | 11111 | 1110 | 101000100 | 1000111 | 110101 |
Color Harmonies of #DC3498
Complementary color
Monochromatic Colors of #DC3498
Black with #DC3498
Text Example
Text Example
White with #DC3498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3498; }
p { color: rgb(220,52,152); }
H1.HeaderClassName
{
color: #DC3498;
}
.AnyTagClassName
{
color: #DC3498;
}
</style>
background-color css
<style>
a { background-color: #DC3498; }
a { background-color: rgb(220,52,152); }
div.DivClassName
{
background-color: #DC3498;
}
.BgClassName
{
background-color: #DC3498;
}
</style>
border-color css
<style>
span { border-color: #DC3498; }
span { border-color: rgb(220,52,152); }
td.TdClassName
{
border-color: #DC3498;
}
.TagClassName
{
border-color: #DC3498;
}
</style>