Shades of Deep Cerise #DC3097
Tints of Deep Cerise #DC3097
RGB
CMYK
RGB Variations
Color information
#DC3097 (or 0xDC3097) is known color: Deep Cerise. HEX triplet: DC, 30 and 97. RGB value is (220,48,151). Sum of RGB (Red+Green+Blue) = 220+48+151=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 48 (19.14% from 255 or 11.46% from 419); Blue value is 151 (59.38% from 255 or 36.04% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3097 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3097 is #23CF68. Grayscale: #6E6E6E. Windows color (decimal): -2346857 or 9908444. OLE color: 9908444.
HSL color Cylindrical-coordinate representation of color #DC3097: hue angle of 324.07º 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 #DC3097 is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 48 | 151 | - |
| CMYK | 0 | 0.78 | 0.31 | 0.14 |
| HSL | 324.07º | 0.71% | 0.53% | - |
| HSV(B) | 324.07º | 0.78% | 0.86% | - |
| XYZ | 36.16 | 19.56 | 31.15 | - |
| YUV | 111.17 | 150.48 | 205.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 48 | 151 | 0 | 0.78 | 0.31 | 0.14 | 324.07 | 0.71 | 0.53 |
| Hex | DC | 30 | 97 | 0 | 4E | 1F | E | 144 | 47 | 35 |
| Octal | 334 | 60 | 227 | 0 | 116 | 37 | 16 | 504 | 107 | 65 |
| Binary | 11011100 | 110000 | 10010111 | 0 | 1001110 | 11111 | 1110 | 101000100 | 1000111 | 110101 |
Color Harmonies of #DC3097
Complementary color
Monochromatic Colors of #DC3097
Black with #DC3097
Text Example
Text Example
White with #DC3097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3097; }
p { color: rgb(220,48,151); }
H1.HeaderClassName
{
color: #DC3097;
}
.AnyTagClassName
{
color: #DC3097;
}
</style>
background-color css
<style>
a { background-color: #DC3097; }
a { background-color: rgb(220,48,151); }
div.DivClassName
{
background-color: #DC3097;
}
.BgClassName
{
background-color: #DC3097;
}
</style>
border-color css
<style>
span { border-color: #DC3097; }
span { border-color: rgb(220,48,151); }
td.TdClassName
{
border-color: #DC3097;
}
.TagClassName
{
border-color: #DC3097;
}
</style>