Shades of Deep Magenta #DA03DA
Tints of Deep Magenta #DA03DA
RGB
CMYK
RGB Variations
Color information
#DA03DA (or 0xDA03DA) is known color: Deep Magenta. HEX triplet: DA, 03 and DA. RGB value is (218,3,218). Sum of RGB (Red+Green+Blue) = 218+3+218=439 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.66% from 439); Green value is 3 (1.56% from 255 or 0.68% from 439); Blue value is 218 (85.55% from 255 or 49.66% from 439); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DA03DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA03DA is #25FC25. Grayscale: #5B5B5B. Windows color (decimal): -2489382 or 14287834. OLE color: 14287834.
HSL color Cylindrical-coordinate representation of color #DA03DA: hue angle of 300º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DA03DA is Cyan = 0, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 3 | 218 | - |
| CMYK | 0 | 0.99 | 0 | 0.15 |
| HSL | 300º | 0.97% | 0.43% | - |
| HSV(B) | 300º | 0.99% | 0.85% | - |
| XYZ | 41.6 | 20.03 | 68 | - |
| YUV | 91.8 | 199.23 | 218.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 3 | 218 | 0 | 0.99 | 0 | 0.15 | 300 | 0.97 | 0.43 |
| Hex | DA | 3 | DA | 0 | 63 | 0 | F | 12C | 61 | 2B |
| Octal | 332 | 3 | 332 | 0 | 143 | 0 | 17 | 454 | 141 | 53 |
| Binary | 11011010 | 11 | 11011010 | 0 | 1100011 | 0 | 1111 | 100101100 | 1100001 | 101011 |
Color Harmonies of #DA03DA
Complementary color
Monochromatic Colors of #DA03DA
Black with #DA03DA
Text Example
Text Example
White with #DA03DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA03DA; }
p { color: rgb(218,3,218); }
H1.HeaderClassName
{
color: #DA03DA;
}
.AnyTagClassName
{
color: #DA03DA;
}
</style>
background-color css
<style>
a { background-color: #DA03DA; }
a { background-color: rgb(218,3,218); }
div.DivClassName
{
background-color: #DA03DA;
}
.BgClassName
{
background-color: #DA03DA;
}
</style>
border-color css
<style>
span { border-color: #DA03DA; }
span { border-color: rgb(218,3,218); }
td.TdClassName
{
border-color: #DA03DA;
}
.TagClassName
{
border-color: #DA03DA;
}
</style>