Shades of Deep Cerise #DC3096
Tints of Deep Cerise #DC3096
RGB
CMYK
RGB Variations
Color information
#DC3096 (or 0xDC3096) is known color: Deep Cerise. HEX triplet: DC, 30 and 96. RGB value is (220,48,150). Sum of RGB (Red+Green+Blue) = 220+48+150=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 48 (19.14% from 255 or 11.48% from 418); Blue value is 150 (58.98% from 255 or 35.89% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3096 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3096 is #23CF69. Grayscale: #6E6E6E. Windows color (decimal): -2346858 or 9842908. OLE color: 9842908.
HSL color Cylindrical-coordinate representation of color #DC3096: hue angle of 324.42º 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 #DC3096 is Cyan = 0, Magento = 0.78, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 48 | 150 | - |
| CMYK | 0 | 0.78 | 0.32 | 0.14 |
| HSL | 324.42º | 0.71% | 0.53% | - |
| HSV(B) | 324.42º | 0.78% | 0.86% | - |
| XYZ | 36.08 | 19.53 | 30.72 | - |
| YUV | 111.06 | 149.98 | 205.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 48 | 150 | 0 | 0.78 | 0.32 | 0.14 | 324.42 | 0.71 | 0.53 |
| Hex | DC | 30 | 96 | 0 | 4E | 20 | E | 144 | 47 | 35 |
| Octal | 334 | 60 | 226 | 0 | 116 | 40 | 16 | 504 | 107 | 65 |
| Binary | 11011100 | 110000 | 10010110 | 0 | 1001110 | 100000 | 1110 | 101000100 | 1000111 | 110101 |
Color Harmonies of #DC3096
Complementary color
Monochromatic Colors of #DC3096
Black with #DC3096
Text Example
Text Example
White with #DC3096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3096; }
p { color: rgb(220,48,150); }
H1.HeaderClassName
{
color: #DC3096;
}
.AnyTagClassName
{
color: #DC3096;
}
</style>
background-color css
<style>
a { background-color: #DC3096; }
a { background-color: rgb(220,48,150); }
div.DivClassName
{
background-color: #DC3096;
}
.BgClassName
{
background-color: #DC3096;
}
</style>
border-color css
<style>
span { border-color: #DC3096; }
span { border-color: rgb(220,48,150); }
td.TdClassName
{
border-color: #DC3096;
}
.TagClassName
{
border-color: #DC3096;
}
</style>