Shades of Deep Magenta #DA0FBB
Tints of Deep Magenta #DA0FBB
RGB
CMYK
RGB Variations
Color information
#DA0FBB (or 0xDA0FBB) is known color: Deep Magenta. HEX triplet: DA, 0F and BB. RGB value is (218,15,187). Sum of RGB (Red+Green+Blue) = 218+15+187=420 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.90% from 420); Green value is 15 (6.25% from 255 or 3.57% from 420); Blue value is 187 (73.44% from 255 or 44.52% from 420); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0FBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0FBB is #25F044. Grayscale: #5E5E5E. Windows color (decimal): -2486341 or 12259290. OLE color: 12259290.
HSL color Cylindrical-coordinate representation of color #DA0FBB: hue angle of 309.16º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA0FBB is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 15 | 187 | - |
| CMYK | 0 | 0.93 | 0.14 | 0.15 |
| HSL | 309.16º | 0.87% | 0.46% | - |
| HSV(B) | 309.16º | 0.93% | 0.85% | - |
| XYZ | 38.05 | 18.83 | 48.64 | - |
| YUV | 95.31 | 179.75 | 215.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 15 | 187 | 0 | 0.93 | 0.14 | 0.15 | 309.16 | 0.87 | 0.46 |
| Hex | DA | F | BB | 0 | 5D | E | F | 135 | 57 | 2E |
| Octal | 332 | 17 | 273 | 0 | 135 | 16 | 17 | 465 | 127 | 56 |
| Binary | 11011010 | 1111 | 10111011 | 0 | 1011101 | 1110 | 1111 | 100110101 | 1010111 | 101110 |
Color Harmonies of #DA0FBB
Complementary color
Monochromatic Colors of #DA0FBB
Black with #DA0FBB
Text Example
Text Example
White with #DA0FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0FBB; }
p { color: rgb(218,15,187); }
H1.HeaderClassName
{
color: #DA0FBB;
}
.AnyTagClassName
{
color: #DA0FBB;
}
</style>
background-color css
<style>
a { background-color: #DA0FBB; }
a { background-color: rgb(218,15,187); }
div.DivClassName
{
background-color: #DA0FBB;
}
.BgClassName
{
background-color: #DA0FBB;
}
</style>
border-color css
<style>
span { border-color: #DA0FBB; }
span { border-color: rgb(218,15,187); }
td.TdClassName
{
border-color: #DA0FBB;
}
.TagClassName
{
border-color: #DA0FBB;
}
</style>