Shades of Deep Cerise #DC3392
Tints of Deep Cerise #DC3392
RGB
CMYK
RGB Variations
Color information
#DC3392 (or 0xDC3392) is known color: Deep Cerise. HEX triplet: DC, 33 and 92. RGB value is (220,51,146). Sum of RGB (Red+Green+Blue) = 220+51+146=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 51 (20.31% from 255 or 12.23% from 417); Blue value is 146 (57.42% from 255 or 35.01% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3392 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3392 is #23CC6D. Grayscale: #707070. Windows color (decimal): -2346094 or 9581532. OLE color: 9581532.
HSL color Cylindrical-coordinate representation of color #DC3392: hue angle of 326.27º 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 #DC3392 is Cyan = 0, Magento = 0.77, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 51 | 146 | - |
| CMYK | 0 | 0.77 | 0.34 | 0.14 |
| HSL | 326.27º | 0.71% | 0.53% | - |
| HSV(B) | 326.27º | 0.77% | 0.86% | - |
| XYZ | 35.89 | 19.66 | 29.1 | - |
| YUV | 112.36 | 146.99 | 204.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 51 | 146 | 0 | 0.77 | 0.34 | 0.14 | 326.27 | 0.71 | 0.53 |
| Hex | DC | 33 | 92 | 0 | 4D | 22 | E | 146 | 47 | 35 |
| Octal | 334 | 63 | 222 | 0 | 115 | 42 | 16 | 506 | 107 | 65 |
| Binary | 11011100 | 110011 | 10010010 | 0 | 1001101 | 100010 | 1110 | 101000110 | 1000111 | 110101 |
Color Harmonies of #DC3392
Complementary color
Monochromatic Colors of #DC3392
Black with #DC3392
Text Example
Text Example
White with #DC3392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3392; }
p { color: rgb(220,51,146); }
H1.HeaderClassName
{
color: #DC3392;
}
.AnyTagClassName
{
color: #DC3392;
}
</style>
background-color css
<style>
a { background-color: #DC3392; }
a { background-color: rgb(220,51,146); }
div.DivClassName
{
background-color: #DC3392;
}
.BgClassName
{
background-color: #DC3392;
}
</style>
border-color css
<style>
span { border-color: #DC3392; }
span { border-color: rgb(220,51,146); }
td.TdClassName
{
border-color: #DC3392;
}
.TagClassName
{
border-color: #DC3392;
}
</style>