Shades of Deep Cerise #DC3290
Tints of Deep Cerise #DC3290
RGB
CMYK
RGB Variations
Color information
#DC3290 (or 0xDC3290) is known color: Deep Cerise. HEX triplet: DC, 32 and 90. RGB value is (220,50,144). Sum of RGB (Red+Green+Blue) = 220+50+144=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 50 (19.92% from 255 or 12.08% from 414); Blue value is 144 (56.64% from 255 or 34.78% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3290 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3290 is #23CD6F. Grayscale: #6F6F6F. Windows color (decimal): -2346352 or 9450204. OLE color: 9450204.
HSL color Cylindrical-coordinate representation of color #DC3290: hue angle of 326.82º 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 #DC3290 is Cyan = 0, Magento = 0.77, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 50 | 144 | - |
| CMYK | 0 | 0.77 | 0.35 | 0.14 |
| HSL | 326.82º | 0.71% | 0.53% | - |
| HSV(B) | 326.82º | 0.77% | 0.86% | - |
| XYZ | 35.69 | 19.51 | 28.27 | - |
| YUV | 111.55 | 146.32 | 205.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 50 | 144 | 0 | 0.77 | 0.35 | 0.14 | 326.82 | 0.71 | 0.53 |
| Hex | DC | 32 | 90 | 0 | 4D | 23 | E | 147 | 47 | 35 |
| Octal | 334 | 62 | 220 | 0 | 115 | 43 | 16 | 507 | 107 | 65 |
| Binary | 11011100 | 110010 | 10010000 | 0 | 1001101 | 100011 | 1110 | 101000111 | 1000111 | 110101 |
Color Harmonies of #DC3290
Complementary color
Monochromatic Colors of #DC3290
Black with #DC3290
Text Example
Text Example
White with #DC3290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3290; }
p { color: rgb(220,50,144); }
H1.HeaderClassName
{
color: #DC3290;
}
.AnyTagClassName
{
color: #DC3290;
}
</style>
background-color css
<style>
a { background-color: #DC3290; }
a { background-color: rgb(220,50,144); }
div.DivClassName
{
background-color: #DC3290;
}
.BgClassName
{
background-color: #DC3290;
}
</style>
border-color css
<style>
span { border-color: #DC3290; }
span { border-color: rgb(220,50,144); }
td.TdClassName
{
border-color: #DC3290;
}
.TagClassName
{
border-color: #DC3290;
}
</style>