Shades of Deep Magenta #DA12D7
Tints of Deep Magenta #DA12D7
RGB
CMYK
RGB Variations
Color information
#DA12D7 (or 0xDA12D7) is known color: Deep Magenta. HEX triplet: DA, 12 and D7. RGB value is (218,18,215). Sum of RGB (Red+Green+Blue) = 218+18+215=451 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.34% from 451); Green value is 18 (7.42% from 255 or 3.99% from 451); Blue value is 215 (84.38% from 255 or 47.67% from 451); Max value from RGB is 218 - color contains mainly: red. Hex color #DA12D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA12D7 is #25ED28. Grayscale: #636363. Windows color (decimal): -2485545 or 14095066. OLE color: 14095066.
HSL color Cylindrical-coordinate representation of color #DA12D7: hue angle of 300.9º 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 #DA12D7 is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 18 | 215 | - |
| CMYK | 0 | 0.92 | 0.01 | 0.15 |
| HSL | 300.9º | 0.85% | 0.46% | - |
| HSV(B) | 300.9º | 0.92% | 0.85% | - |
| XYZ | 41.4 | 20.24 | 66.02 | - |
| YUV | 100.26 | 192.76 | 211.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 18 | 215 | 0 | 0.92 | 0.01 | 0.15 | 300.9 | 0.85 | 0.46 |
| Hex | DA | 12 | D7 | 0 | 5C | 1 | F | 12D | 55 | 2E |
| Octal | 332 | 22 | 327 | 0 | 134 | 1 | 17 | 455 | 125 | 56 |
| Binary | 11011010 | 10010 | 11010111 | 0 | 1011100 | 1 | 1111 | 100101101 | 1010101 | 101110 |
Color Harmonies of #DA12D7
Complementary color
Monochromatic Colors of #DA12D7
Black with #DA12D7
Text Example
Text Example
White with #DA12D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA12D7; }
p { color: rgb(218,18,215); }
H1.HeaderClassName
{
color: #DA12D7;
}
.AnyTagClassName
{
color: #DA12D7;
}
</style>
background-color css
<style>
a { background-color: #DA12D7; }
a { background-color: rgb(218,18,215); }
div.DivClassName
{
background-color: #DA12D7;
}
.BgClassName
{
background-color: #DA12D7;
}
</style>
border-color css
<style>
span { border-color: #DA12D7; }
span { border-color: rgb(218,18,215); }
td.TdClassName
{
border-color: #DA12D7;
}
.TagClassName
{
border-color: #DA12D7;
}
</style>