Shades of Pale Magenta #FD7CDD
Tints of Pale Magenta #FD7CDD
RGB
CMYK
RGB Variations
Color information
#FD7CDD (or 0xFD7CDD) is known color: Pale Magenta. HEX triplet: FD, 7C and DD. RGB value is (253,124,221). Sum of RGB (Red+Green+Blue) = 253+124+221=598 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.31% from 598); Green value is 124 (48.83% from 255 or 20.74% from 598); Blue value is 221 (86.72% from 255 or 36.96% from 598); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7CDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD7CDD is #028322. Grayscale: #ADADAD. Windows color (decimal): -164643 or 14515453. OLE color: 14515453.
HSL color Cylindrical-coordinate representation of color #FD7CDD: hue angle of 314.88º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FD7CDD is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 124 | 221 | - |
| CMYK | 0 | 0.51 | 0.13 | 0.01 |
| HSL | 314.88º | 0.97% | 0.74% | - |
| HSV(B) | 314.88º | 0.51% | 0.99% | - |
| XYZ | 60.77 | 40.52 | 73.02 | - |
| YUV | 173.63 | 154.74 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 124 | 221 | 0 | 0.51 | 0.13 | 0.01 | 314.88 | 0.97 | 0.74 |
| Hex | FD | 7C | DD | 0 | 33 | D | 1 | 13B | 61 | 4A |
| Octal | 375 | 174 | 335 | 0 | 63 | 15 | 1 | 473 | 141 | 112 |
| Binary | 11111101 | 1111100 | 11011101 | 0 | 110011 | 1101 | 1 | 100111011 | 1100001 | 1001010 |
Color Harmonies of #FD7CDD
Complementary color
Monochromatic Colors of #FD7CDD
Black with #FD7CDD
Text Example
Text Example
White with #FD7CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7CDD; }
p { color: rgb(253,124,221); }
H1.HeaderClassName
{
color: #FD7CDD;
}
.AnyTagClassName
{
color: #FD7CDD;
}
</style>
background-color css
<style>
a { background-color: #FD7CDD; }
a { background-color: rgb(253,124,221); }
div.DivClassName
{
background-color: #FD7CDD;
}
.BgClassName
{
background-color: #FD7CDD;
}
</style>
border-color css
<style>
span { border-color: #FD7CDD; }
span { border-color: rgb(253,124,221); }
td.TdClassName
{
border-color: #FD7CDD;
}
.TagClassName
{
border-color: #FD7CDD;
}
</style>