Shades of Hot Magenta #FF0DD7
Tints of Hot Magenta #FF0DD7
RGB
CMYK
RGB Variations
Color information
#FF0DD7 (or 0xFF0DD7) is known color: Hot Magenta. HEX triplet: FF, 0D and D7. RGB value is (255,13,215). Sum of RGB (Red+Green+Blue) = 255+13+215=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 13 (5.47% from 255 or 2.69% from 483); Blue value is 215 (84.38% from 255 or 44.51% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0DD7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0DD7 is #00F228. Grayscale: #6B6B6B. Windows color (decimal): -61993 or 14093823. OLE color: 14093823.
HSL color Cylindrical-coordinate representation of color #FF0DD7: hue angle of 309.92º 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 #FF0DD7 is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 13 | 215 | - |
| CMYK | 0 | 0.95 | 0.16 | 0 |
| HSL | 309.92º | 1% | 0.53% | - |
| HSV(B) | 309.92º | 0.95% | 1% | - |
| XYZ | 53.65 | 26.45 | 66.57 | - |
| YUV | 108.39 | 188.17 | 232.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 13 | 215 | 0 | 0.95 | 0.16 | 0 | 309.92 | 1 | 0.53 |
| Hex | FF | D | D7 | 0 | 5F | 10 | 0 | 136 | 64 | 35 |
| Octal | 377 | 15 | 327 | 0 | 137 | 20 | 0 | 466 | 144 | 65 |
| Binary | 11111111 | 1101 | 11010111 | 0 | 1011111 | 10000 | 0 | 100110110 | 1100100 | 110101 |
Color Harmonies of #FF0DD7
Complementary color
Monochromatic Colors of #FF0DD7
Black with #FF0DD7
Text Example
Text Example
White with #FF0DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0DD7; }
p { color: rgb(255,13,215); }
H1.HeaderClassName
{
color: #FF0DD7;
}
.AnyTagClassName
{
color: #FF0DD7;
}
</style>
background-color css
<style>
a { background-color: #FF0DD7; }
a { background-color: rgb(255,13,215); }
div.DivClassName
{
background-color: #FF0DD7;
}
.BgClassName
{
background-color: #FF0DD7;
}
</style>
border-color css
<style>
span { border-color: #FF0DD7; }
span { border-color: rgb(255,13,215); }
td.TdClassName
{
border-color: #FF0DD7;
}
.TagClassName
{
border-color: #FF0DD7;
}
</style>