Shades of Deep Magenta #DA08D0
Tints of Deep Magenta #DA08D0
RGB
CMYK
RGB Variations
Color information
#DA08D0 (or 0xDA08D0) is known color: Deep Magenta. HEX triplet: DA, 08 and D0. RGB value is (218,8,208). Sum of RGB (Red+Green+Blue) = 218+8+208=434 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.23% from 434); Green value is 8 (3.52% from 255 or 1.84% from 434); Blue value is 208 (81.64% from 255 or 47.93% from 434); Max value from RGB is 218 - color contains mainly: red. Hex color #DA08D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA08D0 is #25F72F. Grayscale: #5C5C5C. Windows color (decimal): -2488112 or 13633754. OLE color: 13633754.
HSL color Cylindrical-coordinate representation of color #DA08D0: hue angle of 302.86º 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 #DA08D0 is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 8 | 208 | - |
| CMYK | 0 | 0.96 | 0.05 | 0.15 |
| HSL | 302.86º | 0.93% | 0.44% | - |
| HSV(B) | 302.86º | 0.96% | 0.85% | - |
| XYZ | 40.39 | 19.63 | 61.34 | - |
| YUV | 93.59 | 192.57 | 216.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 8 | 208 | 0 | 0.96 | 0.05 | 0.15 | 302.86 | 0.93 | 0.44 |
| Hex | DA | 8 | D0 | 0 | 60 | 5 | F | 12F | 5D | 2C |
| Octal | 332 | 10 | 320 | 0 | 140 | 5 | 17 | 457 | 135 | 54 |
| Binary | 11011010 | 1000 | 11010000 | 0 | 1100000 | 101 | 1111 | 100101111 | 1011101 | 101100 |
Color Harmonies of #DA08D0
Complementary color
Monochromatic Colors of #DA08D0
Black with #DA08D0
Text Example
Text Example
White with #DA08D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA08D0; }
p { color: rgb(218,8,208); }
H1.HeaderClassName
{
color: #DA08D0;
}
.AnyTagClassName
{
color: #DA08D0;
}
</style>
background-color css
<style>
a { background-color: #DA08D0; }
a { background-color: rgb(218,8,208); }
div.DivClassName
{
background-color: #DA08D0;
}
.BgClassName
{
background-color: #DA08D0;
}
</style>
border-color css
<style>
span { border-color: #DA08D0; }
span { border-color: rgb(218,8,208); }
td.TdClassName
{
border-color: #DA08D0;
}
.TagClassName
{
border-color: #DA08D0;
}
</style>