Shades of Deep Magenta #DA15E3
Tints of Deep Magenta #DA15E3
RGB
CMYK
RGB Variations
Color information
#DA15E3 (or 0xDA15E3) is known color: Deep Magenta. HEX triplet: DA, 15 and E3. RGB value is (218,21,227). Sum of RGB (Red+Green+Blue) = 218+21+227=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 21 (8.59% from 255 or 4.51% from 466); Blue value is 227 (89.06% from 255 or 48.71% from 466); Max value from RGB is 227 - color contains mainly: blue. Hex color #DA15E3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA15E3 is #25EA1C. Grayscale: #666666. Windows color (decimal): -2484765 or 14882266. OLE color: 14882266.
HSL color Cylindrical-coordinate representation of color #DA15E3: hue angle of 297.38º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA15E3 is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 21 | 227 | - |
| CMYK | 0.04 | 0.91 | 0 | 0.11 |
| HSL | 297.38º | 0.83% | 0.49% | - |
| HSV(B) | 297.38º | 0.91% | 0.89% | - |
| XYZ | 43.05 | 20.99 | 74.46 | - |
| YUV | 103.39 | 197.77 | 209.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 21 | 227 | 0.04 | 0.91 | 0 | 0.11 | 297.38 | 0.83 | 0.49 |
| Hex | DA | 15 | E3 | 4 | 5B | 0 | B | 129 | 53 | 31 |
| Octal | 332 | 25 | 343 | 4 | 133 | 0 | 13 | 451 | 123 | 61 |
| Binary | 11011010 | 10101 | 11100011 | 100 | 1011011 | 0 | 1011 | 100101001 | 1010011 | 110001 |
Color Harmonies of #DA15E3
Complementary color
Monochromatic Colors of #DA15E3
Black with #DA15E3
Text Example
Text Example
White with #DA15E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA15E3; }
p { color: rgb(218,21,227); }
H1.HeaderClassName
{
color: #DA15E3;
}
.AnyTagClassName
{
color: #DA15E3;
}
</style>
background-color css
<style>
a { background-color: #DA15E3; }
a { background-color: rgb(218,21,227); }
div.DivClassName
{
background-color: #DA15E3;
}
.BgClassName
{
background-color: #DA15E3;
}
</style>
border-color css
<style>
span { border-color: #DA15E3; }
span { border-color: rgb(218,21,227); }
td.TdClassName
{
border-color: #DA15E3;
}
.TagClassName
{
border-color: #DA15E3;
}
</style>