Shades of Hot Magenta #FF0DD2
Tints of Hot Magenta #FF0DD2
RGB
CMYK
RGB Variations
Color information
#FF0DD2 (or 0xFF0DD2) is known color: Hot Magenta. HEX triplet: FF, 0D and D2. RGB value is (255,13,210). Sum of RGB (Red+Green+Blue) = 255+13+210=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 13 (5.47% from 255 or 2.72% from 478); Blue value is 210 (82.42% from 255 or 43.93% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0DD2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0DD2 is #00F22D. Grayscale: #6B6B6B. Windows color (decimal): -61998 or 13766143. OLE color: 13766143.
HSL color Cylindrical-coordinate representation of color #FF0DD2: hue angle of 311.16º 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 #FF0DD2 is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 13 | 210 | - |
| CMYK | 0 | 0.95 | 0.18 | 0 |
| HSL | 311.16º | 1% | 0.53% | - |
| HSV(B) | 311.16º | 0.95% | 1% | - |
| XYZ | 53.02 | 26.2 | 63.24 | - |
| YUV | 107.82 | 185.67 | 232.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 13 | 210 | 0 | 0.95 | 0.18 | 0 | 311.16 | 1 | 0.53 |
| Hex | FF | D | D2 | 0 | 5F | 12 | 0 | 137 | 64 | 35 |
| Octal | 377 | 15 | 322 | 0 | 137 | 22 | 0 | 467 | 144 | 65 |
| Binary | 11111111 | 1101 | 11010010 | 0 | 1011111 | 10010 | 0 | 100110111 | 1100100 | 110101 |
Color Harmonies of #FF0DD2
Complementary color
Monochromatic Colors of #FF0DD2
Black with #FF0DD2
Text Example
Text Example
White with #FF0DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0DD2; }
p { color: rgb(255,13,210); }
H1.HeaderClassName
{
color: #FF0DD2;
}
.AnyTagClassName
{
color: #FF0DD2;
}
</style>
background-color css
<style>
a { background-color: #FF0DD2; }
a { background-color: rgb(255,13,210); }
div.DivClassName
{
background-color: #FF0DD2;
}
.BgClassName
{
background-color: #FF0DD2;
}
</style>
border-color css
<style>
span { border-color: #FF0DD2; }
span { border-color: rgb(255,13,210); }
td.TdClassName
{
border-color: #FF0DD2;
}
.TagClassName
{
border-color: #FF0DD2;
}
</style>