Shades of Deep Magenta #DA02DF
Tints of Deep Magenta #DA02DF
RGB
CMYK
RGB Variations
Color information
#DA02DF (or 0xDA02DF) is known color: Deep Magenta. HEX triplet: DA, 02 and DF. RGB value is (218,2,223). Sum of RGB (Red+Green+Blue) = 218+2+223=443 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.21% from 443); Green value is 2 (1.17% from 255 or 0.45% from 443); Blue value is 223 (87.5% from 255 or 50.34% from 443); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA02DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA02DF is #25FD20. Grayscale: #5B5B5B. Windows color (decimal): -2489633 or 14615258. OLE color: 14615258.
HSL color Cylindrical-coordinate representation of color #DA02DF: hue angle of 298.64º 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 #DA02DF is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 2 | 223 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.13 |
| HSL | 298.64º | 0.98% | 0.44% | - |
| HSV(B) | 298.64º | 0.99% | 0.87% | - |
| XYZ | 42.25 | 20.28 | 71.5 | - |
| YUV | 91.78 | 202.06 | 218.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 2 | 223 | 0.02 | 0.99 | 0 | 0.13 | 298.64 | 0.98 | 0.44 |
| Hex | DA | 2 | DF | 2 | 63 | 0 | D | 12B | 62 | 2C |
| Octal | 332 | 2 | 337 | 2 | 143 | 0 | 15 | 453 | 142 | 54 |
| Binary | 11011010 | 10 | 11011111 | 10 | 1100011 | 0 | 1101 | 100101011 | 1100010 | 101100 |
Color Harmonies of #DA02DF
Complementary color
Monochromatic Colors of #DA02DF
Black with #DA02DF
Text Example
Text Example
White with #DA02DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA02DF; }
p { color: rgb(218,2,223); }
H1.HeaderClassName
{
color: #DA02DF;
}
.AnyTagClassName
{
color: #DA02DF;
}
</style>
background-color css
<style>
a { background-color: #DA02DF; }
a { background-color: rgb(218,2,223); }
div.DivClassName
{
background-color: #DA02DF;
}
.BgClassName
{
background-color: #DA02DF;
}
</style>
border-color css
<style>
span { border-color: #DA02DF; }
span { border-color: rgb(218,2,223); }
td.TdClassName
{
border-color: #DA02DF;
}
.TagClassName
{
border-color: #DA02DF;
}
</style>