Shades of Deep Magenta #DA09DD
Tints of Deep Magenta #DA09DD
RGB
CMYK
RGB Variations
Color information
#DA09DD (or 0xDA09DD) is known color: Deep Magenta. HEX triplet: DA, 09 and DD. RGB value is (218,9,221). Sum of RGB (Red+Green+Blue) = 218+9+221=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 9 (3.91% from 255 or 2.01% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA09DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA09DD is #25F622. Grayscale: #5F5F5F. Windows color (decimal): -2487843 or 14485978. OLE color: 14485978.
HSL color Cylindrical-coordinate representation of color #DA09DD: hue angle of 299.15º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA09DD is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 9 | 221 | - |
| CMYK | 0.01 | 0.96 | 0 | 0.13 |
| HSL | 299.15º | 0.92% | 0.45% | - |
| HSV(B) | 299.15º | 0.96% | 0.87% | - |
| XYZ | 42.06 | 20.32 | 70.11 | - |
| YUV | 95.66 | 198.74 | 215.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 9 | 221 | 0.01 | 0.96 | 0 | 0.13 | 299.15 | 0.92 | 0.45 |
| Hex | DA | 9 | DD | 1 | 60 | 0 | D | 12B | 5C | 2D |
| Octal | 332 | 11 | 335 | 1 | 140 | 0 | 15 | 453 | 134 | 55 |
| Binary | 11011010 | 1001 | 11011101 | 1 | 1100000 | 0 | 1101 | 100101011 | 1011100 | 101101 |
Color Harmonies of #DA09DD
Complementary color
Monochromatic Colors of #DA09DD
Black with #DA09DD
Text Example
Text Example
White with #DA09DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA09DD; }
p { color: rgb(218,9,221); }
H1.HeaderClassName
{
color: #DA09DD;
}
.AnyTagClassName
{
color: #DA09DD;
}
</style>
background-color css
<style>
a { background-color: #DA09DD; }
a { background-color: rgb(218,9,221); }
div.DivClassName
{
background-color: #DA09DD;
}
.BgClassName
{
background-color: #DA09DD;
}
</style>
border-color css
<style>
span { border-color: #DA09DD; }
span { border-color: rgb(218,9,221); }
td.TdClassName
{
border-color: #DA09DD;
}
.TagClassName
{
border-color: #DA09DD;
}
</style>