Shades of Deep Magenta #DA0BDD
Tints of Deep Magenta #DA0BDD
RGB
CMYK
RGB Variations
Color information
#DA0BDD (or 0xDA0BDD) is known color: Deep Magenta. HEX triplet: DA, 0B and DD. RGB value is (218,11,221). Sum of RGB (Red+Green+Blue) = 218+11+221=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 11 (4.69% from 255 or 2.44% from 450); Blue value is 221 (86.72% from 255 or 49.11% from 450); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA0BDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0BDD is #25F422. Grayscale: #606060. Windows color (decimal): -2487331 or 14486490. OLE color: 14486490.
HSL color Cylindrical-coordinate representation of color #DA0BDD: hue angle of 299.14º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA0BDD is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 11 | 221 | - |
| CMYK | 0.01 | 0.95 | 0 | 0.13 |
| HSL | 299.14º | 0.91% | 0.45% | - |
| HSV(B) | 299.14º | 0.95% | 0.87% | - |
| XYZ | 42.08 | 20.37 | 70.12 | - |
| YUV | 96.83 | 198.08 | 214.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 11 | 221 | 0.01 | 0.95 | 0 | 0.13 | 299.14 | 0.91 | 0.45 |
| Hex | DA | B | DD | 1 | 5F | 0 | D | 12B | 5B | 2D |
| Octal | 332 | 13 | 335 | 1 | 137 | 0 | 15 | 453 | 133 | 55 |
| Binary | 11011010 | 1011 | 11011101 | 1 | 1011111 | 0 | 1101 | 100101011 | 1011011 | 101101 |
Color Harmonies of #DA0BDD
Complementary color
Monochromatic Colors of #DA0BDD
Black with #DA0BDD
Text Example
Text Example
White with #DA0BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0BDD; }
p { color: rgb(218,11,221); }
H1.HeaderClassName
{
color: #DA0BDD;
}
.AnyTagClassName
{
color: #DA0BDD;
}
</style>
background-color css
<style>
a { background-color: #DA0BDD; }
a { background-color: rgb(218,11,221); }
div.DivClassName
{
background-color: #DA0BDD;
}
.BgClassName
{
background-color: #DA0BDD;
}
</style>
border-color css
<style>
span { border-color: #DA0BDD; }
span { border-color: rgb(218,11,221); }
td.TdClassName
{
border-color: #DA0BDD;
}
.TagClassName
{
border-color: #DA0BDD;
}
</style>