Shades of Pale Magenta #FD7FDD
Tints of Pale Magenta #FD7FDD
RGB
CMYK
RGB Variations
Color information
#FD7FDD (or 0xFD7FDD) is known color: Pale Magenta. HEX triplet: FD, 7F and DD. RGB value is (253,127,221). Sum of RGB (Red+Green+Blue) = 253+127+221=601 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.10% from 601); Green value is 127 (50% from 255 or 21.13% from 601); Blue value is 221 (86.72% from 255 or 36.77% from 601); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7FDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD7FDD is #028022. Grayscale: #AFAFAF. Windows color (decimal): -163875 or 14516221. OLE color: 14516221.
HSL color Cylindrical-coordinate representation of color #FD7FDD: hue angle of 315.24º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FD7FDD is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 127 | 221 | - |
| CMYK | 0 | 0.50 | 0.13 | 0.01 |
| HSL | 315.24º | 0.97% | 0.75% | - |
| HSV(B) | 315.24º | 0.5% | 0.99% | - |
| XYZ | 61.15 | 41.28 | 73.15 | - |
| YUV | 175.39 | 153.74 | 183.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 127 | 221 | 0 | 0.50 | 0.13 | 0.01 | 315.24 | 0.97 | 0.75 |
| Hex | FD | 7F | DD | 0 | 32 | D | 1 | 13B | 61 | 4B |
| Octal | 375 | 177 | 335 | 0 | 62 | 15 | 1 | 473 | 141 | 113 |
| Binary | 11111101 | 1111111 | 11011101 | 0 | 110010 | 1101 | 1 | 100111011 | 1100001 | 1001011 |
Color Harmonies of #FD7FDD
Complementary color
Monochromatic Colors of #FD7FDD
Black with #FD7FDD
Text Example
Text Example
White with #FD7FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7FDD; }
p { color: rgb(253,127,221); }
H1.HeaderClassName
{
color: #FD7FDD;
}
.AnyTagClassName
{
color: #FD7FDD;
}
</style>
background-color css
<style>
a { background-color: #FD7FDD; }
a { background-color: rgb(253,127,221); }
div.DivClassName
{
background-color: #FD7FDD;
}
.BgClassName
{
background-color: #FD7FDD;
}
</style>
border-color css
<style>
span { border-color: #FD7FDD; }
span { border-color: rgb(253,127,221); }
td.TdClassName
{
border-color: #FD7FDD;
}
.TagClassName
{
border-color: #FD7FDD;
}
</style>