Shades of Deep Magenta #D80FBE
Tints of Deep Magenta #D80FBE
RGB
CMYK
RGB Variations
Color information
#D80FBE (or 0xD80FBE) is known color: Deep Magenta. HEX triplet: D8, 0F and BE. RGB value is (216,15,190). Sum of RGB (Red+Green+Blue) = 216+15+190=421 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.31% from 421); Green value is 15 (6.25% from 255 or 3.56% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 216 - color contains mainly: red. Hex color #D80FBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80FBE is #27F041. Grayscale: #5E5E5E. Windows color (decimal): -2617410 or 12455896. OLE color: 12455896.
HSL color Cylindrical-coordinate representation of color #D80FBE: hue angle of 307.76º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D80FBE is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 15 | 190 | - |
| CMYK | 0 | 0.93 | 0.12 | 0.15 |
| HSL | 307.76º | 0.87% | 0.45% | - |
| HSV(B) | 307.76º | 0.93% | 0.85% | - |
| XYZ | 37.78 | 18.66 | 50.33 | - |
| YUV | 95.05 | 181.59 | 214.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 15 | 190 | 0 | 0.93 | 0.12 | 0.15 | 307.76 | 0.87 | 0.45 |
| Hex | D8 | F | BE | 0 | 5D | C | F | 134 | 57 | 2D |
| Octal | 330 | 17 | 276 | 0 | 135 | 14 | 17 | 464 | 127 | 55 |
| Binary | 11011000 | 1111 | 10111110 | 0 | 1011101 | 1100 | 1111 | 100110100 | 1010111 | 101101 |
Color Harmonies of #D80FBE
Complementary color
Monochromatic Colors of #D80FBE
Black with #D80FBE
Text Example
Text Example
White with #D80FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80FBE; }
p { color: rgb(216,15,190); }
H1.HeaderClassName
{
color: #D80FBE;
}
.AnyTagClassName
{
color: #D80FBE;
}
</style>
background-color css
<style>
a { background-color: #D80FBE; }
a { background-color: rgb(216,15,190); }
div.DivClassName
{
background-color: #D80FBE;
}
.BgClassName
{
background-color: #D80FBE;
}
</style>
border-color css
<style>
span { border-color: #D80FBE; }
span { border-color: rgb(216,15,190); }
td.TdClassName
{
border-color: #D80FBE;
}
.TagClassName
{
border-color: #D80FBE;
}
</style>