Shades of Deep Magenta #DE17DF
Tints of Deep Magenta #DE17DF
RGB
CMYK
RGB Variations
Color information
#DE17DF (or 0xDE17DF) is known color: Deep Magenta. HEX triplet: DE, 17 and DF. RGB value is (222,23,223). Sum of RGB (Red+Green+Blue) = 222+23+223=468 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.44% from 468); Green value is 23 (9.38% from 255 or 4.91% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 223 - color contains mainly: blue. Hex color #DE17DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE17DF is #21E820. Grayscale: #686868. Windows color (decimal): -2222113 or 14620638. OLE color: 14620638.
HSL color Cylindrical-coordinate representation of color #DE17DF: hue angle of 299.7º 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 #DE17DF is Cyan = 0.00, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 23 | 223 | - |
| CMYK | 0.00 | 0.90 | 0 | 0.13 |
| HSL | 299.7º | 0.81% | 0.48% | - |
| HSV(B) | 299.7º | 0.9% | 0.87% | - |
| XYZ | 43.75 | 21.47 | 71.65 | - |
| YUV | 105.3 | 194.43 | 211.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 23 | 223 | 0.00 | 0.90 | 0 | 0.13 | 299.7 | 0.81 | 0.48 |
| Hex | DE | 17 | DF | 0 | 5A | 0 | D | 12C | 51 | 30 |
| Octal | 336 | 27 | 337 | 0 | 132 | 0 | 15 | 454 | 121 | 60 |
| Binary | 11011110 | 10111 | 11011111 | 0 | 1011010 | 0 | 1101 | 100101100 | 1010001 | 110000 |
Color Harmonies of #DE17DF
Complementary color
Monochromatic Colors of #DE17DF
Black with #DE17DF
Text Example
Text Example
White with #DE17DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE17DF; }
p { color: rgb(222,23,223); }
H1.HeaderClassName
{
color: #DE17DF;
}
.AnyTagClassName
{
color: #DE17DF;
}
</style>
background-color css
<style>
a { background-color: #DE17DF; }
a { background-color: rgb(222,23,223); }
div.DivClassName
{
background-color: #DE17DF;
}
.BgClassName
{
background-color: #DE17DF;
}
</style>
border-color css
<style>
span { border-color: #DE17DF; }
span { border-color: rgb(222,23,223); }
td.TdClassName
{
border-color: #DE17DF;
}
.TagClassName
{
border-color: #DE17DF;
}
</style>