Shades of Hot Magenta #FF11DB
Tints of Hot Magenta #FF11DB
RGB
CMYK
RGB Variations
Color information
#FF11DB (or 0xFF11DB) is known color: Hot Magenta. HEX triplet: FF, 11 and DB. RGB value is (255,17,219). Sum of RGB (Red+Green+Blue) = 255+17+219=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 17 (7.03% from 255 or 3.46% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FF11DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF11DB is #00EE24. Grayscale: #6E6E6E. Windows color (decimal): -60965 or 14356991. OLE color: 14356991.
HSL color Cylindrical-coordinate representation of color #FF11DB: hue angle of 309.08º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF11DB is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 17 | 219 | - |
| CMYK | 0 | 0.93 | 0.14 | 0 |
| HSL | 309.08º | 1% | 0.53% | - |
| HSV(B) | 309.08º | 0.93% | 1% | - |
| XYZ | 54.23 | 26.78 | 69.33 | - |
| YUV | 111.19 | 188.85 | 230.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 17 | 219 | 0 | 0.93 | 0.14 | 0 | 309.08 | 1 | 0.53 |
| Hex | FF | 11 | DB | 0 | 5D | E | 0 | 135 | 64 | 35 |
| Octal | 377 | 21 | 333 | 0 | 135 | 16 | 0 | 465 | 144 | 65 |
| Binary | 11111111 | 10001 | 11011011 | 0 | 1011101 | 1110 | 0 | 100110101 | 1100100 | 110101 |
Color Harmonies of #FF11DB
Complementary color
Monochromatic Colors of #FF11DB
Black with #FF11DB
Text Example
Text Example
White with #FF11DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF11DB; }
p { color: rgb(255,17,219); }
H1.HeaderClassName
{
color: #FF11DB;
}
.AnyTagClassName
{
color: #FF11DB;
}
</style>
background-color css
<style>
a { background-color: #FF11DB; }
a { background-color: rgb(255,17,219); }
div.DivClassName
{
background-color: #FF11DB;
}
.BgClassName
{
background-color: #FF11DB;
}
</style>
border-color css
<style>
span { border-color: #FF11DB; }
span { border-color: rgb(255,17,219); }
td.TdClassName
{
border-color: #FF11DB;
}
.TagClassName
{
border-color: #FF11DB;
}
</style>