Shades of Hot Magenta #FF0DD9
Tints of Hot Magenta #FF0DD9
RGB
CMYK
RGB Variations
Color information
#FF0DD9 (or 0xFF0DD9) is known color: Hot Magenta. HEX triplet: FF, 0D and D9. RGB value is (255,13,217). Sum of RGB (Red+Green+Blue) = 255+13+217=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 13 (5.47% from 255 or 2.68% from 485); Blue value is 217 (85.16% from 255 or 44.74% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0DD9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0DD9 is #00F226. Grayscale: #6C6C6C. Windows color (decimal): -61991 or 14224895. OLE color: 14224895.
HSL color Cylindrical-coordinate representation of color #FF0DD9: hue angle of 309.42º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF0DD9 is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 13 | 217 | - |
| CMYK | 0 | 0.95 | 0.15 | 0 |
| HSL | 309.42º | 1% | 0.53% | - |
| HSV(B) | 309.42º | 0.95% | 1% | - |
| XYZ | 53.91 | 26.56 | 67.93 | - |
| YUV | 108.61 | 189.17 | 232.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 13 | 217 | 0 | 0.95 | 0.15 | 0 | 309.42 | 1 | 0.53 |
| Hex | FF | D | D9 | 0 | 5F | F | 0 | 135 | 64 | 35 |
| Octal | 377 | 15 | 331 | 0 | 137 | 17 | 0 | 465 | 144 | 65 |
| Binary | 11111111 | 1101 | 11011001 | 0 | 1011111 | 1111 | 0 | 100110101 | 1100100 | 110101 |
Color Harmonies of #FF0DD9
Complementary color
Monochromatic Colors of #FF0DD9
Black with #FF0DD9
Text Example
Text Example
White with #FF0DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0DD9; }
p { color: rgb(255,13,217); }
H1.HeaderClassName
{
color: #FF0DD9;
}
.AnyTagClassName
{
color: #FF0DD9;
}
</style>
background-color css
<style>
a { background-color: #FF0DD9; }
a { background-color: rgb(255,13,217); }
div.DivClassName
{
background-color: #FF0DD9;
}
.BgClassName
{
background-color: #FF0DD9;
}
</style>
border-color css
<style>
span { border-color: #FF0DD9; }
span { border-color: rgb(255,13,217); }
td.TdClassName
{
border-color: #FF0DD9;
}
.TagClassName
{
border-color: #FF0DD9;
}
</style>