Shades of Deep Magenta #DA00D1
Tints of Deep Magenta #DA00D1
RGB
CMYK
RGB Variations
Color information
#DA00D1 (or 0xDA00D1) is known color: Deep Magenta. HEX triplet: DA, 00 and D1. RGB value is (218,0,209). Sum of RGB (Red+Green+Blue) = 218+0+209=427 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.05% from 427); Green value is 0 (0.39% from 255 or 0% from 427); Blue value is 209 (82.03% from 255 or 48.95% from 427); Max value from RGB is 218 - color contains mainly: red. Hex color #DA00D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA00D1 is #25FF2E. Grayscale: #585858. Windows color (decimal): -2490159 or 13697242. OLE color: 13697242.
HSL color Cylindrical-coordinate representation of color #DA00D1: hue angle of 302.48º 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 #DA00D1 is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 0 | 209 | - |
| CMYK | 0 | 1 | 0.04 | 0.15 |
| HSL | 302.48º | 1% | 0.43% | - |
| HSV(B) | 302.48º | 1% | 0.85% | - |
| XYZ | 40.42 | 19.51 | 61.96 | - |
| YUV | 89.01 | 195.72 | 220.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 0 | 209 | 0 | 1 | 0.04 | 0.15 | 302.48 | 1 | 0.43 |
| Hex | DA | 0 | D1 | 0 | 64 | 4 | F | 12E | 64 | 2B |
| Octal | 332 | 0 | 321 | 0 | 144 | 4 | 17 | 456 | 144 | 53 |
| Binary | 11011010 | 0 | 11010001 | 0 | 1100100 | 100 | 1111 | 100101110 | 1100100 | 101011 |
Color Harmonies of #DA00D1
Complementary color
Monochromatic Colors of #DA00D1
Black with #DA00D1
Text Example
Text Example
White with #DA00D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA00D1; }
p { color: rgb(218,0,209); }
H1.HeaderClassName
{
color: #DA00D1;
}
.AnyTagClassName
{
color: #DA00D1;
}
</style>
background-color css
<style>
a { background-color: #DA00D1; }
a { background-color: rgb(218,0,209); }
div.DivClassName
{
background-color: #DA00D1;
}
.BgClassName
{
background-color: #DA00D1;
}
</style>
border-color css
<style>
span { border-color: #DA00D1; }
span { border-color: rgb(218,0,209); }
td.TdClassName
{
border-color: #DA00D1;
}
.TagClassName
{
border-color: #DA00D1;
}
</style>