Shades of Deep Cerise #DC3090
Tints of Deep Cerise #DC3090
RGB
CMYK
RGB Variations
Color information
#DC3090 (or 0xDC3090) is known color: Deep Cerise. HEX triplet: DC, 30 and 90. RGB value is (220,48,144). Sum of RGB (Red+Green+Blue) = 220+48+144=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 48 (19.14% from 255 or 11.65% from 412); Blue value is 144 (56.64% from 255 or 34.95% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3090 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3090 is #23CF6F. Grayscale: #6E6E6E. Windows color (decimal): -2346864 or 9449692. OLE color: 9449692.
HSL color Cylindrical-coordinate representation of color #DC3090: hue angle of 326.51º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC3090 is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 48 | 144 | - |
| CMYK | 0 | 0.78 | 0.35 | 0.14 |
| HSL | 326.51º | 0.71% | 0.53% | - |
| HSV(B) | 326.51º | 0.78% | 0.86% | - |
| XYZ | 35.61 | 19.34 | 28.24 | - |
| YUV | 110.37 | 146.98 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 48 | 144 | 0 | 0.78 | 0.35 | 0.14 | 326.51 | 0.71 | 0.53 |
| Hex | DC | 30 | 90 | 0 | 4E | 23 | E | 147 | 47 | 35 |
| Octal | 334 | 60 | 220 | 0 | 116 | 43 | 16 | 507 | 107 | 65 |
| Binary | 11011100 | 110000 | 10010000 | 0 | 1001110 | 100011 | 1110 | 101000111 | 1000111 | 110101 |
Color Harmonies of #DC3090
Complementary color
Monochromatic Colors of #DC3090
Black with #DC3090
Text Example
Text Example
White with #DC3090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3090; }
p { color: rgb(220,48,144); }
H1.HeaderClassName
{
color: #DC3090;
}
.AnyTagClassName
{
color: #DC3090;
}
</style>
background-color css
<style>
a { background-color: #DC3090; }
a { background-color: rgb(220,48,144); }
div.DivClassName
{
background-color: #DC3090;
}
.BgClassName
{
background-color: #DC3090;
}
</style>
border-color css
<style>
span { border-color: #DC3090; }
span { border-color: rgb(220,48,144); }
td.TdClassName
{
border-color: #DC3090;
}
.TagClassName
{
border-color: #DC3090;
}
</style>