Shades of Magenta #FD2DFF
Tints of Magenta #FD2DFF
RGB
CMYK
RGB Variations
Color information
#FD2DFF (or 0xFD2DFF) is known color: Magenta. HEX triplet: FD, 2D and FF. RGB value is (253,45,255). Sum of RGB (Red+Green+Blue) = 253+45+255=553 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.75% from 553); Green value is 45 (17.97% from 255 or 8.14% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #FD2DFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD2DFF is #02D200. Grayscale: #828282. Windows color (decimal): -184833 or 16723453. OLE color: 16723453.
HSL color Cylindrical-coordinate representation of color #FD2DFF: hue angle of 299.43º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FD2DFF is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 45 | 255 | - |
| CMYK | 0.01 | 0.82 | 0 | 0 |
| HSL | 299.43º | 1% | 0.59% | - |
| HSV(B) | 299.43º | 0.82% | 1% | - |
| XYZ | 59.5 | 29.98 | 97.26 | - |
| YUV | 131.13 | 197.91 | 214.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 45 | 255 | 0.01 | 0.82 | 0 | 0 | 299.43 | 1 | 0.59 |
| Hex | FD | 2D | FF | 1 | 52 | 0 | 0 | 12B | 64 | 3B |
| Octal | 375 | 55 | 377 | 1 | 122 | 0 | 0 | 453 | 144 | 73 |
| Binary | 11111101 | 101101 | 11111111 | 1 | 1010010 | 0 | 0 | 100101011 | 1100100 | 111011 |
Color Harmonies of #FD2DFF
Complementary color
Monochromatic Colors of #FD2DFF
Black with #FD2DFF
Text Example
Text Example
White with #FD2DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2DFF; }
p { color: rgb(253,45,255); }
H1.HeaderClassName
{
color: #FD2DFF;
}
.AnyTagClassName
{
color: #FD2DFF;
}
</style>
background-color css
<style>
a { background-color: #FD2DFF; }
a { background-color: rgb(253,45,255); }
div.DivClassName
{
background-color: #FD2DFF;
}
.BgClassName
{
background-color: #FD2DFF;
}
</style>
border-color css
<style>
span { border-color: #FD2DFF; }
span { border-color: rgb(253,45,255); }
td.TdClassName
{
border-color: #FD2DFF;
}
.TagClassName
{
border-color: #FD2DFF;
}
</style>