Shades of Pale Magenta #FF80D7
Tints of Pale Magenta #FF80D7
RGB
CMYK
RGB Variations
Color information
#FF80D7 (or 0xFF80D7) is known color: Pale Magenta. HEX triplet: FF, 80 and D7. RGB value is (255,128,215). Sum of RGB (Red+Green+Blue) = 255+128+215=598 (79% of max value = 765). Red value is 255 (100% from 255 or 42.64% from 598); Green value is 128 (50.39% from 255 or 21.40% from 598); Blue value is 215 (84.38% from 255 or 35.95% from 598); Max value from RGB is 255 - color contains mainly: red. Hex color #FF80D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF80D7 is #007F28. Grayscale: #AFAFAF. Windows color (decimal): -32553 or 14123263. OLE color: 14123263.
HSL color Cylindrical-coordinate representation of color #FF80D7: hue angle of 318.9º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FF80D7 is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 215 | - |
| CMYK | 0 | 0.50 | 0.16 | 0 |
| HSL | 318.9º | 1% | 0.75% | - |
| HSV(B) | 318.9º | 0.5% | 1% | - |
| XYZ | 61.22 | 41.6 | 69.09 | - |
| YUV | 175.89 | 150.08 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 215 | 0 | 0.50 | 0.16 | 0 | 318.9 | 1 | 0.75 |
| Hex | FF | 80 | D7 | 0 | 32 | 10 | 0 | 13F | 64 | 4B |
| Octal | 377 | 200 | 327 | 0 | 62 | 20 | 0 | 477 | 144 | 113 |
| Binary | 11111111 | 10000000 | 11010111 | 0 | 110010 | 10000 | 0 | 100111111 | 1100100 | 1001011 |
Color Harmonies of #FF80D7
Complementary color
Monochromatic Colors of #FF80D7
Black with #FF80D7
Text Example
Text Example
White with #FF80D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF80D7; }
p { color: rgb(255,128,215); }
H1.HeaderClassName
{
color: #FF80D7;
}
.AnyTagClassName
{
color: #FF80D7;
}
</style>
background-color css
<style>
a { background-color: #FF80D7; }
a { background-color: rgb(255,128,215); }
div.DivClassName
{
background-color: #FF80D7;
}
.BgClassName
{
background-color: #FF80D7;
}
</style>
border-color css
<style>
span { border-color: #FF80D7; }
span { border-color: rgb(255,128,215); }
td.TdClassName
{
border-color: #FF80D7;
}
.TagClassName
{
border-color: #FF80D7;
}
</style>