Shades of Pale Magenta #FD7DDD
Tints of Pale Magenta #FD7DDD
RGB
CMYK
RGB Variations
Color information
#FD7DDD (or 0xFD7DDD) is known color: Pale Magenta. HEX triplet: FD, 7D and DD. RGB value is (253,125,221). Sum of RGB (Red+Green+Blue) = 253+125+221=599 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.24% from 599); Green value is 125 (49.22% from 255 or 20.87% from 599); Blue value is 221 (86.72% from 255 or 36.89% from 599); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7DDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD7DDD is #028222. Grayscale: #ADADAD. Windows color (decimal): -164387 or 14515709. OLE color: 14515709.
HSL color Cylindrical-coordinate representation of color #FD7DDD: hue angle of 315º 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 #FD7DDD is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 125 | 221 | - |
| CMYK | 0 | 0.51 | 0.13 | 0.01 |
| HSL | 315º | 0.97% | 0.74% | - |
| HSV(B) | 315º | 0.51% | 0.99% | - |
| XYZ | 60.89 | 40.77 | 73.07 | - |
| YUV | 174.22 | 154.41 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 125 | 221 | 0 | 0.51 | 0.13 | 0.01 | 315 | 0.97 | 0.74 |
| Hex | FD | 7D | DD | 0 | 33 | D | 1 | 13B | 61 | 4A |
| Octal | 375 | 175 | 335 | 0 | 63 | 15 | 1 | 473 | 141 | 112 |
| Binary | 11111101 | 1111101 | 11011101 | 0 | 110011 | 1101 | 1 | 100111011 | 1100001 | 1001010 |
Color Harmonies of #FD7DDD
Complementary color
Monochromatic Colors of #FD7DDD
Black with #FD7DDD
Text Example
Text Example
White with #FD7DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7DDD; }
p { color: rgb(253,125,221); }
H1.HeaderClassName
{
color: #FD7DDD;
}
.AnyTagClassName
{
color: #FD7DDD;
}
</style>
background-color css
<style>
a { background-color: #FD7DDD; }
a { background-color: rgb(253,125,221); }
div.DivClassName
{
background-color: #FD7DDD;
}
.BgClassName
{
background-color: #FD7DDD;
}
</style>
border-color css
<style>
span { border-color: #FD7DDD; }
span { border-color: rgb(253,125,221); }
td.TdClassName
{
border-color: #FD7DDD;
}
.TagClassName
{
border-color: #FD7DDD;
}
</style>