Shades of Hot Magenta #FF0DDD
Tints of Hot Magenta #FF0DDD
RGB
CMYK
RGB Variations
Color information
#FF0DDD (or 0xFF0DDD) is known color: Hot Magenta. HEX triplet: FF, 0D and DD. RGB value is (255,13,221). Sum of RGB (Red+Green+Blue) = 255+13+221=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 13 (5.47% from 255 or 2.66% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0DDD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0DDD is #00F222. Grayscale: #6C6C6C. Windows color (decimal): -61987 or 14487039. OLE color: 14487039.
HSL color Cylindrical-coordinate representation of color #FF0DDD: hue angle of 308.43º 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 #FF0DDD is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 13 | 221 | - |
| CMYK | 0 | 0.95 | 0.13 | 0 |
| HSL | 308.43º | 1% | 0.53% | - |
| HSV(B) | 308.43º | 0.95% | 1% | - |
| XYZ | 54.44 | 26.77 | 70.7 | - |
| YUV | 109.07 | 191.17 | 232.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 13 | 221 | 0 | 0.95 | 0.13 | 0 | 308.43 | 1 | 0.53 |
| Hex | FF | D | DD | 0 | 5F | D | 0 | 134 | 64 | 35 |
| Octal | 377 | 15 | 335 | 0 | 137 | 15 | 0 | 464 | 144 | 65 |
| Binary | 11111111 | 1101 | 11011101 | 0 | 1011111 | 1101 | 0 | 100110100 | 1100100 | 110101 |
Color Harmonies of #FF0DDD
Complementary color
Monochromatic Colors of #FF0DDD
Black with #FF0DDD
Text Example
Text Example
White with #FF0DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0DDD; }
p { color: rgb(255,13,221); }
H1.HeaderClassName
{
color: #FF0DDD;
}
.AnyTagClassName
{
color: #FF0DDD;
}
</style>
background-color css
<style>
a { background-color: #FF0DDD; }
a { background-color: rgb(255,13,221); }
div.DivClassName
{
background-color: #FF0DDD;
}
.BgClassName
{
background-color: #FF0DDD;
}
</style>
border-color css
<style>
span { border-color: #FF0DDD; }
span { border-color: rgb(255,13,221); }
td.TdClassName
{
border-color: #FF0DDD;
}
.TagClassName
{
border-color: #FF0DDD;
}
</style>