Shades of Deep Magenta #DA00D9
Tints of Deep Magenta #DA00D9
RGB
CMYK
RGB Variations
Color information
#DA00D9 (or 0xDA00D9) is known color: Deep Magenta. HEX triplet: DA, 00 and D9. RGB value is (218,0,217). Sum of RGB (Red+Green+Blue) = 218+0+217=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 0 (0.39% from 255 or 0% from 435); Blue value is 217 (85.16% from 255 or 49.89% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DA00D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA00D9 is #25FF26. Grayscale: #595959. Windows color (decimal): -2490151 or 14221530. OLE color: 14221530.
HSL color Cylindrical-coordinate representation of color #DA00D9: hue angle of 300.28º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA00D9 is Cyan = 0, Magento = 1, Yellow = 0.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 0 | 217 | - |
| CMYK | 0 | 1 | 0.00 | 0.15 |
| HSL | 300.28º | 1% | 0.43% | - |
| HSV(B) | 300.28º | 1% | 0.85% | - |
| XYZ | 41.44 | 19.92 | 67.31 | - |
| YUV | 89.92 | 199.72 | 219.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 0 | 217 | 0 | 1 | 0.00 | 0.15 | 300.28 | 1 | 0.43 |
| Hex | DA | 0 | D9 | 0 | 64 | 0 | F | 12C | 64 | 2B |
| Octal | 332 | 0 | 331 | 0 | 144 | 0 | 17 | 454 | 144 | 53 |
| Binary | 11011010 | 0 | 11011001 | 0 | 1100100 | 0 | 1111 | 100101100 | 1100100 | 101011 |
Color Harmonies of #DA00D9
Complementary color
Monochromatic Colors of #DA00D9
Black with #DA00D9
Text Example
Text Example
White with #DA00D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA00D9; }
p { color: rgb(218,0,217); }
H1.HeaderClassName
{
color: #DA00D9;
}
.AnyTagClassName
{
color: #DA00D9;
}
</style>
background-color css
<style>
a { background-color: #DA00D9; }
a { background-color: rgb(218,0,217); }
div.DivClassName
{
background-color: #DA00D9;
}
.BgClassName
{
background-color: #DA00D9;
}
</style>
border-color css
<style>
span { border-color: #DA00D9; }
span { border-color: rgb(218,0,217); }
td.TdClassName
{
border-color: #DA00D9;
}
.TagClassName
{
border-color: #DA00D9;
}
</style>