Shades of Hot Magenta #FF0DDA
Tints of Hot Magenta #FF0DDA
RGB
CMYK
RGB Variations
Color information
#FF0DDA (or 0xFF0DDA) is known color: Hot Magenta. HEX triplet: FF, 0D and DA. RGB value is (255,13,218). Sum of RGB (Red+Green+Blue) = 255+13+218=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 13 (5.47% from 255 or 2.67% from 486); Blue value is 218 (85.55% from 255 or 44.86% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0DDA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0DDA is #00F225. Grayscale: #6C6C6C. Windows color (decimal): -61990 or 14290431. OLE color: 14290431.
HSL color Cylindrical-coordinate representation of color #FF0DDA: hue angle of 309.17º 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 #FF0DDA is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 13 | 218 | - |
| CMYK | 0 | 0.95 | 0.15 | 0 |
| HSL | 309.17º | 1% | 0.53% | - |
| HSV(B) | 309.17º | 0.95% | 1% | - |
| XYZ | 54.04 | 26.61 | 68.62 | - |
| YUV | 108.73 | 189.67 | 232.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 13 | 218 | 0 | 0.95 | 0.15 | 0 | 309.17 | 1 | 0.53 |
| Hex | FF | D | DA | 0 | 5F | F | 0 | 135 | 64 | 35 |
| Octal | 377 | 15 | 332 | 0 | 137 | 17 | 0 | 465 | 144 | 65 |
| Binary | 11111111 | 1101 | 11011010 | 0 | 1011111 | 1111 | 0 | 100110101 | 1100100 | 110101 |
Color Harmonies of #FF0DDA
Complementary color
Monochromatic Colors of #FF0DDA
Black with #FF0DDA
Text Example
Text Example
White with #FF0DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0DDA; }
p { color: rgb(255,13,218); }
H1.HeaderClassName
{
color: #FF0DDA;
}
.AnyTagClassName
{
color: #FF0DDA;
}
</style>
background-color css
<style>
a { background-color: #FF0DDA; }
a { background-color: rgb(255,13,218); }
div.DivClassName
{
background-color: #FF0DDA;
}
.BgClassName
{
background-color: #FF0DDA;
}
</style>
border-color css
<style>
span { border-color: #FF0DDA; }
span { border-color: rgb(255,13,218); }
td.TdClassName
{
border-color: #FF0DDA;
}
.TagClassName
{
border-color: #FF0DDA;
}
</style>