Shades of Deep Cerise #DC20A1
Tints of Deep Cerise #DC20A1
RGB
CMYK
RGB Variations
Color information
#DC20A1 (or 0xDC20A1) is known color: Deep Cerise. HEX triplet: DC, 20 and A1. RGB value is (220,32,161). Sum of RGB (Red+Green+Blue) = 220+32+161=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 32 (12.89% from 255 or 7.75% from 413); Blue value is 161 (63.28% from 255 or 38.98% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DC20A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC20A1 is #23DF5E. Grayscale: #666666. Windows color (decimal): -2350943 or 10559708. OLE color: 10559708.
HSL color Cylindrical-coordinate representation of color #DC20A1: hue angle of 318.83º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC20A1 is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 32 | 161 | - |
| CMYK | 0 | 0.85 | 0.27 | 0.14 |
| HSL | 318.83º | 0.75% | 0.49% | - |
| HSV(B) | 318.83º | 0.85% | 0.86% | - |
| XYZ | 36.46 | 18.82 | 35.43 | - |
| YUV | 102.92 | 160.78 | 211.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 32 | 161 | 0 | 0.85 | 0.27 | 0.14 | 318.83 | 0.75 | 0.49 |
| Hex | DC | 20 | A1 | 0 | 55 | 1B | E | 13F | 4B | 31 |
| Octal | 334 | 40 | 241 | 0 | 125 | 33 | 16 | 477 | 113 | 61 |
| Binary | 11011100 | 100000 | 10100001 | 0 | 1010101 | 11011 | 1110 | 100111111 | 1001011 | 110001 |
Color Harmonies of #DC20A1
Complementary color
Monochromatic Colors of #DC20A1
Black with #DC20A1
Text Example
Text Example
White with #DC20A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC20A1; }
p { color: rgb(220,32,161); }
H1.HeaderClassName
{
color: #DC20A1;
}
.AnyTagClassName
{
color: #DC20A1;
}
</style>
background-color css
<style>
a { background-color: #DC20A1; }
a { background-color: rgb(220,32,161); }
div.DivClassName
{
background-color: #DC20A1;
}
.BgClassName
{
background-color: #DC20A1;
}
</style>
border-color css
<style>
span { border-color: #DC20A1; }
span { border-color: rgb(220,32,161); }
td.TdClassName
{
border-color: #DC20A1;
}
.TagClassName
{
border-color: #DC20A1;
}
</style>