Shades of Deep Magenta #DA12B8
Tints of Deep Magenta #DA12B8
RGB
CMYK
RGB Variations
Color information
#DA12B8 (or 0xDA12B8) is known color: Deep Magenta. HEX triplet: DA, 12 and B8. RGB value is (218,18,184). Sum of RGB (Red+Green+Blue) = 218+18+184=420 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.90% from 420); Green value is 18 (7.42% from 255 or 4.29% from 420); Blue value is 184 (72.27% from 255 or 43.81% from 420); Max value from RGB is 218 - color contains mainly: red. Hex color #DA12B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA12B8 is #25ED47. Grayscale: #606060. Windows color (decimal): -2485576 or 12063450. OLE color: 12063450.
HSL color Cylindrical-coordinate representation of color #DA12B8: hue angle of 310.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 #DA12B8 is Cyan = 0, Magento = 0.92, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 18 | 184 | - |
| CMYK | 0 | 0.92 | 0.16 | 0.15 |
| HSL | 310.2º | 0.85% | 0.46% | - |
| HSV(B) | 310.2º | 0.92% | 0.85% | - |
| XYZ | 37.78 | 18.8 | 46.98 | - |
| YUV | 96.72 | 177.26 | 214.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 18 | 184 | 0 | 0.92 | 0.16 | 0.15 | 310.2 | 0.85 | 0.46 |
| Hex | DA | 12 | B8 | 0 | 5C | 10 | F | 136 | 55 | 2E |
| Octal | 332 | 22 | 270 | 0 | 134 | 20 | 17 | 466 | 125 | 56 |
| Binary | 11011010 | 10010 | 10111000 | 0 | 1011100 | 10000 | 1111 | 100110110 | 1010101 | 101110 |
Color Harmonies of #DA12B8
Complementary color
Monochromatic Colors of #DA12B8
Black with #DA12B8
Text Example
Text Example
White with #DA12B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA12B8; }
p { color: rgb(218,18,184); }
H1.HeaderClassName
{
color: #DA12B8;
}
.AnyTagClassName
{
color: #DA12B8;
}
</style>
background-color css
<style>
a { background-color: #DA12B8; }
a { background-color: rgb(218,18,184); }
div.DivClassName
{
background-color: #DA12B8;
}
.BgClassName
{
background-color: #DA12B8;
}
</style>
border-color css
<style>
span { border-color: #DA12B8; }
span { border-color: rgb(218,18,184); }
td.TdClassName
{
border-color: #DA12B8;
}
.TagClassName
{
border-color: #DA12B8;
}
</style>