Shades of Deep Cerise #DC3293
Tints of Deep Cerise #DC3293
RGB
CMYK
RGB Variations
Color information
#DC3293 (or 0xDC3293) is known color: Deep Cerise. HEX triplet: DC, 32 and 93. RGB value is (220,50,147). Sum of RGB (Red+Green+Blue) = 220+50+147=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 50 (19.92% from 255 or 11.99% from 417); Blue value is 147 (57.81% from 255 or 35.25% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3293 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3293 is #23CD6C. Grayscale: #6F6F6F. Windows color (decimal): -2346349 or 9646812. OLE color: 9646812.
HSL color Cylindrical-coordinate representation of color #DC3293: hue angle of 325.76º 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 #DC3293 is Cyan = 0, Magento = 0.77, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 50 | 147 | - |
| CMYK | 0 | 0.77 | 0.33 | 0.14 |
| HSL | 325.76º | 0.71% | 0.53% | - |
| HSV(B) | 325.76º | 0.77% | 0.86% | - |
| XYZ | 35.92 | 19.6 | 29.49 | - |
| YUV | 111.89 | 147.82 | 205.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 50 | 147 | 0 | 0.77 | 0.33 | 0.14 | 325.76 | 0.71 | 0.53 |
| Hex | DC | 32 | 93 | 0 | 4D | 21 | E | 146 | 47 | 35 |
| Octal | 334 | 62 | 223 | 0 | 115 | 41 | 16 | 506 | 107 | 65 |
| Binary | 11011100 | 110010 | 10010011 | 0 | 1001101 | 100001 | 1110 | 101000110 | 1000111 | 110101 |
Color Harmonies of #DC3293
Complementary color
Monochromatic Colors of #DC3293
Black with #DC3293
Text Example
Text Example
White with #DC3293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3293; }
p { color: rgb(220,50,147); }
H1.HeaderClassName
{
color: #DC3293;
}
.AnyTagClassName
{
color: #DC3293;
}
</style>
background-color css
<style>
a { background-color: #DC3293; }
a { background-color: rgb(220,50,147); }
div.DivClassName
{
background-color: #DC3293;
}
.BgClassName
{
background-color: #DC3293;
}
</style>
border-color css
<style>
span { border-color: #DC3293; }
span { border-color: rgb(220,50,147); }
td.TdClassName
{
border-color: #DC3293;
}
.TagClassName
{
border-color: #DC3293;
}
</style>