Shades of Deep Magenta #DF13DA
Tints of Deep Magenta #DF13DA
RGB
CMYK
RGB Variations
Color information
#DF13DA (or 0xDF13DA) is known color: Deep Magenta. HEX triplet: DF, 13 and DA. RGB value is (223,19,218). Sum of RGB (Red+Green+Blue) = 223+19+218=460 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.48% from 460); Green value is 19 (7.81% from 255 or 4.13% from 460); Blue value is 218 (85.55% from 255 or 47.39% from 460); Max value from RGB is 223 - color contains mainly: red. Hex color #DF13DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF13DA is #20EC25. Grayscale: #666666. Windows color (decimal): -2157606 or 14291935. OLE color: 14291935.
HSL color Cylindrical-coordinate representation of color #DF13DA: hue angle of 301.47º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF13DA is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 19 | 218 | - |
| CMYK | 0 | 0.91 | 0.02 | 0.13 |
| HSL | 301.47º | 0.84% | 0.47% | - |
| HSV(B) | 301.47º | 0.91% | 0.87% | - |
| XYZ | 43.32 | 21.22 | 68.14 | - |
| YUV | 102.68 | 193.09 | 213.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 19 | 218 | 0 | 0.91 | 0.02 | 0.13 | 301.47 | 0.84 | 0.47 |
| Hex | DF | 13 | DA | 0 | 5B | 2 | D | 12D | 54 | 2F |
| Octal | 337 | 23 | 332 | 0 | 133 | 2 | 15 | 455 | 124 | 57 |
| Binary | 11011111 | 10011 | 11011010 | 0 | 1011011 | 10 | 1101 | 100101101 | 1010100 | 101111 |
Color Harmonies of #DF13DA
Complementary color
Monochromatic Colors of #DF13DA
Black with #DF13DA
Text Example
Text Example
White with #DF13DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF13DA; }
p { color: rgb(223,19,218); }
H1.HeaderClassName
{
color: #DF13DA;
}
.AnyTagClassName
{
color: #DF13DA;
}
</style>
background-color css
<style>
a { background-color: #DF13DA; }
a { background-color: rgb(223,19,218); }
div.DivClassName
{
background-color: #DF13DA;
}
.BgClassName
{
background-color: #DF13DA;
}
</style>
border-color css
<style>
span { border-color: #DF13DA; }
span { border-color: rgb(223,19,218); }
td.TdClassName
{
border-color: #DF13DA;
}
.TagClassName
{
border-color: #DF13DA;
}
</style>