Shades of Deep Magenta #DA12DF
Tints of Deep Magenta #DA12DF
RGB
CMYK
RGB Variations
Color information
#DA12DF (or 0xDA12DF) is known color: Deep Magenta. HEX triplet: DA, 12 and DF. RGB value is (218,18,223). Sum of RGB (Red+Green+Blue) = 218+18+223=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 18 (7.42% from 255 or 3.92% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA12DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA12DF is #25ED20. Grayscale: #646464. Windows color (decimal): -2485537 or 14619354. OLE color: 14619354.
HSL color Cylindrical-coordinate representation of color #DA12DF: hue angle of 298.54º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA12DF is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 18 | 223 | - |
| CMYK | 0.02 | 0.92 | 0 | 0.13 |
| HSL | 298.54º | 0.85% | 0.47% | - |
| HSV(B) | 298.54º | 0.92% | 0.87% | - |
| XYZ | 42.45 | 20.67 | 71.56 | - |
| YUV | 101.17 | 196.76 | 211.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 18 | 223 | 0.02 | 0.92 | 0 | 0.13 | 298.54 | 0.85 | 0.47 |
| Hex | DA | 12 | DF | 2 | 5C | 0 | D | 12B | 55 | 2F |
| Octal | 332 | 22 | 337 | 2 | 134 | 0 | 15 | 453 | 125 | 57 |
| Binary | 11011010 | 10010 | 11011111 | 10 | 1011100 | 0 | 1101 | 100101011 | 1010101 | 101111 |
Color Harmonies of #DA12DF
Complementary color
Monochromatic Colors of #DA12DF
Black with #DA12DF
Text Example
Text Example
White with #DA12DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA12DF; }
p { color: rgb(218,18,223); }
H1.HeaderClassName
{
color: #DA12DF;
}
.AnyTagClassName
{
color: #DA12DF;
}
</style>
background-color css
<style>
a { background-color: #DA12DF; }
a { background-color: rgb(218,18,223); }
div.DivClassName
{
background-color: #DA12DF;
}
.BgClassName
{
background-color: #DA12DF;
}
</style>
border-color css
<style>
span { border-color: #DA12DF; }
span { border-color: rgb(218,18,223); }
td.TdClassName
{
border-color: #DA12DF;
}
.TagClassName
{
border-color: #DA12DF;
}
</style>