Shades of Deep Magenta #DA00DA
Tints of Deep Magenta #DA00DA
RGB
CMYK
RGB Variations
Color information
#DA00DA (or 0xDA00DA) is known color: Deep Magenta. HEX triplet: DA, 00 and DA. RGB value is (218,0,218). Sum of RGB (Red+Green+Blue) = 218+0+218=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 0 (0.39% from 255 or 0% from 436); Blue value is 218 (85.55% from 255 or 50% from 436); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DA00DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA00DA is #25FF25. Grayscale: #595959. Windows color (decimal): -2490150 or 14287066. OLE color: 14287066.
HSL color Cylindrical-coordinate representation of color #DA00DA: hue angle of 300º 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 #DA00DA is Cyan = 0, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 0 | 218 | - |
CMYK | 0 | 1 | 0 | 0.15 |
HSL | 300º | 1% | 0.43% | - |
HSV(B) | 300º | 1% | 0.85% | - |
XYZ | 41.57 | 19.97 | 67.99 | - |
YUV | 90.03 | 200.22 | 219.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 0 | 218 | 0 | 1 | 0 | 0.15 | 300 | 1 | 0.43 |
Hex | DA | 0 | DA | 0 | 64 | 0 | F | 12C | 64 | 2B |
Octal | 332 | 0 | 332 | 0 | 144 | 0 | 17 | 454 | 144 | 53 |
Binary | 11011010 | 0 | 11011010 | 0 | 1100100 | 0 | 1111 | 100101100 | 1100100 | 101011 |
Color Harmonies of #DA00DA
Complementary color
Monochromatic Colors of #DA00DA
Black with #DA00DA
Text Example
Text Example
White with #DA00DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA00DA; }
p { color: rgb(218,0,218); }
H1.HeaderClassName
{
color: #DA00DA;
}
.AnyTagClassName
{
color: #DA00DA;
}
</style>
background-color css
<style>
a { background-color: #DA00DA; }
a { background-color: rgb(218,0,218); }
div.DivClassName
{
background-color: #DA00DA;
}
.BgClassName
{
background-color: #DA00DA;
}
</style>
border-color css
<style>
span { border-color: #DA00DA; }
span { border-color: rgb(218,0,218); }
td.TdClassName
{
border-color: #DA00DA;
}
.TagClassName
{
border-color: #DA00DA;
}
</style>