Shades of Deep Cerise #DC217C
Tints of Deep Cerise #DC217C
RGB
CMYK
RGB Variations
Color information
#DC217C (or 0xDC217C) is known color: Deep Cerise. HEX triplet: DC, 21 and 7C. RGB value is (220,33,124). Sum of RGB (Red+Green+Blue) = 220+33+124=377 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.36% from 377); Green value is 33 (13.28% from 255 or 8.75% from 377); Blue value is 124 (48.83% from 255 or 32.89% from 377); Max value from RGB is 220 - color contains mainly: red. Hex color #DC217C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC217C is #23DE83. Grayscale: #636363. Windows color (decimal): -2350724 or 8135132. OLE color: 8135132.
HSL color Cylindrical-coordinate representation of color #DC217C: hue angle of 330.8º 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 #DC217C is Cyan = 0, Magento = 0.85, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 33 | 124 | - |
| CMYK | 0 | 0.85 | 0.44 | 0.14 |
| HSL | 330.8º | 0.74% | 0.5% | - |
| HSV(B) | 330.8º | 0.85% | 0.86% | - |
| XYZ | 33.7 | 17.76 | 20.72 | - |
| YUV | 99.29 | 141.95 | 214.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 33 | 124 | 0 | 0.85 | 0.44 | 0.14 | 330.8 | 0.74 | 0.5 |
| Hex | DC | 21 | 7C | 0 | 55 | 2C | E | 14B | 4A | 32 |
| Octal | 334 | 41 | 174 | 0 | 125 | 54 | 16 | 513 | 112 | 62 |
| Binary | 11011100 | 100001 | 1111100 | 0 | 1010101 | 101100 | 1110 | 101001011 | 1001010 | 110010 |
Color Harmonies of #DC217C
Complementary color
Monochromatic Colors of #DC217C
Black with #DC217C
Text Example
Text Example
White with #DC217C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC217C; }
p { color: rgb(220,33,124); }
H1.HeaderClassName
{
color: #DC217C;
}
.AnyTagClassName
{
color: #DC217C;
}
</style>
background-color css
<style>
a { background-color: #DC217C; }
a { background-color: rgb(220,33,124); }
div.DivClassName
{
background-color: #DC217C;
}
.BgClassName
{
background-color: #DC217C;
}
</style>
border-color css
<style>
span { border-color: #DC217C; }
span { border-color: rgb(220,33,124); }
td.TdClassName
{
border-color: #DC217C;
}
.TagClassName
{
border-color: #DC217C;
}
</style>