Shades of Deep Cerise #DC3098
Tints of Deep Cerise #DC3098
RGB
CMYK
RGB Variations
Color information
#DC3098 (or 0xDC3098) is known color: Deep Cerise. HEX triplet: DC, 30 and 98. RGB value is (220,48,152). Sum of RGB (Red+Green+Blue) = 220+48+152=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 48 (19.14% from 255 or 11.43% from 420); Blue value is 152 (59.77% from 255 or 36.19% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3098 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3098 is #23CF67. Grayscale: #6F6F6F. Windows color (decimal): -2346856 or 9973980. OLE color: 9973980.
HSL color Cylindrical-coordinate representation of color #DC3098: hue angle of 323.72º 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 #DC3098 is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 48 | 152 | - |
| CMYK | 0 | 0.78 | 0.31 | 0.14 |
| HSL | 323.72º | 0.71% | 0.53% | - |
| HSV(B) | 323.72º | 0.78% | 0.86% | - |
| XYZ | 36.24 | 19.6 | 31.58 | - |
| YUV | 111.28 | 150.98 | 205.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 48 | 152 | 0 | 0.78 | 0.31 | 0.14 | 323.72 | 0.71 | 0.53 |
| Hex | DC | 30 | 98 | 0 | 4E | 1F | E | 144 | 47 | 35 |
| Octal | 334 | 60 | 230 | 0 | 116 | 37 | 16 | 504 | 107 | 65 |
| Binary | 11011100 | 110000 | 10011000 | 0 | 1001110 | 11111 | 1110 | 101000100 | 1000111 | 110101 |
Color Harmonies of #DC3098
Complementary color
Monochromatic Colors of #DC3098
Black with #DC3098
Text Example
Text Example
White with #DC3098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3098; }
p { color: rgb(220,48,152); }
H1.HeaderClassName
{
color: #DC3098;
}
.AnyTagClassName
{
color: #DC3098;
}
</style>
background-color css
<style>
a { background-color: #DC3098; }
a { background-color: rgb(220,48,152); }
div.DivClassName
{
background-color: #DC3098;
}
.BgClassName
{
background-color: #DC3098;
}
</style>
border-color css
<style>
span { border-color: #DC3098; }
span { border-color: rgb(220,48,152); }
td.TdClassName
{
border-color: #DC3098;
}
.TagClassName
{
border-color: #DC3098;
}
</style>