Shades of Hot Magenta #FF18DD
Tints of Hot Magenta #FF18DD
RGB
CMYK
RGB Variations
Color information
#FF18DD (or 0xFF18DD) is known color: Hot Magenta. HEX triplet: FF, 18 and DD. RGB value is (255,24,221). Sum of RGB (Red+Green+Blue) = 255+24+221=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 24 (9.77% from 255 or 4.8% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FF18DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF18DD is #00E722. Grayscale: #727272. Windows color (decimal): -59171 or 14489855. OLE color: 14489855.
HSL color Cylindrical-coordinate representation of color #FF18DD: hue angle of 308.83º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF18DD is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 24 | 221 | - |
| CMYK | 0 | 0.91 | 0.13 | 0 |
| HSL | 308.83º | 1% | 0.55% | - |
| HSV(B) | 308.83º | 0.91% | 1% | - |
| XYZ | 54.62 | 27.13 | 70.77 | - |
| YUV | 115.53 | 187.53 | 227.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 24 | 221 | 0 | 0.91 | 0.13 | 0 | 308.83 | 1 | 0.55 |
| Hex | FF | 18 | DD | 0 | 5B | D | 0 | 135 | 64 | 37 |
| Octal | 377 | 30 | 335 | 0 | 133 | 15 | 0 | 465 | 144 | 67 |
| Binary | 11111111 | 11000 | 11011101 | 0 | 1011011 | 1101 | 0 | 100110101 | 1100100 | 110111 |
Color Harmonies of #FF18DD
Complementary color
Monochromatic Colors of #FF18DD
Black with #FF18DD
Text Example
Text Example
White with #FF18DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF18DD; }
p { color: rgb(255,24,221); }
H1.HeaderClassName
{
color: #FF18DD;
}
.AnyTagClassName
{
color: #FF18DD;
}
</style>
background-color css
<style>
a { background-color: #FF18DD; }
a { background-color: rgb(255,24,221); }
div.DivClassName
{
background-color: #FF18DD;
}
.BgClassName
{
background-color: #FF18DD;
}
</style>
border-color css
<style>
span { border-color: #FF18DD; }
span { border-color: rgb(255,24,221); }
td.TdClassName
{
border-color: #FF18DD;
}
.TagClassName
{
border-color: #FF18DD;
}
</style>