Shades of Hot Magenta #FD0DDC
Tints of Hot Magenta #FD0DDC
RGB
CMYK
RGB Variations
Color information
#FD0DDC (or 0xFD0DDC) is known color: Hot Magenta. HEX triplet: FD, 0D and DC. RGB value is (253,13,220). Sum of RGB (Red+Green+Blue) = 253+13+220=486 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.06% from 486); Green value is 13 (5.47% from 255 or 2.67% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0DDC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD0DDC is #02F223. Grayscale: #6B6B6B. Windows color (decimal): -193060 or 14421501. OLE color: 14421501.
HSL color Cylindrical-coordinate representation of color #FD0DDC: hue angle of 308.25º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FD0DDC is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 13 | 220 | - |
| CMYK | 0 | 0.95 | 0.13 | 0.01 |
| HSL | 308.25º | 0.98% | 0.52% | - |
| HSV(B) | 308.25º | 0.95% | 0.99% | - |
| XYZ | 53.57 | 26.34 | 69.97 | - |
| YUV | 108.36 | 191.01 | 231.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 13 | 220 | 0 | 0.95 | 0.13 | 0.01 | 308.25 | 0.98 | 0.52 |
| Hex | FD | D | DC | 0 | 5F | D | 1 | 134 | 62 | 34 |
| Octal | 375 | 15 | 334 | 0 | 137 | 15 | 1 | 464 | 142 | 64 |
| Binary | 11111101 | 1101 | 11011100 | 0 | 1011111 | 1101 | 1 | 100110100 | 1100010 | 110100 |
Color Harmonies of #FD0DDC
Complementary color
Monochromatic Colors of #FD0DDC
Black with #FD0DDC
Text Example
Text Example
White with #FD0DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0DDC; }
p { color: rgb(253,13,220); }
H1.HeaderClassName
{
color: #FD0DDC;
}
.AnyTagClassName
{
color: #FD0DDC;
}
</style>
background-color css
<style>
a { background-color: #FD0DDC; }
a { background-color: rgb(253,13,220); }
div.DivClassName
{
background-color: #FD0DDC;
}
.BgClassName
{
background-color: #FD0DDC;
}
</style>
border-color css
<style>
span { border-color: #FD0DDC; }
span { border-color: rgb(253,13,220); }
td.TdClassName
{
border-color: #FD0DDC;
}
.TagClassName
{
border-color: #FD0DDC;
}
</style>