Shades of Deep Cerise #DC3292
Tints of Deep Cerise #DC3292
RGB
CMYK
RGB Variations
Color information
#DC3292 (or 0xDC3292) is known color: Deep Cerise. HEX triplet: DC, 32 and 92. RGB value is (220,50,146). Sum of RGB (Red+Green+Blue) = 220+50+146=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 50 (19.92% from 255 or 12.02% from 416); Blue value is 146 (57.42% from 255 or 35.10% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3292 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3292 is #23CD6D. Grayscale: #6F6F6F. Windows color (decimal): -2346350 or 9581276. OLE color: 9581276.
HSL color Cylindrical-coordinate representation of color #DC3292: hue angle of 326.12º 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 #DC3292 is Cyan = 0, Magento = 0.77, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 50 | 146 | - |
| CMYK | 0 | 0.77 | 0.34 | 0.14 |
| HSL | 326.12º | 0.71% | 0.53% | - |
| HSV(B) | 326.12º | 0.77% | 0.86% | - |
| XYZ | 35.84 | 19.57 | 29.08 | - |
| YUV | 111.77 | 147.32 | 205.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 50 | 146 | 0 | 0.77 | 0.34 | 0.14 | 326.12 | 0.71 | 0.53 |
| Hex | DC | 32 | 92 | 0 | 4D | 22 | E | 146 | 47 | 35 |
| Octal | 334 | 62 | 222 | 0 | 115 | 42 | 16 | 506 | 107 | 65 |
| Binary | 11011100 | 110010 | 10010010 | 0 | 1001101 | 100010 | 1110 | 101000110 | 1000111 | 110101 |
Color Harmonies of #DC3292
Complementary color
Monochromatic Colors of #DC3292
Black with #DC3292
Text Example
Text Example
White with #DC3292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3292; }
p { color: rgb(220,50,146); }
H1.HeaderClassName
{
color: #DC3292;
}
.AnyTagClassName
{
color: #DC3292;
}
</style>
background-color css
<style>
a { background-color: #DC3292; }
a { background-color: rgb(220,50,146); }
div.DivClassName
{
background-color: #DC3292;
}
.BgClassName
{
background-color: #DC3292;
}
</style>
border-color css
<style>
span { border-color: #DC3292; }
span { border-color: rgb(220,50,146); }
td.TdClassName
{
border-color: #DC3292;
}
.TagClassName
{
border-color: #DC3292;
}
</style>