Shades of Deep Cerise #DC2181
Tints of Deep Cerise #DC2181
RGB
CMYK
RGB Variations
Color information
#DC2181 (or 0xDC2181) is known color: Deep Cerise. HEX triplet: DC, 21 and 81. RGB value is (220,33,129). Sum of RGB (Red+Green+Blue) = 220+33+129=382 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.59% from 382); Green value is 33 (13.28% from 255 or 8.64% from 382); Blue value is 129 (50.78% from 255 or 33.77% from 382); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2181 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2181 is #23DE7E. Grayscale: #636363. Windows color (decimal): -2350719 or 8462812. OLE color: 8462812.
HSL color Cylindrical-coordinate representation of color #DC2181: hue angle of 329.2º degrees, saturation: 0.74, 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 #DC2181 is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 33 | 129 | - |
| CMYK | 0 | 0.85 | 0.41 | 0.14 |
| HSL | 329.2º | 0.74% | 0.5% | - |
| HSV(B) | 329.2º | 0.85% | 0.86% | - |
| XYZ | 34.02 | 17.89 | 22.43 | - |
| YUV | 99.86 | 144.45 | 213.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 33 | 129 | 0 | 0.85 | 0.41 | 0.14 | 329.2 | 0.74 | 0.5 |
| Hex | DC | 21 | 81 | 0 | 55 | 29 | E | 149 | 4A | 32 |
| Octal | 334 | 41 | 201 | 0 | 125 | 51 | 16 | 511 | 112 | 62 |
| Binary | 11011100 | 100001 | 10000001 | 0 | 1010101 | 101001 | 1110 | 101001001 | 1001010 | 110010 |
Color Harmonies of #DC2181
Complementary color
Monochromatic Colors of #DC2181
Black with #DC2181
Text Example
Text Example
White with #DC2181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2181; }
p { color: rgb(220,33,129); }
H1.HeaderClassName
{
color: #DC2181;
}
.AnyTagClassName
{
color: #DC2181;
}
</style>
background-color css
<style>
a { background-color: #DC2181; }
a { background-color: rgb(220,33,129); }
div.DivClassName
{
background-color: #DC2181;
}
.BgClassName
{
background-color: #DC2181;
}
</style>
border-color css
<style>
span { border-color: #DC2181; }
span { border-color: rgb(220,33,129); }
td.TdClassName
{
border-color: #DC2181;
}
.TagClassName
{
border-color: #DC2181;
}
</style>