Shades of Deep Magenta #DA0FBC
Tints of Deep Magenta #DA0FBC
RGB
CMYK
RGB Variations
Color information
#DA0FBC (or 0xDA0FBC) is known color: Deep Magenta. HEX triplet: DA, 0F and BC. RGB value is (218,15,188). Sum of RGB (Red+Green+Blue) = 218+15+188=421 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.78% from 421); Green value is 15 (6.25% from 255 or 3.56% from 421); Blue value is 188 (73.83% from 255 or 44.66% from 421); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0FBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0FBC is #25F043. Grayscale: #5E5E5E. Windows color (decimal): -2486340 or 12324826. OLE color: 12324826.
HSL color Cylindrical-coordinate representation of color #DA0FBC: hue angle of 308.87º 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 #DA0FBC is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 15 | 188 | - |
| CMYK | 0 | 0.93 | 0.14 | 0.15 |
| HSL | 308.87º | 0.87% | 0.46% | - |
| HSV(B) | 308.87º | 0.93% | 0.85% | - |
| XYZ | 38.16 | 18.88 | 49.21 | - |
| YUV | 95.42 | 180.25 | 215.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 15 | 188 | 0 | 0.93 | 0.14 | 0.15 | 308.87 | 0.87 | 0.46 |
| Hex | DA | F | BC | 0 | 5D | E | F | 135 | 57 | 2E |
| Octal | 332 | 17 | 274 | 0 | 135 | 16 | 17 | 465 | 127 | 56 |
| Binary | 11011010 | 1111 | 10111100 | 0 | 1011101 | 1110 | 1111 | 100110101 | 1010111 | 101110 |
Color Harmonies of #DA0FBC
Complementary color
Monochromatic Colors of #DA0FBC
Black with #DA0FBC
Text Example
Text Example
White with #DA0FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0FBC; }
p { color: rgb(218,15,188); }
H1.HeaderClassName
{
color: #DA0FBC;
}
.AnyTagClassName
{
color: #DA0FBC;
}
</style>
background-color css
<style>
a { background-color: #DA0FBC; }
a { background-color: rgb(218,15,188); }
div.DivClassName
{
background-color: #DA0FBC;
}
.BgClassName
{
background-color: #DA0FBC;
}
</style>
border-color css
<style>
span { border-color: #DA0FBC; }
span { border-color: rgb(218,15,188); }
td.TdClassName
{
border-color: #DA0FBC;
}
.TagClassName
{
border-color: #DA0FBC;
}
</style>