Shades of Deep Magenta #DA0BBE
Tints of Deep Magenta #DA0BBE
RGB
CMYK
RGB Variations
Color information
#DA0BBE (or 0xDA0BBE) is known color: Deep Magenta. HEX triplet: DA, 0B and BE. RGB value is (218,11,190). Sum of RGB (Red+Green+Blue) = 218+11+190=419 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.03% from 419); Green value is 11 (4.69% from 255 or 2.63% from 419); Blue value is 190 (74.61% from 255 or 45.35% from 419); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0BBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0BBE is #25F441. Grayscale: #5C5C5C. Windows color (decimal): -2487362 or 12454874. OLE color: 12454874.
HSL color Cylindrical-coordinate representation of color #DA0BBE: hue angle of 308.12º 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 #DA0BBE is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 11 | 190 | - |
| CMYK | 0 | 0.95 | 0.13 | 0.15 |
| HSL | 308.12º | 0.9% | 0.45% | - |
| HSV(B) | 308.12º | 0.95% | 0.85% | - |
| XYZ | 38.33 | 18.86 | 50.34 | - |
| YUV | 93.3 | 182.58 | 216.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 11 | 190 | 0 | 0.95 | 0.13 | 0.15 | 308.12 | 0.9 | 0.45 |
| Hex | DA | B | BE | 0 | 5F | D | F | 134 | 5A | 2D |
| Octal | 332 | 13 | 276 | 0 | 137 | 15 | 17 | 464 | 132 | 55 |
| Binary | 11011010 | 1011 | 10111110 | 0 | 1011111 | 1101 | 1111 | 100110100 | 1011010 | 101101 |
Color Harmonies of #DA0BBE
Complementary color
Monochromatic Colors of #DA0BBE
Black with #DA0BBE
Text Example
Text Example
White with #DA0BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0BBE; }
p { color: rgb(218,11,190); }
H1.HeaderClassName
{
color: #DA0BBE;
}
.AnyTagClassName
{
color: #DA0BBE;
}
</style>
background-color css
<style>
a { background-color: #DA0BBE; }
a { background-color: rgb(218,11,190); }
div.DivClassName
{
background-color: #DA0BBE;
}
.BgClassName
{
background-color: #DA0BBE;
}
</style>
border-color css
<style>
span { border-color: #DA0BBE; }
span { border-color: rgb(218,11,190); }
td.TdClassName
{
border-color: #DA0BBE;
}
.TagClassName
{
border-color: #DA0BBE;
}
</style>