Shades of Deep Magenta #DA05DD
Tints of Deep Magenta #DA05DD
RGB
CMYK
RGB Variations
Color information
#DA05DD (or 0xDA05DD) is known color: Deep Magenta. HEX triplet: DA, 05 and DD. RGB value is (218,5,221). Sum of RGB (Red+Green+Blue) = 218+5+221=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 5 (2.34% from 255 or 1.13% from 444); Blue value is 221 (86.72% from 255 or 49.77% from 444); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA05DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA05DD is #25FA22. Grayscale: #5C5C5C. Windows color (decimal): -2488867 or 14484954. OLE color: 14484954.
HSL color Cylindrical-coordinate representation of color #DA05DD: hue angle of 299.17º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DA05DD is Cyan = 0.01, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 5 | 221 | - |
| CMYK | 0.01 | 0.98 | 0 | 0.13 |
| HSL | 299.17º | 0.96% | 0.44% | - |
| HSV(B) | 299.17º | 0.98% | 0.87% | - |
| XYZ | 42.02 | 20.23 | 70.1 | - |
| YUV | 93.31 | 200.07 | 216.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 5 | 221 | 0.01 | 0.98 | 0 | 0.13 | 299.17 | 0.96 | 0.44 |
| Hex | DA | 5 | DD | 1 | 62 | 0 | D | 12B | 60 | 2C |
| Octal | 332 | 5 | 335 | 1 | 142 | 0 | 15 | 453 | 140 | 54 |
| Binary | 11011010 | 101 | 11011101 | 1 | 1100010 | 0 | 1101 | 100101011 | 1100000 | 101100 |
Color Harmonies of #DA05DD
Complementary color
Monochromatic Colors of #DA05DD
Black with #DA05DD
Text Example
Text Example
White with #DA05DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA05DD; }
p { color: rgb(218,5,221); }
H1.HeaderClassName
{
color: #DA05DD;
}
.AnyTagClassName
{
color: #DA05DD;
}
</style>
background-color css
<style>
a { background-color: #DA05DD; }
a { background-color: rgb(218,5,221); }
div.DivClassName
{
background-color: #DA05DD;
}
.BgClassName
{
background-color: #DA05DD;
}
</style>
border-color css
<style>
span { border-color: #DA05DD; }
span { border-color: rgb(218,5,221); }
td.TdClassName
{
border-color: #DA05DD;
}
.TagClassName
{
border-color: #DA05DD;
}
</style>