Shades of Deep Cerise #DC3295
Tints of Deep Cerise #DC3295
RGB
CMYK
RGB Variations
Color information
#DC3295 (or 0xDC3295) is known color: Deep Cerise. HEX triplet: DC, 32 and 95. RGB value is (220,50,149). Sum of RGB (Red+Green+Blue) = 220+50+149=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 50 (19.92% from 255 or 11.93% from 419); Blue value is 149 (58.59% from 255 or 35.56% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3295 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3295 is #23CD6A. Grayscale: #6F6F6F. Windows color (decimal): -2346347 or 9777884. OLE color: 9777884.
HSL color Cylindrical-coordinate representation of color #DC3295: hue angle of 325.06º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC3295 is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 50 | 149 | - |
| CMYK | 0 | 0.77 | 0.32 | 0.14 |
| HSL | 325.06º | 0.71% | 0.53% | - |
| HSV(B) | 325.06º | 0.77% | 0.86% | - |
| XYZ | 36.08 | 19.67 | 30.33 | - |
| YUV | 112.12 | 148.82 | 204.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 50 | 149 | 0 | 0.77 | 0.32 | 0.14 | 325.06 | 0.71 | 0.53 |
| Hex | DC | 32 | 95 | 0 | 4D | 20 | E | 145 | 47 | 35 |
| Octal | 334 | 62 | 225 | 0 | 115 | 40 | 16 | 505 | 107 | 65 |
| Binary | 11011100 | 110010 | 10010101 | 0 | 1001101 | 100000 | 1110 | 101000101 | 1000111 | 110101 |
Color Harmonies of #DC3295
Complementary color
Monochromatic Colors of #DC3295
Black with #DC3295
Text Example
Text Example
White with #DC3295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3295; }
p { color: rgb(220,50,149); }
H1.HeaderClassName
{
color: #DC3295;
}
.AnyTagClassName
{
color: #DC3295;
}
</style>
background-color css
<style>
a { background-color: #DC3295; }
a { background-color: rgb(220,50,149); }
div.DivClassName
{
background-color: #DC3295;
}
.BgClassName
{
background-color: #DC3295;
}
</style>
border-color css
<style>
span { border-color: #DC3295; }
span { border-color: rgb(220,50,149); }
td.TdClassName
{
border-color: #DC3295;
}
.TagClassName
{
border-color: #DC3295;
}
</style>