Shades of Deep Magenta #DA14DA
Tints of Deep Magenta #DA14DA
RGB
CMYK
RGB Variations
Color information
#DA14DA (or 0xDA14DA) is known color: Deep Magenta. HEX triplet: DA, 14 and DA. RGB value is (218,20,218). Sum of RGB (Red+Green+Blue) = 218+20+218=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 20 (8.20% from 255 or 4.39% from 456); Blue value is 218 (85.55% from 255 or 47.81% from 456); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DA14DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA14DA is #25EB25. Grayscale: #656565. Windows color (decimal): -2485030 or 14292186. OLE color: 14292186.
HSL color Cylindrical-coordinate representation of color #DA14DA: hue angle of 300º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA14DA is Cyan = 0, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 20 | 218 | - |
| CMYK | 0 | 0.91 | 0 | 0.15 |
| HSL | 300º | 0.83% | 0.47% | - |
| HSV(B) | 300º | 0.91% | 0.85% | - |
| XYZ | 41.82 | 20.47 | 68.08 | - |
| YUV | 101.77 | 193.6 | 210.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 20 | 218 | 0 | 0.91 | 0 | 0.15 | 300 | 0.83 | 0.47 |
| Hex | DA | 14 | DA | 0 | 5B | 0 | F | 12C | 53 | 2F |
| Octal | 332 | 24 | 332 | 0 | 133 | 0 | 17 | 454 | 123 | 57 |
| Binary | 11011010 | 10100 | 11011010 | 0 | 1011011 | 0 | 1111 | 100101100 | 1010011 | 101111 |
Color Harmonies of #DA14DA
Complementary color
Monochromatic Colors of #DA14DA
Black with #DA14DA
Text Example
Text Example
White with #DA14DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA14DA; }
p { color: rgb(218,20,218); }
H1.HeaderClassName
{
color: #DA14DA;
}
.AnyTagClassName
{
color: #DA14DA;
}
</style>
background-color css
<style>
a { background-color: #DA14DA; }
a { background-color: rgb(218,20,218); }
div.DivClassName
{
background-color: #DA14DA;
}
.BgClassName
{
background-color: #DA14DA;
}
</style>
border-color css
<style>
span { border-color: #DA14DA; }
span { border-color: rgb(218,20,218); }
td.TdClassName
{
border-color: #DA14DA;
}
.TagClassName
{
border-color: #DA14DA;
}
</style>