Shades of Deep Magenta #DA15DC
Tints of Deep Magenta #DA15DC
RGB
CMYK
RGB Variations
Color information
#DA15DC (or 0xDA15DC) is known color: Deep Magenta. HEX triplet: DA, 15 and DC. RGB value is (218,21,220). Sum of RGB (Red+Green+Blue) = 218+21+220=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 21 (8.59% from 255 or 4.58% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA15DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA15DC is #25EA23. Grayscale: #656565. Windows color (decimal): -2484772 or 14423514. OLE color: 14423514.
HSL color Cylindrical-coordinate representation of color #DA15DC: hue angle of 299.4º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA15DC is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 21 | 220 | - |
| CMYK | 0.01 | 0.90 | 0 | 0.14 |
| HSL | 299.4º | 0.83% | 0.47% | - |
| HSV(B) | 299.4º | 0.9% | 0.86% | - |
| XYZ | 42.1 | 20.61 | 69.47 | - |
| YUV | 102.59 | 194.27 | 210.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 21 | 220 | 0.01 | 0.90 | 0 | 0.14 | 299.4 | 0.83 | 0.47 |
| Hex | DA | 15 | DC | 1 | 5A | 0 | E | 12B | 53 | 2F |
| Octal | 332 | 25 | 334 | 1 | 132 | 0 | 16 | 453 | 123 | 57 |
| Binary | 11011010 | 10101 | 11011100 | 1 | 1011010 | 0 | 1110 | 100101011 | 1010011 | 101111 |
Color Harmonies of #DA15DC
Complementary color
Monochromatic Colors of #DA15DC
Black with #DA15DC
Text Example
Text Example
White with #DA15DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA15DC; }
p { color: rgb(218,21,220); }
H1.HeaderClassName
{
color: #DA15DC;
}
.AnyTagClassName
{
color: #DA15DC;
}
</style>
background-color css
<style>
a { background-color: #DA15DC; }
a { background-color: rgb(218,21,220); }
div.DivClassName
{
background-color: #DA15DC;
}
.BgClassName
{
background-color: #DA15DC;
}
</style>
border-color css
<style>
span { border-color: #DA15DC; }
span { border-color: rgb(218,21,220); }
td.TdClassName
{
border-color: #DA15DC;
}
.TagClassName
{
border-color: #DA15DC;
}
</style>