Shades of Deep Magenta #DA14DF
Tints of Deep Magenta #DA14DF
RGB
CMYK
RGB Variations
Color information
#DA14DF (or 0xDA14DF) is known color: Deep Magenta. HEX triplet: DA, 14 and DF. RGB value is (218,20,223). Sum of RGB (Red+Green+Blue) = 218+20+223=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 20 (8.20% from 255 or 4.34% from 461); Blue value is 223 (87.5% from 255 or 48.37% from 461); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA14DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA14DF is #25EB20. Grayscale: #656565. Windows color (decimal): -2485025 or 14619866. OLE color: 14619866.
HSL color Cylindrical-coordinate representation of color #DA14DF: hue angle of 298.52º degrees, saturation: 0.84, 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 #DA14DF is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 20 | 223 | - |
| CMYK | 0.02 | 0.91 | 0 | 0.13 |
| HSL | 298.52º | 0.84% | 0.48% | - |
| HSV(B) | 298.52º | 0.91% | 0.87% | - |
| XYZ | 42.48 | 20.73 | 71.57 | - |
| YUV | 102.34 | 196.1 | 210.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 20 | 223 | 0.02 | 0.91 | 0 | 0.13 | 298.52 | 0.84 | 0.48 |
| Hex | DA | 14 | DF | 2 | 5B | 0 | D | 12B | 54 | 30 |
| Octal | 332 | 24 | 337 | 2 | 133 | 0 | 15 | 453 | 124 | 60 |
| Binary | 11011010 | 10100 | 11011111 | 10 | 1011011 | 0 | 1101 | 100101011 | 1010100 | 110000 |
Color Harmonies of #DA14DF
Complementary color
Monochromatic Colors of #DA14DF
Black with #DA14DF
Text Example
Text Example
White with #DA14DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA14DF; }
p { color: rgb(218,20,223); }
H1.HeaderClassName
{
color: #DA14DF;
}
.AnyTagClassName
{
color: #DA14DF;
}
</style>
background-color css
<style>
a { background-color: #DA14DF; }
a { background-color: rgb(218,20,223); }
div.DivClassName
{
background-color: #DA14DF;
}
.BgClassName
{
background-color: #DA14DF;
}
</style>
border-color css
<style>
span { border-color: #DA14DF; }
span { border-color: rgb(218,20,223); }
td.TdClassName
{
border-color: #DA14DF;
}
.TagClassName
{
border-color: #DA14DF;
}
</style>