Shades of Deep Magenta #DA0BD5
Tints of Deep Magenta #DA0BD5
RGB
CMYK
RGB Variations
Color information
#DA0BD5 (or 0xDA0BD5) is known color: Deep Magenta. HEX triplet: DA, 0B and D5. RGB value is (218,11,213). Sum of RGB (Red+Green+Blue) = 218+11+213=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 11 (4.69% from 255 or 2.49% from 442); Blue value is 213 (83.59% from 255 or 48.19% from 442); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0BD5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0BD5 is #25F42A. Grayscale: #5F5F5F. Windows color (decimal): -2487339 or 13962202. OLE color: 13962202.
HSL color Cylindrical-coordinate representation of color #DA0BD5: hue angle of 301.45º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA0BD5 is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 11 | 213 | - |
| CMYK | 0 | 0.95 | 0.02 | 0.15 |
| HSL | 301.45º | 0.9% | 0.45% | - |
| HSV(B) | 301.45º | 0.95% | 0.85% | - |
| XYZ | 41.04 | 19.95 | 64.64 | - |
| YUV | 95.92 | 194.08 | 215.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 11 | 213 | 0 | 0.95 | 0.02 | 0.15 | 301.45 | 0.9 | 0.45 |
| Hex | DA | B | D5 | 0 | 5F | 2 | F | 12D | 5A | 2D |
| Octal | 332 | 13 | 325 | 0 | 137 | 2 | 17 | 455 | 132 | 55 |
| Binary | 11011010 | 1011 | 11010101 | 0 | 1011111 | 10 | 1111 | 100101101 | 1011010 | 101101 |
Color Harmonies of #DA0BD5
Complementary color
Monochromatic Colors of #DA0BD5
Black with #DA0BD5
Text Example
Text Example
White with #DA0BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0BD5; }
p { color: rgb(218,11,213); }
H1.HeaderClassName
{
color: #DA0BD5;
}
.AnyTagClassName
{
color: #DA0BD5;
}
</style>
background-color css
<style>
a { background-color: #DA0BD5; }
a { background-color: rgb(218,11,213); }
div.DivClassName
{
background-color: #DA0BD5;
}
.BgClassName
{
background-color: #DA0BD5;
}
</style>
border-color css
<style>
span { border-color: #DA0BD5; }
span { border-color: rgb(218,11,213); }
td.TdClassName
{
border-color: #DA0BD5;
}
.TagClassName
{
border-color: #DA0BD5;
}
</style>