Shades of Deep Magenta #DA08D3
Tints of Deep Magenta #DA08D3
RGB
CMYK
RGB Variations
Color information
#DA08D3 (or 0xDA08D3) is known color: Deep Magenta. HEX triplet: DA, 08 and D3. RGB value is (218,8,211). Sum of RGB (Red+Green+Blue) = 218+8+211=437 (57% of max value = 765). Red value is 218 (85.55% from 255 or 49.89% from 437); Green value is 8 (3.52% from 255 or 1.83% from 437); Blue value is 211 (82.81% from 255 or 48.28% from 437); Max value from RGB is 218 - color contains mainly: red. Hex color #DA08D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA08D3 is #25F72C. Grayscale: #5D5D5D. Windows color (decimal): -2488109 or 13830362. OLE color: 13830362.
HSL color Cylindrical-coordinate representation of color #DA08D3: hue angle of 302º 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 #DA08D3 is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 8 | 211 | - |
| CMYK | 0 | 0.96 | 0.03 | 0.15 |
| HSL | 302º | 0.93% | 0.44% | - |
| HSV(B) | 302º | 0.96% | 0.85% | - |
| XYZ | 40.76 | 19.78 | 63.3 | - |
| YUV | 93.93 | 194.07 | 216.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 8 | 211 | 0 | 0.96 | 0.03 | 0.15 | 302 | 0.93 | 0.44 |
| Hex | DA | 8 | D3 | 0 | 60 | 3 | F | 12E | 5D | 2C |
| Octal | 332 | 10 | 323 | 0 | 140 | 3 | 17 | 456 | 135 | 54 |
| Binary | 11011010 | 1000 | 11010011 | 0 | 1100000 | 11 | 1111 | 100101110 | 1011101 | 101100 |
Color Harmonies of #DA08D3
Complementary color
Monochromatic Colors of #DA08D3
Black with #DA08D3
Text Example
Text Example
White with #DA08D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA08D3; }
p { color: rgb(218,8,211); }
H1.HeaderClassName
{
color: #DA08D3;
}
.AnyTagClassName
{
color: #DA08D3;
}
</style>
background-color css
<style>
a { background-color: #DA08D3; }
a { background-color: rgb(218,8,211); }
div.DivClassName
{
background-color: #DA08D3;
}
.BgClassName
{
background-color: #DA08D3;
}
</style>
border-color css
<style>
span { border-color: #DA08D3; }
span { border-color: rgb(218,8,211); }
td.TdClassName
{
border-color: #DA08D3;
}
.TagClassName
{
border-color: #DA08D3;
}
</style>