Shades of Deep Magenta #DA12CE
Tints of Deep Magenta #DA12CE
RGB
CMYK
RGB Variations
Color information
#DA12CE (or 0xDA12CE) is known color: Deep Magenta. HEX triplet: DA, 12 and CE. RGB value is (218,18,206). Sum of RGB (Red+Green+Blue) = 218+18+206=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 18 (7.42% from 255 or 4.07% from 442); Blue value is 206 (80.86% from 255 or 46.61% from 442); Max value from RGB is 218 - color contains mainly: red. Hex color #DA12CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA12CE is #25ED31. Grayscale: #626262. Windows color (decimal): -2485554 or 13505242. OLE color: 13505242.
HSL color Cylindrical-coordinate representation of color #DA12CE: hue angle of 303.6º 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 #DA12CE is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 18 | 206 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.15 |
| HSL | 303.6º | 0.85% | 0.46% | - |
| HSV(B) | 303.6º | 0.92% | 0.85% | - |
| XYZ | 40.27 | 19.79 | 60.09 | - |
| YUV | 99.23 | 188.26 | 212.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 18 | 206 | 0 | 0.92 | 0.06 | 0.15 | 303.6 | 0.85 | 0.46 |
| Hex | DA | 12 | CE | 0 | 5C | 6 | F | 130 | 55 | 2E |
| Octal | 332 | 22 | 316 | 0 | 134 | 6 | 17 | 460 | 125 | 56 |
| Binary | 11011010 | 10010 | 11001110 | 0 | 1011100 | 110 | 1111 | 100110000 | 1010101 | 101110 |
Color Harmonies of #DA12CE
Complementary color
Monochromatic Colors of #DA12CE
Black with #DA12CE
Text Example
Text Example
White with #DA12CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA12CE; }
p { color: rgb(218,18,206); }
H1.HeaderClassName
{
color: #DA12CE;
}
.AnyTagClassName
{
color: #DA12CE;
}
</style>
background-color css
<style>
a { background-color: #DA12CE; }
a { background-color: rgb(218,18,206); }
div.DivClassName
{
background-color: #DA12CE;
}
.BgClassName
{
background-color: #DA12CE;
}
</style>
border-color css
<style>
span { border-color: #DA12CE; }
span { border-color: rgb(218,18,206); }
td.TdClassName
{
border-color: #DA12CE;
}
.TagClassName
{
border-color: #DA12CE;
}
</style>