Shades of Deep Cerise #DC2290
Tints of Deep Cerise #DC2290
RGB
CMYK
RGB Variations
Color information
#DC2290 (or 0xDC2290) is known color: Deep Cerise. HEX triplet: DC, 22 and 90. RGB value is (220,34,144). Sum of RGB (Red+Green+Blue) = 220+34+144=398 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.28% from 398); Green value is 34 (13.67% from 255 or 8.54% from 398); Blue value is 144 (56.64% from 255 or 36.18% from 398); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2290 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2290 is #23DD6F. Grayscale: #656565. Windows color (decimal): -2350448 or 9446108. OLE color: 9446108.
HSL color Cylindrical-coordinate representation of color #DC2290: hue angle of 324.52º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC2290 is Cyan = 0, Magento = 0.85, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 34 | 144 | - |
| CMYK | 0 | 0.85 | 0.35 | 0.14 |
| HSL | 324.52º | 0.73% | 0.5% | - |
| HSV(B) | 324.52º | 0.85% | 0.86% | - |
| XYZ | 35.12 | 18.37 | 28.08 | - |
| YUV | 102.15 | 151.62 | 212.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 34 | 144 | 0 | 0.85 | 0.35 | 0.14 | 324.52 | 0.73 | 0.5 |
| Hex | DC | 22 | 90 | 0 | 55 | 23 | E | 145 | 49 | 32 |
| Octal | 334 | 42 | 220 | 0 | 125 | 43 | 16 | 505 | 111 | 62 |
| Binary | 11011100 | 100010 | 10010000 | 0 | 1010101 | 100011 | 1110 | 101000101 | 1001001 | 110010 |
Color Harmonies of #DC2290
Complementary color
Monochromatic Colors of #DC2290
Black with #DC2290
Text Example
Text Example
White with #DC2290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2290; }
p { color: rgb(220,34,144); }
H1.HeaderClassName
{
color: #DC2290;
}
.AnyTagClassName
{
color: #DC2290;
}
</style>
background-color css
<style>
a { background-color: #DC2290; }
a { background-color: rgb(220,34,144); }
div.DivClassName
{
background-color: #DC2290;
}
.BgClassName
{
background-color: #DC2290;
}
</style>
border-color css
<style>
span { border-color: #DC2290; }
span { border-color: rgb(220,34,144); }
td.TdClassName
{
border-color: #DC2290;
}
.TagClassName
{
border-color: #DC2290;
}
</style>