Shades of Hot Magenta #FF14DD
Tints of Hot Magenta #FF14DD
RGB
CMYK
RGB Variations
Color information
#FF14DD (or 0xFF14DD) is known color: Hot Magenta. HEX triplet: FF, 14 and DD. RGB value is (255,20,221). Sum of RGB (Red+Green+Blue) = 255+20+221=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 20 (8.20% from 255 or 4.03% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FF14DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF14DD is #00EB22. Grayscale: #707070. Windows color (decimal): -60195 or 14488831. OLE color: 14488831.
HSL color Cylindrical-coordinate representation of color #FF14DD: hue angle of 308.68º 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 #FF14DD is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 20 | 221 | - |
| CMYK | 0 | 0.92 | 0.13 | 0 |
| HSL | 308.68º | 1% | 0.54% | - |
| HSV(B) | 308.68º | 0.92% | 1% | - |
| XYZ | 54.54 | 26.98 | 70.74 | - |
| YUV | 113.18 | 188.86 | 229.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 20 | 221 | 0 | 0.92 | 0.13 | 0 | 308.68 | 1 | 0.54 |
| Hex | FF | 14 | DD | 0 | 5C | D | 0 | 135 | 64 | 36 |
| Octal | 377 | 24 | 335 | 0 | 134 | 15 | 0 | 465 | 144 | 66 |
| Binary | 11111111 | 10100 | 11011101 | 0 | 1011100 | 1101 | 0 | 100110101 | 1100100 | 110110 |
Color Harmonies of #FF14DD
Complementary color
Monochromatic Colors of #FF14DD
Black with #FF14DD
Text Example
Text Example
White with #FF14DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF14DD; }
p { color: rgb(255,20,221); }
H1.HeaderClassName
{
color: #FF14DD;
}
.AnyTagClassName
{
color: #FF14DD;
}
</style>
background-color css
<style>
a { background-color: #FF14DD; }
a { background-color: rgb(255,20,221); }
div.DivClassName
{
background-color: #FF14DD;
}
.BgClassName
{
background-color: #FF14DD;
}
</style>
border-color css
<style>
span { border-color: #FF14DD; }
span { border-color: rgb(255,20,221); }
td.TdClassName
{
border-color: #FF14DD;
}
.TagClassName
{
border-color: #FF14DD;
}
</style>