Shades of Deep Magenta #DA02DD
Tints of Deep Magenta #DA02DD
RGB
CMYK
RGB Variations
Color information
#DA02DD (or 0xDA02DD) is known color: Deep Magenta. HEX triplet: DA, 02 and DD. RGB value is (218,2,221). Sum of RGB (Red+Green+Blue) = 218+2+221=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 2 (1.17% from 255 or 0.45% from 441); Blue value is 221 (86.72% from 255 or 50.11% from 441); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA02DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA02DD is #25FD22. Grayscale: #5A5A5A. Windows color (decimal): -2489635 or 14484186. OLE color: 14484186.
HSL color Cylindrical-coordinate representation of color #DA02DD: hue angle of 299.18º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DA02DD is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 2 | 221 | - |
| CMYK | 0.01 | 0.99 | 0 | 0.13 |
| HSL | 299.18º | 0.98% | 0.44% | - |
| HSV(B) | 299.18º | 0.99% | 0.87% | - |
| XYZ | 41.99 | 20.17 | 70.09 | - |
| YUV | 91.55 | 201.06 | 218.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 2 | 221 | 0.01 | 0.99 | 0 | 0.13 | 299.18 | 0.98 | 0.44 |
| Hex | DA | 2 | DD | 1 | 63 | 0 | D | 12B | 62 | 2C |
| Octal | 332 | 2 | 335 | 1 | 143 | 0 | 15 | 453 | 142 | 54 |
| Binary | 11011010 | 10 | 11011101 | 1 | 1100011 | 0 | 1101 | 100101011 | 1100010 | 101100 |
Color Harmonies of #DA02DD
Complementary color
Monochromatic Colors of #DA02DD
Black with #DA02DD
Text Example
Text Example
White with #DA02DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA02DD; }
p { color: rgb(218,2,221); }
H1.HeaderClassName
{
color: #DA02DD;
}
.AnyTagClassName
{
color: #DA02DD;
}
</style>
background-color css
<style>
a { background-color: #DA02DD; }
a { background-color: rgb(218,2,221); }
div.DivClassName
{
background-color: #DA02DD;
}
.BgClassName
{
background-color: #DA02DD;
}
</style>
border-color css
<style>
span { border-color: #DA02DD; }
span { border-color: rgb(218,2,221); }
td.TdClassName
{
border-color: #DA02DD;
}
.TagClassName
{
border-color: #DA02DD;
}
</style>