Shades of Deep Magenta #DA08D2
Tints of Deep Magenta #DA08D2
RGB
CMYK
RGB Variations
Color information
#DA08D2 (or 0xDA08D2) is known color: Deep Magenta. HEX triplet: DA, 08 and D2. RGB value is (218,8,210). Sum of RGB (Red+Green+Blue) = 218+8+210=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 8 (3.52% from 255 or 1.83% from 436); Blue value is 210 (82.42% from 255 or 48.17% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DA08D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA08D2 is #25F72D. Grayscale: #5D5D5D. Windows color (decimal): -2488110 or 13764826. OLE color: 13764826.
HSL color Cylindrical-coordinate representation of color #DA08D2: hue angle of 302.29º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA08D2 is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 8 | 210 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.15 |
| HSL | 302.29º | 0.93% | 0.44% | - |
| HSV(B) | 302.29º | 0.96% | 0.85% | - |
| XYZ | 40.63 | 19.73 | 62.64 | - |
| YUV | 93.82 | 193.57 | 216.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 8 | 210 | 0 | 0.96 | 0.04 | 0.15 | 302.29 | 0.93 | 0.44 |
| Hex | DA | 8 | D2 | 0 | 60 | 4 | F | 12E | 5D | 2C |
| Octal | 332 | 10 | 322 | 0 | 140 | 4 | 17 | 456 | 135 | 54 |
| Binary | 11011010 | 1000 | 11010010 | 0 | 1100000 | 100 | 1111 | 100101110 | 1011101 | 101100 |
Color Harmonies of #DA08D2
Complementary color
Monochromatic Colors of #DA08D2
Black with #DA08D2
Text Example
Text Example
White with #DA08D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA08D2; }
p { color: rgb(218,8,210); }
H1.HeaderClassName
{
color: #DA08D2;
}
.AnyTagClassName
{
color: #DA08D2;
}
</style>
background-color css
<style>
a { background-color: #DA08D2; }
a { background-color: rgb(218,8,210); }
div.DivClassName
{
background-color: #DA08D2;
}
.BgClassName
{
background-color: #DA08D2;
}
</style>
border-color css
<style>
span { border-color: #DA08D2; }
span { border-color: rgb(218,8,210); }
td.TdClassName
{
border-color: #DA08D2;
}
.TagClassName
{
border-color: #DA08D2;
}
</style>