Shades of Deep Cerise #DC2081
Tints of Deep Cerise #DC2081
RGB
CMYK
RGB Variations
Color information
#DC2081 (or 0xDC2081) is known color: Deep Cerise. HEX triplet: DC, 20 and 81. RGB value is (220,32,129). Sum of RGB (Red+Green+Blue) = 220+32+129=381 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.74% from 381); Green value is 32 (12.89% from 255 or 8.40% from 381); Blue value is 129 (50.78% from 255 or 33.86% from 381); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2081 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2081 is #23DF7E. Grayscale: #636363. Windows color (decimal): -2350975 or 8462556. OLE color: 8462556.
HSL color Cylindrical-coordinate representation of color #DC2081: hue angle of 329.04º 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 #DC2081 is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 32 | 129 | - |
| CMYK | 0 | 0.85 | 0.41 | 0.14 |
| HSL | 329.04º | 0.75% | 0.49% | - |
| HSV(B) | 329.04º | 0.85% | 0.86% | - |
| XYZ | 33.99 | 17.83 | 22.42 | - |
| YUV | 99.27 | 144.78 | 214.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 32 | 129 | 0 | 0.85 | 0.41 | 0.14 | 329.04 | 0.75 | 0.49 |
| Hex | DC | 20 | 81 | 0 | 55 | 29 | E | 149 | 4B | 31 |
| Octal | 334 | 40 | 201 | 0 | 125 | 51 | 16 | 511 | 113 | 61 |
| Binary | 11011100 | 100000 | 10000001 | 0 | 1010101 | 101001 | 1110 | 101001001 | 1001011 | 110001 |
Color Harmonies of #DC2081
Complementary color
Monochromatic Colors of #DC2081
Black with #DC2081
Text Example
Text Example
White with #DC2081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2081; }
p { color: rgb(220,32,129); }
H1.HeaderClassName
{
color: #DC2081;
}
.AnyTagClassName
{
color: #DC2081;
}
</style>
background-color css
<style>
a { background-color: #DC2081; }
a { background-color: rgb(220,32,129); }
div.DivClassName
{
background-color: #DC2081;
}
.BgClassName
{
background-color: #DC2081;
}
</style>
border-color css
<style>
span { border-color: #DC2081; }
span { border-color: rgb(220,32,129); }
td.TdClassName
{
border-color: #DC2081;
}
.TagClassName
{
border-color: #DC2081;
}
</style>