Shades of Deep Magenta #DE15DF
Tints of Deep Magenta #DE15DF
RGB
CMYK
RGB Variations
Color information
#DE15DF (or 0xDE15DF) is known color: Deep Magenta. HEX triplet: DE, 15 and DF. RGB value is (222,21,223). Sum of RGB (Red+Green+Blue) = 222+21+223=466 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.64% from 466); Green value is 21 (8.59% from 255 or 4.51% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #DE15DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE15DF is #21EA20. Grayscale: #676767. Windows color (decimal): -2222625 or 14620126. OLE color: 14620126.
HSL color Cylindrical-coordinate representation of color #DE15DF: hue angle of 299.7º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DE15DF is Cyan = 0.00, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 21 | 223 | - |
| CMYK | 0.00 | 0.91 | 0 | 0.13 |
| HSL | 299.7º | 0.83% | 0.48% | - |
| HSV(B) | 299.7º | 0.91% | 0.87% | - |
| XYZ | 43.71 | 21.39 | 71.64 | - |
| YUV | 104.13 | 195.09 | 212.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 21 | 223 | 0.00 | 0.91 | 0 | 0.13 | 299.7 | 0.83 | 0.48 |
| Hex | DE | 15 | DF | 0 | 5B | 0 | D | 12C | 53 | 30 |
| Octal | 336 | 25 | 337 | 0 | 133 | 0 | 15 | 454 | 123 | 60 |
| Binary | 11011110 | 10101 | 11011111 | 0 | 1011011 | 0 | 1101 | 100101100 | 1010011 | 110000 |
Color Harmonies of #DE15DF
Complementary color
Monochromatic Colors of #DE15DF
Black with #DE15DF
Text Example
Text Example
White with #DE15DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE15DF; }
p { color: rgb(222,21,223); }
H1.HeaderClassName
{
color: #DE15DF;
}
.AnyTagClassName
{
color: #DE15DF;
}
</style>
background-color css
<style>
a { background-color: #DE15DF; }
a { background-color: rgb(222,21,223); }
div.DivClassName
{
background-color: #DE15DF;
}
.BgClassName
{
background-color: #DE15DF;
}
</style>
border-color css
<style>
span { border-color: #DE15DF; }
span { border-color: rgb(222,21,223); }
td.TdClassName
{
border-color: #DE15DF;
}
.TagClassName
{
border-color: #DE15DF;
}
</style>