Shades of Deep Magenta #DA00DD
Tints of Deep Magenta #DA00DD
RGB
CMYK
RGB Variations
Color information
#DA00DD (or 0xDA00DD) is known color: Deep Magenta. HEX triplet: DA, 00 and DD. RGB value is (218,0,221). Sum of RGB (Red+Green+Blue) = 218+0+221=439 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.66% from 439); Green value is 0 (0.39% from 255 or 0% from 439); Blue value is 221 (86.72% from 255 or 50.34% from 439); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA00DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA00DD is #25FF22. Grayscale: #595959. Windows color (decimal): -2490147 or 14483674. OLE color: 14483674.
HSL color Cylindrical-coordinate representation of color #DA00DD: hue angle of 299.19º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA00DD is Cyan = 0.01, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 0 | 221 | - |
| CMYK | 0.01 | 1 | 0 | 0.13 |
| HSL | 299.19º | 1% | 0.43% | - |
| HSV(B) | 299.19º | 1% | 0.87% | - |
| XYZ | 41.96 | 20.13 | 70.08 | - |
| YUV | 90.38 | 201.72 | 219.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 0 | 221 | 0.01 | 1 | 0 | 0.13 | 299.19 | 1 | 0.43 |
| Hex | DA | 0 | DD | 1 | 64 | 0 | D | 12B | 64 | 2B |
| Octal | 332 | 0 | 335 | 1 | 144 | 0 | 15 | 453 | 144 | 53 |
| Binary | 11011010 | 0 | 11011101 | 1 | 1100100 | 0 | 1101 | 100101011 | 1100100 | 101011 |
Color Harmonies of #DA00DD
Complementary color
Monochromatic Colors of #DA00DD
Black with #DA00DD
Text Example
Text Example
White with #DA00DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA00DD; }
p { color: rgb(218,0,221); }
H1.HeaderClassName
{
color: #DA00DD;
}
.AnyTagClassName
{
color: #DA00DD;
}
</style>
background-color css
<style>
a { background-color: #DA00DD; }
a { background-color: rgb(218,0,221); }
div.DivClassName
{
background-color: #DA00DD;
}
.BgClassName
{
background-color: #DA00DD;
}
</style>
border-color css
<style>
span { border-color: #DA00DD; }
span { border-color: rgb(218,0,221); }
td.TdClassName
{
border-color: #DA00DD;
}
.TagClassName
{
border-color: #DA00DD;
}
</style>