Shades of Hot Magenta #FF19DB
Tints of Hot Magenta #FF19DB
RGB
CMYK
RGB Variations
Color information
#FF19DB (or 0xFF19DB) is known color: Hot Magenta. HEX triplet: FF, 19 and DB. RGB value is (255,25,219). Sum of RGB (Red+Green+Blue) = 255+25+219=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 25 (10.16% from 255 or 5.01% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FF19DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF19DB is #00E624. Grayscale: #737373. Windows color (decimal): -58917 or 14359039. OLE color: 14359039.
HSL color Cylindrical-coordinate representation of color #FF19DB: hue angle of 309.39º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF19DB is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 25 | 219 | - |
| CMYK | 0 | 0.90 | 0.14 | 0 |
| HSL | 309.39º | 1% | 0.55% | - |
| HSV(B) | 309.39º | 0.9% | 1% | - |
| XYZ | 54.37 | 27.07 | 69.38 | - |
| YUV | 115.89 | 186.2 | 227.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 25 | 219 | 0 | 0.90 | 0.14 | 0 | 309.39 | 1 | 0.55 |
| Hex | FF | 19 | DB | 0 | 5A | E | 0 | 135 | 64 | 37 |
| Octal | 377 | 31 | 333 | 0 | 132 | 16 | 0 | 465 | 144 | 67 |
| Binary | 11111111 | 11001 | 11011011 | 0 | 1011010 | 1110 | 0 | 100110101 | 1100100 | 110111 |
Color Harmonies of #FF19DB
Complementary color
Monochromatic Colors of #FF19DB
Black with #FF19DB
Text Example
Text Example
White with #FF19DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF19DB; }
p { color: rgb(255,25,219); }
H1.HeaderClassName
{
color: #FF19DB;
}
.AnyTagClassName
{
color: #FF19DB;
}
</style>
background-color css
<style>
a { background-color: #FF19DB; }
a { background-color: rgb(255,25,219); }
div.DivClassName
{
background-color: #FF19DB;
}
.BgClassName
{
background-color: #FF19DB;
}
</style>
border-color css
<style>
span { border-color: #FF19DB; }
span { border-color: rgb(255,25,219); }
td.TdClassName
{
border-color: #FF19DB;
}
.TagClassName
{
border-color: #FF19DB;
}
</style>