Shades of Pale Magenta #FD84DF
Tints of Pale Magenta #FD84DF
RGB
CMYK
RGB Variations
Color information
#FD84DF (or 0xFD84DF) is known color: Pale Magenta. HEX triplet: FD, 84 and DF. RGB value is (253,132,223). Sum of RGB (Red+Green+Blue) = 253+132+223=608 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.61% from 608); Green value is 132 (51.95% from 255 or 21.71% from 608); Blue value is 223 (87.5% from 255 or 36.68% from 608); Max value from RGB is 253 - color contains mainly: red. Hex color #FD84DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD84DF is #027B20. Grayscale: #B2B2B2. Windows color (decimal): -162593 or 14648573. OLE color: 14648573.
HSL color Cylindrical-coordinate representation of color #FD84DF: hue angle of 314.88º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FD84DF is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 132 | 223 | - |
CMYK | 0 | 0.48 | 0.12 | 0.01 |
HSL | 314.88º | 0.97% | 0.75% | - |
HSV(B) | 314.88º | 0.48% | 0.99% | - |
XYZ | 62.08 | 42.71 | 74.78 | - |
YUV | 178.55 | 153.09 | 181.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 132 | 223 | 0 | 0.48 | 0.12 | 0.01 | 314.88 | 0.97 | 0.75 |
Hex | FD | 84 | DF | 0 | 30 | C | 1 | 13B | 61 | 4B |
Octal | 375 | 204 | 337 | 0 | 60 | 14 | 1 | 473 | 141 | 113 |
Binary | 11111101 | 10000100 | 11011111 | 0 | 110000 | 1100 | 1 | 100111011 | 1100001 | 1001011 |
Color Harmonies of #FD84DF
Complementary color
Monochromatic Colors of #FD84DF
Black with #FD84DF
Text Example
Text Example
White with #FD84DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD84DF; }
p { color: rgb(253,132,223); }
H1.HeaderClassName
{
color: #FD84DF;
}
.AnyTagClassName
{
color: #FD84DF;
}
</style>
background-color css
<style>
a { background-color: #FD84DF; }
a { background-color: rgb(253,132,223); }
div.DivClassName
{
background-color: #FD84DF;
}
.BgClassName
{
background-color: #FD84DF;
}
</style>
border-color css
<style>
span { border-color: #FD84DF; }
span { border-color: rgb(253,132,223); }
td.TdClassName
{
border-color: #FD84DF;
}
.TagClassName
{
border-color: #FD84DF;
}
</style>