Shades of Deep Magenta #DA12BD
Tints of Deep Magenta #DA12BD
RGB
CMYK
RGB Variations
Color information
#DA12BD (or 0xDA12BD) is known color: Deep Magenta. HEX triplet: DA, 12 and BD. RGB value is (218,18,189). Sum of RGB (Red+Green+Blue) = 218+18+189=425 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.29% from 425); Green value is 18 (7.42% from 255 or 4.24% from 425); Blue value is 189 (74.22% from 255 or 44.47% from 425); Max value from RGB is 218 - color contains mainly: red. Hex color #DA12BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA12BD is #25ED42. Grayscale: #606060. Windows color (decimal): -2485571 or 12391130. OLE color: 12391130.
HSL color Cylindrical-coordinate representation of color #DA12BD: hue angle of 308.7º 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 #DA12BD is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 18 | 189 | - |
| CMYK | 0 | 0.92 | 0.13 | 0.15 |
| HSL | 308.7º | 0.85% | 0.46% | - |
| HSV(B) | 308.7º | 0.92% | 0.85% | - |
| XYZ | 38.32 | 19.01 | 49.79 | - |
| YUV | 97.29 | 179.76 | 214.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 18 | 189 | 0 | 0.92 | 0.13 | 0.15 | 308.7 | 0.85 | 0.46 |
| Hex | DA | 12 | BD | 0 | 5C | D | F | 135 | 55 | 2E |
| Octal | 332 | 22 | 275 | 0 | 134 | 15 | 17 | 465 | 125 | 56 |
| Binary | 11011010 | 10010 | 10111101 | 0 | 1011100 | 1101 | 1111 | 100110101 | 1010101 | 101110 |
Color Harmonies of #DA12BD
Complementary color
Monochromatic Colors of #DA12BD
Black with #DA12BD
Text Example
Text Example
White with #DA12BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA12BD; }
p { color: rgb(218,18,189); }
H1.HeaderClassName
{
color: #DA12BD;
}
.AnyTagClassName
{
color: #DA12BD;
}
</style>
background-color css
<style>
a { background-color: #DA12BD; }
a { background-color: rgb(218,18,189); }
div.DivClassName
{
background-color: #DA12BD;
}
.BgClassName
{
background-color: #DA12BD;
}
</style>
border-color css
<style>
span { border-color: #DA12BD; }
span { border-color: rgb(218,18,189); }
td.TdClassName
{
border-color: #DA12BD;
}
.TagClassName
{
border-color: #DA12BD;
}
</style>