Shades of Deep Magenta #DA0BCD
Tints of Deep Magenta #DA0BCD
RGB
CMYK
RGB Variations
Color information
#DA0BCD (or 0xDA0BCD) is known color: Deep Magenta. HEX triplet: DA, 0B and CD. RGB value is (218,11,205). Sum of RGB (Red+Green+Blue) = 218+11+205=434 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.23% from 434); Green value is 11 (4.69% from 255 or 2.53% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0BCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0BCD is #25F432. Grayscale: #5E5E5E. Windows color (decimal): -2487347 or 13437914. OLE color: 13437914.
HSL color Cylindrical-coordinate representation of color #DA0BCD: hue angle of 303.77º 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 #DA0BCD is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 11 | 205 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.15 |
| HSL | 303.77º | 0.9% | 0.45% | - |
| HSV(B) | 303.77º | 0.95% | 0.85% | - |
| XYZ | 40.05 | 19.55 | 59.42 | - |
| YUV | 95.01 | 190.08 | 215.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 11 | 205 | 0 | 0.95 | 0.06 | 0.15 | 303.77 | 0.9 | 0.45 |
| Hex | DA | B | CD | 0 | 5F | 6 | F | 130 | 5A | 2D |
| Octal | 332 | 13 | 315 | 0 | 137 | 6 | 17 | 460 | 132 | 55 |
| Binary | 11011010 | 1011 | 11001101 | 0 | 1011111 | 110 | 1111 | 100110000 | 1011010 | 101101 |
Color Harmonies of #DA0BCD
Complementary color
Monochromatic Colors of #DA0BCD
Black with #DA0BCD
Text Example
Text Example
White with #DA0BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0BCD; }
p { color: rgb(218,11,205); }
H1.HeaderClassName
{
color: #DA0BCD;
}
.AnyTagClassName
{
color: #DA0BCD;
}
</style>
background-color css
<style>
a { background-color: #DA0BCD; }
a { background-color: rgb(218,11,205); }
div.DivClassName
{
background-color: #DA0BCD;
}
.BgClassName
{
background-color: #DA0BCD;
}
</style>
border-color css
<style>
span { border-color: #DA0BCD; }
span { border-color: rgb(218,11,205); }
td.TdClassName
{
border-color: #DA0BCD;
}
.TagClassName
{
border-color: #DA0BCD;
}
</style>