Shades of Deep Cerise #DC3196
Tints of Deep Cerise #DC3196
RGB
CMYK
RGB Variations
Color information
#DC3196 (or 0xDC3196) is known color: Deep Cerise. HEX triplet: DC, 31 and 96. RGB value is (220,49,150). Sum of RGB (Red+Green+Blue) = 220+49+150=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 49 (19.53% from 255 or 11.69% from 419); Blue value is 150 (58.98% from 255 or 35.80% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3196 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3196 is #23CE69. Grayscale: #6F6F6F. Windows color (decimal): -2346602 or 9843164. OLE color: 9843164.
HSL color Cylindrical-coordinate representation of color #DC3196: hue angle of 324.56º 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 #DC3196 is Cyan = 0, Magento = 0.78, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 49 | 150 | - |
| CMYK | 0 | 0.78 | 0.32 | 0.14 |
| HSL | 324.56º | 0.71% | 0.53% | - |
| HSV(B) | 324.56º | 0.78% | 0.86% | - |
| XYZ | 36.12 | 19.61 | 30.74 | - |
| YUV | 111.64 | 149.65 | 205.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 49 | 150 | 0 | 0.78 | 0.32 | 0.14 | 324.56 | 0.71 | 0.53 |
| Hex | DC | 31 | 96 | 0 | 4E | 20 | E | 145 | 47 | 35 |
| Octal | 334 | 61 | 226 | 0 | 116 | 40 | 16 | 505 | 107 | 65 |
| Binary | 11011100 | 110001 | 10010110 | 0 | 1001110 | 100000 | 1110 | 101000101 | 1000111 | 110101 |
Color Harmonies of #DC3196
Complementary color
Monochromatic Colors of #DC3196
Black with #DC3196
Text Example
Text Example
White with #DC3196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3196; }
p { color: rgb(220,49,150); }
H1.HeaderClassName
{
color: #DC3196;
}
.AnyTagClassName
{
color: #DC3196;
}
</style>
background-color css
<style>
a { background-color: #DC3196; }
a { background-color: rgb(220,49,150); }
div.DivClassName
{
background-color: #DC3196;
}
.BgClassName
{
background-color: #DC3196;
}
</style>
border-color css
<style>
span { border-color: #DC3196; }
span { border-color: rgb(220,49,150); }
td.TdClassName
{
border-color: #DC3196;
}
.TagClassName
{
border-color: #DC3196;
}
</style>