Shades of Deep Cerise #DC3198
Tints of Deep Cerise #DC3198
RGB
CMYK
RGB Variations
Color information
#DC3198 (or 0xDC3198) is known color: Deep Cerise. HEX triplet: DC, 31 and 98. RGB value is (220,49,152). Sum of RGB (Red+Green+Blue) = 220+49+152=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 49 (19.53% from 255 or 11.64% from 421); Blue value is 152 (59.77% from 255 or 36.10% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3198 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3198 is #23CE67. Grayscale: #6F6F6F. Windows color (decimal): -2346600 or 9974236. OLE color: 9974236.
HSL color Cylindrical-coordinate representation of color #DC3198: hue angle of 323.86º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC3198 is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 49 | 152 | - |
| CMYK | 0 | 0.78 | 0.31 | 0.14 |
| HSL | 323.86º | 0.71% | 0.53% | - |
| HSV(B) | 323.86º | 0.78% | 0.86% | - |
| XYZ | 36.28 | 19.68 | 31.59 | - |
| YUV | 111.87 | 150.65 | 205.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 49 | 152 | 0 | 0.78 | 0.31 | 0.14 | 323.86 | 0.71 | 0.53 |
| Hex | DC | 31 | 98 | 0 | 4E | 1F | E | 144 | 47 | 35 |
| Octal | 334 | 61 | 230 | 0 | 116 | 37 | 16 | 504 | 107 | 65 |
| Binary | 11011100 | 110001 | 10011000 | 0 | 1001110 | 11111 | 1110 | 101000100 | 1000111 | 110101 |
Color Harmonies of #DC3198
Complementary color
Monochromatic Colors of #DC3198
Black with #DC3198
Text Example
Text Example
White with #DC3198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3198; }
p { color: rgb(220,49,152); }
H1.HeaderClassName
{
color: #DC3198;
}
.AnyTagClassName
{
color: #DC3198;
}
</style>
background-color css
<style>
a { background-color: #DC3198; }
a { background-color: rgb(220,49,152); }
div.DivClassName
{
background-color: #DC3198;
}
.BgClassName
{
background-color: #DC3198;
}
</style>
border-color css
<style>
span { border-color: #DC3198; }
span { border-color: rgb(220,49,152); }
td.TdClassName
{
border-color: #DC3198;
}
.TagClassName
{
border-color: #DC3198;
}
</style>