Shades of Deep Magenta #DF23E1
Tints of Deep Magenta #DF23E1
RGB
CMYK
RGB Variations
Color information
#DF23E1 (or 0xDF23E1) is known color: Deep Magenta. HEX triplet: DF, 23 and E1. RGB value is (223,35,225). Sum of RGB (Red+Green+Blue) = 223+35+225=483 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.17% from 483); Green value is 35 (14.06% from 255 or 7.25% from 483); Blue value is 225 (88.28% from 255 or 46.58% from 483); Max value from RGB is 225 - color contains mainly: blue. Hex color #DF23E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF23E1 is #20DC1E. Grayscale: #707070. Windows color (decimal): -2153503 or 14754783. OLE color: 14754783.
HSL color Cylindrical-coordinate representation of color #DF23E1: hue angle of 299.37º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DF23E1 is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 35 | 225 | - |
| CMYK | 0.01 | 0.84 | 0 | 0.12 |
| HSL | 299.37º | 0.76% | 0.51% | - |
| HSV(B) | 299.37º | 0.84% | 0.88% | - |
| XYZ | 44.62 | 22.33 | 73.19 | - |
| YUV | 112.87 | 191.28 | 206.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 35 | 225 | 0.01 | 0.84 | 0 | 0.12 | 299.37 | 0.76 | 0.51 |
| Hex | DF | 23 | E1 | 1 | 54 | 0 | C | 12B | 4C | 33 |
| Octal | 337 | 43 | 341 | 1 | 124 | 0 | 14 | 453 | 114 | 63 |
| Binary | 11011111 | 100011 | 11100001 | 1 | 1010100 | 0 | 1100 | 100101011 | 1001100 | 110011 |
Color Harmonies of #DF23E1
Complementary color
Monochromatic Colors of #DF23E1
Black with #DF23E1
Text Example
Text Example
White with #DF23E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF23E1; }
p { color: rgb(223,35,225); }
H1.HeaderClassName
{
color: #DF23E1;
}
.AnyTagClassName
{
color: #DF23E1;
}
</style>
background-color css
<style>
a { background-color: #DF23E1; }
a { background-color: rgb(223,35,225); }
div.DivClassName
{
background-color: #DF23E1;
}
.BgClassName
{
background-color: #DF23E1;
}
</style>
border-color css
<style>
span { border-color: #DF23E1; }
span { border-color: rgb(223,35,225); }
td.TdClassName
{
border-color: #DF23E1;
}
.TagClassName
{
border-color: #DF23E1;
}
</style>