Shades of Deep Magenta #DA01D0
Tints of Deep Magenta #DA01D0
RGB
CMYK
RGB Variations
Color information
#DA01D0 (or 0xDA01D0) is known color: Deep Magenta. HEX triplet: DA, 01 and D0. RGB value is (218,1,208). Sum of RGB (Red+Green+Blue) = 218+1+208=427 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.05% from 427); Green value is 1 (0.78% from 255 or 0.23% from 427); Blue value is 208 (81.64% from 255 or 48.71% from 427); Max value from RGB is 218 - color contains mainly: red. Hex color #DA01D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA01D0 is #25FE2F. Grayscale: #585858. Windows color (decimal): -2489904 or 13631962. OLE color: 13631962.
HSL color Cylindrical-coordinate representation of color #DA01D0: hue angle of 302.76º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA01D0 is Cyan = 0, Magento = 1.00, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 1 | 208 | - |
| CMYK | 0 | 1.00 | 0.05 | 0.15 |
| HSL | 302.77º | 0.99% | 0.43% | - |
| HSV(B) | 302.77º | 1% | 0.85% | - |
| XYZ | 40.31 | 19.48 | 61.31 | - |
| YUV | 89.48 | 194.89 | 219.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 1 | 208 | 0 | 1.00 | 0.05 | 0.15 | 302.77 | 0.99 | 0.43 |
| Hex | DA | 1 | D0 | 0 | 64 | 5 | F | 12F | 63 | 2B |
| Octal | 332 | 1 | 320 | 0 | 144 | 5 | 17 | 457 | 143 | 53 |
| Binary | 11011010 | 1 | 11010000 | 0 | 1100100 | 101 | 1111 | 100101111 | 1100011 | 101011 |
Color Harmonies of #DA01D0
Complementary color
Monochromatic Colors of #DA01D0
Black with #DA01D0
Text Example
Text Example
White with #DA01D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA01D0; }
p { color: rgb(218,1,208); }
H1.HeaderClassName
{
color: #DA01D0;
}
.AnyTagClassName
{
color: #DA01D0;
}
</style>
background-color css
<style>
a { background-color: #DA01D0; }
a { background-color: rgb(218,1,208); }
div.DivClassName
{
background-color: #DA01D0;
}
.BgClassName
{
background-color: #DA01D0;
}
</style>
border-color css
<style>
span { border-color: #DA01D0; }
span { border-color: rgb(218,1,208); }
td.TdClassName
{
border-color: #DA01D0;
}
.TagClassName
{
border-color: #DA01D0;
}
</style>