Shades of Deep Magenta #DA0BBD
Tints of Deep Magenta #DA0BBD
RGB
CMYK
RGB Variations
Color information
#DA0BBD (or 0xDA0BBD) is known color: Deep Magenta. HEX triplet: DA, 0B and BD. RGB value is (218,11,189). Sum of RGB (Red+Green+Blue) = 218+11+189=418 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.15% from 418); Green value is 11 (4.69% from 255 or 2.63% from 418); Blue value is 189 (74.22% from 255 or 45.22% from 418); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0BBD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0BBD is #25F442. Grayscale: #5C5C5C. Windows color (decimal): -2487363 or 12389338. OLE color: 12389338.
HSL color Cylindrical-coordinate representation of color #DA0BBD: hue angle of 308.41º 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 #DA0BBD is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 11 | 189 | - |
| CMYK | 0 | 0.95 | 0.13 | 0.15 |
| HSL | 308.41º | 0.9% | 0.45% | - |
| HSV(B) | 308.41º | 0.95% | 0.85% | - |
| XYZ | 38.22 | 18.82 | 49.76 | - |
| YUV | 93.19 | 182.08 | 217.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 11 | 189 | 0 | 0.95 | 0.13 | 0.15 | 308.41 | 0.9 | 0.45 |
| Hex | DA | B | BD | 0 | 5F | D | F | 134 | 5A | 2D |
| Octal | 332 | 13 | 275 | 0 | 137 | 15 | 17 | 464 | 132 | 55 |
| Binary | 11011010 | 1011 | 10111101 | 0 | 1011111 | 1101 | 1111 | 100110100 | 1011010 | 101101 |
Color Harmonies of #DA0BBD
Complementary color
Monochromatic Colors of #DA0BBD
Black with #DA0BBD
Text Example
Text Example
White with #DA0BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0BBD; }
p { color: rgb(218,11,189); }
H1.HeaderClassName
{
color: #DA0BBD;
}
.AnyTagClassName
{
color: #DA0BBD;
}
</style>
background-color css
<style>
a { background-color: #DA0BBD; }
a { background-color: rgb(218,11,189); }
div.DivClassName
{
background-color: #DA0BBD;
}
.BgClassName
{
background-color: #DA0BBD;
}
</style>
border-color css
<style>
span { border-color: #DA0BBD; }
span { border-color: rgb(218,11,189); }
td.TdClassName
{
border-color: #DA0BBD;
}
.TagClassName
{
border-color: #DA0BBD;
}
</style>