Shades of Deep Magenta #DA0FBE
Tints of Deep Magenta #DA0FBE
RGB
CMYK
RGB Variations
Color information
#DA0FBE (or 0xDA0FBE) is known color: Deep Magenta. HEX triplet: DA, 0F and BE. RGB value is (218,15,190). Sum of RGB (Red+Green+Blue) = 218+15+190=423 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.54% from 423); Green value is 15 (6.25% from 255 or 3.55% from 423); Blue value is 190 (74.61% from 255 or 44.92% from 423); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0FBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0FBE is #25F041. Grayscale: #5F5F5F. Windows color (decimal): -2486338 or 12455898. OLE color: 12455898.
HSL color Cylindrical-coordinate representation of color #DA0FBE: hue angle of 308.28º 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 #DA0FBE is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 15 | 190 | - |
| CMYK | 0 | 0.93 | 0.13 | 0.15 |
| HSL | 308.28º | 0.87% | 0.46% | - |
| HSV(B) | 308.28º | 0.93% | 0.85% | - |
| XYZ | 38.38 | 18.96 | 50.35 | - |
| YUV | 95.65 | 181.25 | 215.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 15 | 190 | 0 | 0.93 | 0.13 | 0.15 | 308.28 | 0.87 | 0.46 |
| Hex | DA | F | BE | 0 | 5D | D | F | 134 | 57 | 2E |
| Octal | 332 | 17 | 276 | 0 | 135 | 15 | 17 | 464 | 127 | 56 |
| Binary | 11011010 | 1111 | 10111110 | 0 | 1011101 | 1101 | 1111 | 100110100 | 1010111 | 101110 |
Color Harmonies of #DA0FBE
Complementary color
Monochromatic Colors of #DA0FBE
Black with #DA0FBE
Text Example
Text Example
White with #DA0FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0FBE; }
p { color: rgb(218,15,190); }
H1.HeaderClassName
{
color: #DA0FBE;
}
.AnyTagClassName
{
color: #DA0FBE;
}
</style>
background-color css
<style>
a { background-color: #DA0FBE; }
a { background-color: rgb(218,15,190); }
div.DivClassName
{
background-color: #DA0FBE;
}
.BgClassName
{
background-color: #DA0FBE;
}
</style>
border-color css
<style>
span { border-color: #DA0FBE; }
span { border-color: rgb(218,15,190); }
td.TdClassName
{
border-color: #DA0FBE;
}
.TagClassName
{
border-color: #DA0FBE;
}
</style>