Shades of Deep Cerise #DC217D
Tints of Deep Cerise #DC217D
RGB
CMYK
RGB Variations
Color information
#DC217D (or 0xDC217D) is known color: Deep Cerise. HEX triplet: DC, 21 and 7D. RGB value is (220,33,125). Sum of RGB (Red+Green+Blue) = 220+33+125=378 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.20% from 378); Green value is 33 (13.28% from 255 or 8.73% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 220 - color contains mainly: red. Hex color #DC217D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC217D is #23DE82. Grayscale: #636363. Windows color (decimal): -2350723 or 8200668. OLE color: 8200668.
HSL color Cylindrical-coordinate representation of color #DC217D: hue angle of 330.48º 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 #DC217D is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 33 | 125 | - |
| CMYK | 0 | 0.85 | 0.43 | 0.14 |
| HSL | 330.48º | 0.74% | 0.5% | - |
| HSV(B) | 330.48º | 0.85% | 0.86% | - |
| XYZ | 33.76 | 17.78 | 21.06 | - |
| YUV | 99.4 | 142.45 | 214.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 33 | 125 | 0 | 0.85 | 0.43 | 0.14 | 330.48 | 0.74 | 0.5 |
| Hex | DC | 21 | 7D | 0 | 55 | 2B | E | 14A | 4A | 32 |
| Octal | 334 | 41 | 175 | 0 | 125 | 53 | 16 | 512 | 112 | 62 |
| Binary | 11011100 | 100001 | 1111101 | 0 | 1010101 | 101011 | 1110 | 101001010 | 1001010 | 110010 |
Color Harmonies of #DC217D
Complementary color
Monochromatic Colors of #DC217D
Black with #DC217D
Text Example
Text Example
White with #DC217D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC217D; }
p { color: rgb(220,33,125); }
H1.HeaderClassName
{
color: #DC217D;
}
.AnyTagClassName
{
color: #DC217D;
}
</style>
background-color css
<style>
a { background-color: #DC217D; }
a { background-color: rgb(220,33,125); }
div.DivClassName
{
background-color: #DC217D;
}
.BgClassName
{
background-color: #DC217D;
}
</style>
border-color css
<style>
span { border-color: #DC217D; }
span { border-color: rgb(220,33,125); }
td.TdClassName
{
border-color: #DC217D;
}
.TagClassName
{
border-color: #DC217D;
}
</style>