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