Shades of Hot Magenta #FF0DD3
Tints of Hot Magenta #FF0DD3
RGB
CMYK
RGB Variations
Color information
#FF0DD3 (or 0xFF0DD3) is known color: Hot Magenta. HEX triplet: FF, 0D and D3. RGB value is (255,13,211). Sum of RGB (Red+Green+Blue) = 255+13+211=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 13 (5.47% from 255 or 2.71% from 479); Blue value is 211 (82.81% from 255 or 44.05% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0DD3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0DD3 is #00F22C. Grayscale: #6B6B6B. Windows color (decimal): -61997 or 13831679. OLE color: 13831679.
HSL color Cylindrical-coordinate representation of color #FF0DD3: hue angle of 310.91º 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 #FF0DD3 is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 13 | 211 | - |
| CMYK | 0 | 0.95 | 0.17 | 0 |
| HSL | 310.91º | 1% | 0.53% | - |
| HSV(B) | 310.91º | 0.95% | 1% | - |
| XYZ | 53.14 | 26.25 | 63.89 | - |
| YUV | 107.93 | 186.17 | 232.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 13 | 211 | 0 | 0.95 | 0.17 | 0 | 310.91 | 1 | 0.53 |
| Hex | FF | D | D3 | 0 | 5F | 11 | 0 | 137 | 64 | 35 |
| Octal | 377 | 15 | 323 | 0 | 137 | 21 | 0 | 467 | 144 | 65 |
| Binary | 11111111 | 1101 | 11010011 | 0 | 1011111 | 10001 | 0 | 100110111 | 1100100 | 110101 |
Color Harmonies of #FF0DD3
Complementary color
Monochromatic Colors of #FF0DD3
Black with #FF0DD3
Text Example
Text Example
White with #FF0DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0DD3; }
p { color: rgb(255,13,211); }
H1.HeaderClassName
{
color: #FF0DD3;
}
.AnyTagClassName
{
color: #FF0DD3;
}
</style>
background-color css
<style>
a { background-color: #FF0DD3; }
a { background-color: rgb(255,13,211); }
div.DivClassName
{
background-color: #FF0DD3;
}
.BgClassName
{
background-color: #FF0DD3;
}
</style>
border-color css
<style>
span { border-color: #FF0DD3; }
span { border-color: rgb(255,13,211); }
td.TdClassName
{
border-color: #FF0DD3;
}
.TagClassName
{
border-color: #FF0DD3;
}
</style>