Shades of Hot Magenta #FF15DB
Tints of Hot Magenta #FF15DB
RGB
CMYK
RGB Variations
Color information
#FF15DB (or 0xFF15DB) is known color: Hot Magenta. HEX triplet: FF, 15 and DB. RGB value is (255,21,219). Sum of RGB (Red+Green+Blue) = 255+21+219=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 21 (8.59% from 255 or 4.24% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FF15DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF15DB is #00EA24. Grayscale: #707070. Windows color (decimal): -59941 or 14358015. OLE color: 14358015.
HSL color Cylindrical-coordinate representation of color #FF15DB: hue angle of 309.23º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF15DB is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 219 | - |
| CMYK | 0 | 0.92 | 0.14 | 0 |
| HSL | 309.23º | 1% | 0.54% | - |
| HSV(B) | 309.23º | 0.92% | 1% | - |
| XYZ | 54.29 | 26.91 | 69.35 | - |
| YUV | 113.54 | 187.52 | 228.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 219 | 0 | 0.92 | 0.14 | 0 | 309.23 | 1 | 0.54 |
| Hex | FF | 15 | DB | 0 | 5C | E | 0 | 135 | 64 | 36 |
| Octal | 377 | 25 | 333 | 0 | 134 | 16 | 0 | 465 | 144 | 66 |
| Binary | 11111111 | 10101 | 11011011 | 0 | 1011100 | 1110 | 0 | 100110101 | 1100100 | 110110 |
Color Harmonies of #FF15DB
Complementary color
Monochromatic Colors of #FF15DB
Black with #FF15DB
Text Example
Text Example
White with #FF15DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF15DB; }
p { color: rgb(255,21,219); }
H1.HeaderClassName
{
color: #FF15DB;
}
.AnyTagClassName
{
color: #FF15DB;
}
</style>
background-color css
<style>
a { background-color: #FF15DB; }
a { background-color: rgb(255,21,219); }
div.DivClassName
{
background-color: #FF15DB;
}
.BgClassName
{
background-color: #FF15DB;
}
</style>
border-color css
<style>
span { border-color: #FF15DB; }
span { border-color: rgb(255,21,219); }
td.TdClassName
{
border-color: #FF15DB;
}
.TagClassName
{
border-color: #FF15DB;
}
</style>