Shades of Hot Magenta #FF07DD
Tints of Hot Magenta #FF07DD
RGB
CMYK
RGB Variations
Color information
#FF07DD (or 0xFF07DD) is known color: Hot Magenta. HEX triplet: FF, 07 and DD. RGB value is (255,7,221). Sum of RGB (Red+Green+Blue) = 255+7+221=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 7 (3.12% from 255 or 1.45% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FF07DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF07DD is #00F822. Grayscale: #686868. Windows color (decimal): -63523 or 14485503. OLE color: 14485503.
HSL color Cylindrical-coordinate representation of color #FF07DD: hue angle of 308.23º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF07DD is Cyan = 0, Magento = 0.97, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 7 | 221 | - |
| CMYK | 0 | 0.97 | 0.13 | 0 |
| HSL | 308.23º | 1% | 0.51% | - |
| HSV(B) | 308.23º | 0.97% | 1% | - |
| XYZ | 54.37 | 26.63 | 70.68 | - |
| YUV | 105.55 | 193.16 | 234.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 7 | 221 | 0 | 0.97 | 0.13 | 0 | 308.23 | 1 | 0.51 |
| Hex | FF | 7 | DD | 0 | 61 | D | 0 | 134 | 64 | 33 |
| Octal | 377 | 7 | 335 | 0 | 141 | 15 | 0 | 464 | 144 | 63 |
| Binary | 11111111 | 111 | 11011101 | 0 | 1100001 | 1101 | 0 | 100110100 | 1100100 | 110011 |
Color Harmonies of #FF07DD
Complementary color
Monochromatic Colors of #FF07DD
Black with #FF07DD
Text Example
Text Example
White with #FF07DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF07DD; }
p { color: rgb(255,7,221); }
H1.HeaderClassName
{
color: #FF07DD;
}
.AnyTagClassName
{
color: #FF07DD;
}
</style>
background-color css
<style>
a { background-color: #FF07DD; }
a { background-color: rgb(255,7,221); }
div.DivClassName
{
background-color: #FF07DD;
}
.BgClassName
{
background-color: #FF07DD;
}
</style>
border-color css
<style>
span { border-color: #FF07DD; }
span { border-color: rgb(255,7,221); }
td.TdClassName
{
border-color: #FF07DD;
}
.TagClassName
{
border-color: #FF07DD;
}
</style>