Shades of Hot Magenta #FD00DB
Tints of Hot Magenta #FD00DB
RGB
CMYK
RGB Variations
Color information
#FD00DB (or 0xFD00DB) is known color: Hot Magenta. HEX triplet: FD, 00 and DB. RGB value is (253,0,219). Sum of RGB (Red+Green+Blue) = 253+0+219=472 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.60% from 472); Green value is 0 (0.39% from 255 or 0% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 253 - color contains mainly: red. Hex color #FD00DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD00DB is #02FF24. Grayscale: #636363. Windows color (decimal): -196389 or 14352637. OLE color: 14352637.
HSL color Cylindrical-coordinate representation of color #FD00DB: hue angle of 308.06º 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 #FD00DB is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 0 | 219 | - |
| CMYK | 0 | 1 | 0.13 | 0.01 |
| HSL | 308.06º | 1% | 0.5% | - |
| HSV(B) | 308.06º | 1% | 0.99% | - |
| XYZ | 53.29 | 26 | 69.23 | - |
| YUV | 100.61 | 194.82 | 236.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 0 | 219 | 0 | 1 | 0.13 | 0.01 | 308.06 | 1 | 0.5 |
| Hex | FD | 0 | DB | 0 | 64 | D | 1 | 134 | 64 | 32 |
| Octal | 375 | 0 | 333 | 0 | 144 | 15 | 1 | 464 | 144 | 62 |
| Binary | 11111101 | 0 | 11011011 | 0 | 1100100 | 1101 | 1 | 100110100 | 1100100 | 110010 |
Color Harmonies of #FD00DB
Complementary color
Monochromatic Colors of #FD00DB
Black with #FD00DB
Text Example
Text Example
White with #FD00DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD00DB; }
p { color: rgb(253,0,219); }
H1.HeaderClassName
{
color: #FD00DB;
}
.AnyTagClassName
{
color: #FD00DB;
}
</style>
background-color css
<style>
a { background-color: #FD00DB; }
a { background-color: rgb(253,0,219); }
div.DivClassName
{
background-color: #FD00DB;
}
.BgClassName
{
background-color: #FD00DB;
}
</style>
border-color css
<style>
span { border-color: #FD00DB; }
span { border-color: rgb(253,0,219); }
td.TdClassName
{
border-color: #FD00DB;
}
.TagClassName
{
border-color: #FD00DB;
}
</style>