Shades of Hot Magenta #FD00DD
Tints of Hot Magenta #FD00DD
RGB
CMYK
RGB Variations
Color information
#FD00DD (or 0xFD00DD) is known color: Hot Magenta. HEX triplet: FD, 00 and DD. RGB value is (253,0,221). Sum of RGB (Red+Green+Blue) = 253+0+221=474 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.38% from 474); Green value is 0 (0.39% from 255 or 0% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 253 - color contains mainly: red. Hex color #FD00DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD00DD is #02FF22. Grayscale: #646464. Windows color (decimal): -196387 or 14483709. OLE color: 14483709.
HSL color Cylindrical-coordinate representation of color #FD00DD: hue angle of 307.59º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD00DD is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 0 | 221 | - |
| CMYK | 0 | 1 | 0.13 | 0.01 |
| HSL | 307.59º | 1% | 0.5% | - |
| HSV(B) | 307.59º | 1% | 0.99% | - |
| XYZ | 53.56 | 26.1 | 70.62 | - |
| YUV | 100.84 | 195.82 | 236.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 0 | 221 | 0 | 1 | 0.13 | 0.01 | 307.59 | 1 | 0.5 |
| Hex | FD | 0 | DD | 0 | 64 | D | 1 | 134 | 64 | 32 |
| Octal | 375 | 0 | 335 | 0 | 144 | 15 | 1 | 464 | 144 | 62 |
| Binary | 11111101 | 0 | 11011101 | 0 | 1100100 | 1101 | 1 | 100110100 | 1100100 | 110010 |
Color Harmonies of #FD00DD
Complementary color
Monochromatic Colors of #FD00DD
Black with #FD00DD
Text Example
Text Example
White with #FD00DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD00DD; }
p { color: rgb(253,0,221); }
H1.HeaderClassName
{
color: #FD00DD;
}
.AnyTagClassName
{
color: #FD00DD;
}
</style>
background-color css
<style>
a { background-color: #FD00DD; }
a { background-color: rgb(253,0,221); }
div.DivClassName
{
background-color: #FD00DD;
}
.BgClassName
{
background-color: #FD00DD;
}
</style>
border-color css
<style>
span { border-color: #FD00DD; }
span { border-color: rgb(253,0,221); }
td.TdClassName
{
border-color: #FD00DD;
}
.TagClassName
{
border-color: #FD00DD;
}
</style>