Shades of Hot Magenta #FF01DB
Tints of Hot Magenta #FF01DB
RGB
CMYK
RGB Variations
Color information
#FF01DB (or 0xFF01DB) is known color: Hot Magenta. HEX triplet: FF, 01 and DB. RGB value is (255,1,219). Sum of RGB (Red+Green+Blue) = 255+1+219=475 (62% of max value = 765). Red value is 255 (100% from 255 or 53.68% from 475); Green value is 1 (0.78% from 255 or 0.21% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 255 - color contains mainly: red. Hex color #FF01DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF01DB is #00FE24. Grayscale: #656565. Windows color (decimal): -65061 or 14352895. OLE color: 14352895.
HSL color Cylindrical-coordinate representation of color #FF01DB: hue angle of 308.5º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF01DB is Cyan = 0, Magento = 1.00, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 1 | 219 | - |
| CMYK | 0 | 1.00 | 0.14 | 0 |
| HSL | 308.5º | 1% | 0.5% | - |
| HSV(B) | 308.5º | 1% | 1% | - |
| XYZ | 54.04 | 26.4 | 69.26 | - |
| YUV | 101.8 | 194.15 | 237.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 1 | 219 | 0 | 1.00 | 0.14 | 0 | 308.5 | 1 | 0.5 |
| Hex | FF | 1 | DB | 0 | 64 | E | 0 | 135 | 64 | 32 |
| Octal | 377 | 1 | 333 | 0 | 144 | 16 | 0 | 465 | 144 | 62 |
| Binary | 11111111 | 1 | 11011011 | 0 | 1100100 | 1110 | 0 | 100110101 | 1100100 | 110010 |
Color Harmonies of #FF01DB
Complementary color
Monochromatic Colors of #FF01DB
Black with #FF01DB
Text Example
Text Example
White with #FF01DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF01DB; }
p { color: rgb(255,1,219); }
H1.HeaderClassName
{
color: #FF01DB;
}
.AnyTagClassName
{
color: #FF01DB;
}
</style>
background-color css
<style>
a { background-color: #FF01DB; }
a { background-color: rgb(255,1,219); }
div.DivClassName
{
background-color: #FF01DB;
}
.BgClassName
{
background-color: #FF01DB;
}
</style>
border-color css
<style>
span { border-color: #FF01DB; }
span { border-color: rgb(255,1,219); }
td.TdClassName
{
border-color: #FF01DB;
}
.TagClassName
{
border-color: #FF01DB;
}
</style>