Shades of Deep Cerise #DC2291
Tints of Deep Cerise #DC2291
RGB
CMYK
RGB Variations
Color information
#DC2291 (or 0xDC2291) is known color: Deep Cerise. HEX triplet: DC, 22 and 91. RGB value is (220,34,145). Sum of RGB (Red+Green+Blue) = 220+34+145=399 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.14% from 399); Green value is 34 (13.67% from 255 or 8.52% from 399); Blue value is 145 (57.03% from 255 or 36.34% from 399); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2291 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2291 is #23DD6E. Grayscale: #666666. Windows color (decimal): -2350447 or 9511644. OLE color: 9511644.
HSL color Cylindrical-coordinate representation of color #DC2291: hue angle of 324.19º 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 #DC2291 is Cyan = 0, Magento = 0.85, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 34 | 145 | - |
| CMYK | 0 | 0.85 | 0.34 | 0.14 |
| HSL | 324.19º | 0.73% | 0.5% | - |
| HSV(B) | 324.19º | 0.85% | 0.86% | - |
| XYZ | 35.2 | 18.4 | 28.49 | - |
| YUV | 102.27 | 152.12 | 211.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 34 | 145 | 0 | 0.85 | 0.34 | 0.14 | 324.19 | 0.73 | 0.5 |
| Hex | DC | 22 | 91 | 0 | 55 | 22 | E | 144 | 49 | 32 |
| Octal | 334 | 42 | 221 | 0 | 125 | 42 | 16 | 504 | 111 | 62 |
| Binary | 11011100 | 100010 | 10010001 | 0 | 1010101 | 100010 | 1110 | 101000100 | 1001001 | 110010 |
Color Harmonies of #DC2291
Complementary color
Monochromatic Colors of #DC2291
Black with #DC2291
Text Example
Text Example
White with #DC2291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2291; }
p { color: rgb(220,34,145); }
H1.HeaderClassName
{
color: #DC2291;
}
.AnyTagClassName
{
color: #DC2291;
}
</style>
background-color css
<style>
a { background-color: #DC2291; }
a { background-color: rgb(220,34,145); }
div.DivClassName
{
background-color: #DC2291;
}
.BgClassName
{
background-color: #DC2291;
}
</style>
border-color css
<style>
span { border-color: #DC2291; }
span { border-color: rgb(220,34,145); }
td.TdClassName
{
border-color: #DC2291;
}
.TagClassName
{
border-color: #DC2291;
}
</style>