Shades of Deep Magenta #DA00DC
Tints of Deep Magenta #DA00DC
RGB
CMYK
RGB Variations
Color information
#DA00DC (or 0xDA00DC) is known color: Deep Magenta. HEX triplet: DA, 00 and DC. RGB value is (218,0,220). Sum of RGB (Red+Green+Blue) = 218+0+220=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 0 (0.39% from 255 or 0% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA00DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA00DC is #25FF23. Grayscale: #595959. Windows color (decimal): -2490148 or 14418138. OLE color: 14418138.
HSL color Cylindrical-coordinate representation of color #DA00DC: hue angle of 299.45º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA00DC is Cyan = 0.01, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 0 | 220 | - |
| CMYK | 0.01 | 1 | 0 | 0.14 |
| HSL | 299.45º | 1% | 0.43% | - |
| HSV(B) | 299.45º | 1% | 0.86% | - |
| XYZ | 41.83 | 20.07 | 69.38 | - |
| YUV | 90.26 | 201.22 | 219.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 0 | 220 | 0.01 | 1 | 0 | 0.14 | 299.45 | 1 | 0.43 |
| Hex | DA | 0 | DC | 1 | 64 | 0 | E | 12B | 64 | 2B |
| Octal | 332 | 0 | 334 | 1 | 144 | 0 | 16 | 453 | 144 | 53 |
| Binary | 11011010 | 0 | 11011100 | 1 | 1100100 | 0 | 1110 | 100101011 | 1100100 | 101011 |
Color Harmonies of #DA00DC
Complementary color
Monochromatic Colors of #DA00DC
Black with #DA00DC
Text Example
Text Example
White with #DA00DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA00DC; }
p { color: rgb(218,0,220); }
H1.HeaderClassName
{
color: #DA00DC;
}
.AnyTagClassName
{
color: #DA00DC;
}
</style>
background-color css
<style>
a { background-color: #DA00DC; }
a { background-color: rgb(218,0,220); }
div.DivClassName
{
background-color: #DA00DC;
}
.BgClassName
{
background-color: #DA00DC;
}
</style>
border-color css
<style>
span { border-color: #DA00DC; }
span { border-color: rgb(218,0,220); }
td.TdClassName
{
border-color: #DA00DC;
}
.TagClassName
{
border-color: #DA00DC;
}
</style>