Shades of Deep Magenta #DF23DA
Tints of Deep Magenta #DF23DA
RGB
CMYK
RGB Variations
Color information
#DF23DA (or 0xDF23DA) is known color: Deep Magenta. HEX triplet: DF, 23 and DA. RGB value is (223,35,218). Sum of RGB (Red+Green+Blue) = 223+35+218=476 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.85% from 476); Green value is 35 (14.06% from 255 or 7.35% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 223 - color contains mainly: red. Hex color #DF23DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF23DA is #20DC25. Grayscale: #6F6F6F. Windows color (decimal): -2153510 or 14296031. OLE color: 14296031.
HSL color Cylindrical-coordinate representation of color #DF23DA: hue angle of 301.6º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DF23DA is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 35 | 218 | - |
| CMYK | 0 | 0.84 | 0.02 | 0.13 |
| HSL | 301.6º | 0.75% | 0.51% | - |
| HSV(B) | 301.6º | 0.84% | 0.87% | - |
| XYZ | 43.69 | 21.95 | 68.26 | - |
| YUV | 112.07 | 187.78 | 207.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 35 | 218 | 0 | 0.84 | 0.02 | 0.13 | 301.6 | 0.75 | 0.51 |
| Hex | DF | 23 | DA | 0 | 54 | 2 | D | 12E | 4B | 33 |
| Octal | 337 | 43 | 332 | 0 | 124 | 2 | 15 | 456 | 113 | 63 |
| Binary | 11011111 | 100011 | 11011010 | 0 | 1010100 | 10 | 1101 | 100101110 | 1001011 | 110011 |
Color Harmonies of #DF23DA
Complementary color
Monochromatic Colors of #DF23DA
Black with #DF23DA
Text Example
Text Example
White with #DF23DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF23DA; }
p { color: rgb(223,35,218); }
H1.HeaderClassName
{
color: #DF23DA;
}
.AnyTagClassName
{
color: #DF23DA;
}
</style>
background-color css
<style>
a { background-color: #DF23DA; }
a { background-color: rgb(223,35,218); }
div.DivClassName
{
background-color: #DF23DA;
}
.BgClassName
{
background-color: #DF23DA;
}
</style>
border-color css
<style>
span { border-color: #DF23DA; }
span { border-color: rgb(223,35,218); }
td.TdClassName
{
border-color: #DF23DA;
}
.TagClassName
{
border-color: #DF23DA;
}
</style>