Shades of Deep Magenta #DA12D6
Tints of Deep Magenta #DA12D6
RGB
CMYK
RGB Variations
Color information
#DA12D6 (or 0xDA12D6) is known color: Deep Magenta. HEX triplet: DA, 12 and D6. RGB value is (218,18,214). Sum of RGB (Red+Green+Blue) = 218+18+214=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 18 (7.42% from 255 or 4% from 450); Blue value is 214 (83.98% from 255 or 47.56% from 450); Max value from RGB is 218 - color contains mainly: red. Hex color #DA12D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA12D6 is #25ED29. Grayscale: #636363. Windows color (decimal): -2485546 or 14029530. OLE color: 14029530.
HSL color Cylindrical-coordinate representation of color #DA12D6: hue angle of 301.2º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA12D6 is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 18 | 214 | - |
| CMYK | 0 | 0.92 | 0.02 | 0.15 |
| HSL | 301.2º | 0.85% | 0.46% | - |
| HSV(B) | 301.2º | 0.92% | 0.85% | - |
| XYZ | 41.27 | 20.19 | 65.34 | - |
| YUV | 100.14 | 192.26 | 212.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 18 | 214 | 0 | 0.92 | 0.02 | 0.15 | 301.2 | 0.85 | 0.46 |
| Hex | DA | 12 | D6 | 0 | 5C | 2 | F | 12D | 55 | 2E |
| Octal | 332 | 22 | 326 | 0 | 134 | 2 | 17 | 455 | 125 | 56 |
| Binary | 11011010 | 10010 | 11010110 | 0 | 1011100 | 10 | 1111 | 100101101 | 1010101 | 101110 |
Color Harmonies of #DA12D6
Complementary color
Monochromatic Colors of #DA12D6
Black with #DA12D6
Text Example
Text Example
White with #DA12D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA12D6; }
p { color: rgb(218,18,214); }
H1.HeaderClassName
{
color: #DA12D6;
}
.AnyTagClassName
{
color: #DA12D6;
}
</style>
background-color css
<style>
a { background-color: #DA12D6; }
a { background-color: rgb(218,18,214); }
div.DivClassName
{
background-color: #DA12D6;
}
.BgClassName
{
background-color: #DA12D6;
}
</style>
border-color css
<style>
span { border-color: #DA12D6; }
span { border-color: rgb(218,18,214); }
td.TdClassName
{
border-color: #DA12D6;
}
.TagClassName
{
border-color: #DA12D6;
}
</style>