Shades of Deep Magenta #DE17C5
Tints of Deep Magenta #DE17C5
RGB
CMYK
RGB Variations
Color information
#DE17C5 (or 0xDE17C5) is known color: Deep Magenta. HEX triplet: DE, 17 and C5. RGB value is (222,23,197). Sum of RGB (Red+Green+Blue) = 222+23+197=442 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.23% from 442); Green value is 23 (9.38% from 255 or 5.20% from 442); Blue value is 197 (77.34% from 255 or 44.57% from 442); Max value from RGB is 222 - color contains mainly: red. Hex color #DE17C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE17C5 is #21E83A. Grayscale: #656565. Windows color (decimal): -2222139 or 12916702. OLE color: 12916702.
HSL color Cylindrical-coordinate representation of color #DE17C5: hue angle of 307.54º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DE17C5 is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 23 | 197 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.13 |
| HSL | 307.54º | 0.81% | 0.48% | - |
| HSV(B) | 307.54º | 0.9% | 0.87% | - |
| XYZ | 40.51 | 20.17 | 54.58 | - |
| YUV | 102.34 | 181.43 | 213.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 23 | 197 | 0 | 0.90 | 0.11 | 0.13 | 307.54 | 0.81 | 0.48 |
| Hex | DE | 17 | C5 | 0 | 5A | B | D | 134 | 51 | 30 |
| Octal | 336 | 27 | 305 | 0 | 132 | 13 | 15 | 464 | 121 | 60 |
| Binary | 11011110 | 10111 | 11000101 | 0 | 1011010 | 1011 | 1101 | 100110100 | 1010001 | 110000 |
Color Harmonies of #DE17C5
Complementary color
Monochromatic Colors of #DE17C5
Black with #DE17C5
Text Example
Text Example
White with #DE17C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE17C5; }
p { color: rgb(222,23,197); }
H1.HeaderClassName
{
color: #DE17C5;
}
.AnyTagClassName
{
color: #DE17C5;
}
</style>
background-color css
<style>
a { background-color: #DE17C5; }
a { background-color: rgb(222,23,197); }
div.DivClassName
{
background-color: #DE17C5;
}
.BgClassName
{
background-color: #DE17C5;
}
</style>
border-color css
<style>
span { border-color: #DE17C5; }
span { border-color: rgb(222,23,197); }
td.TdClassName
{
border-color: #DE17C5;
}
.TagClassName
{
border-color: #DE17C5;
}
</style>