Shades of Deep Cerise #DC3195
Tints of Deep Cerise #DC3195
RGB
CMYK
RGB Variations
Color information
#DC3195 (or 0xDC3195) is known color: Deep Cerise. HEX triplet: DC, 31 and 95. RGB value is (220,49,149). Sum of RGB (Red+Green+Blue) = 220+49+149=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 49 (19.53% from 255 or 11.72% from 418); Blue value is 149 (58.59% from 255 or 35.65% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3195 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3195 is #23CE6A. Grayscale: #6F6F6F. Windows color (decimal): -2346603 or 9777628. OLE color: 9777628.
HSL color Cylindrical-coordinate representation of color #DC3195: hue angle of 324.91º 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 #DC3195 is Cyan = 0, Magento = 0.78, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 49 | 149 | - |
| CMYK | 0 | 0.78 | 0.32 | 0.14 |
| HSL | 324.91º | 0.71% | 0.53% | - |
| HSV(B) | 324.91º | 0.78% | 0.86% | - |
| XYZ | 36.04 | 19.58 | 30.31 | - |
| YUV | 111.53 | 149.15 | 205.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 49 | 149 | 0 | 0.78 | 0.32 | 0.14 | 324.91 | 0.71 | 0.53 |
| Hex | DC | 31 | 95 | 0 | 4E | 20 | E | 145 | 47 | 35 |
| Octal | 334 | 61 | 225 | 0 | 116 | 40 | 16 | 505 | 107 | 65 |
| Binary | 11011100 | 110001 | 10010101 | 0 | 1001110 | 100000 | 1110 | 101000101 | 1000111 | 110101 |
Color Harmonies of #DC3195
Complementary color
Monochromatic Colors of #DC3195
Black with #DC3195
Text Example
Text Example
White with #DC3195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3195; }
p { color: rgb(220,49,149); }
H1.HeaderClassName
{
color: #DC3195;
}
.AnyTagClassName
{
color: #DC3195;
}
</style>
background-color css
<style>
a { background-color: #DC3195; }
a { background-color: rgb(220,49,149); }
div.DivClassName
{
background-color: #DC3195;
}
.BgClassName
{
background-color: #DC3195;
}
</style>
border-color css
<style>
span { border-color: #DC3195; }
span { border-color: rgb(220,49,149); }
td.TdClassName
{
border-color: #DC3195;
}
.TagClassName
{
border-color: #DC3195;
}
</style>