Shades of Pale Magenta #FF80D5
Tints of Pale Magenta #FF80D5
RGB
CMYK
RGB Variations
Color information
#FF80D5 (or 0xFF80D5) is known color: Pale Magenta. HEX triplet: FF, 80 and D5. RGB value is (255,128,213). Sum of RGB (Red+Green+Blue) = 255+128+213=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 128 (50.39% from 255 or 21.48% from 596); Blue value is 213 (83.59% from 255 or 35.74% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FF80D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF80D5 is #007F2A. Grayscale: #AFAFAF. Windows color (decimal): -32555 or 13992191. OLE color: 13992191.
HSL color Cylindrical-coordinate representation of color #FF80D5: hue angle of 319.84º 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 #FF80D5 is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 213 | - |
| CMYK | 0 | 0.50 | 0.16 | 0 |
| HSL | 319.84º | 1% | 0.75% | - |
| HSV(B) | 319.84º | 0.5% | 1% | - |
| XYZ | 60.97 | 41.5 | 67.75 | - |
| YUV | 175.66 | 149.08 | 184.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 213 | 0 | 0.50 | 0.16 | 0 | 319.84 | 1 | 0.75 |
| Hex | FF | 80 | D5 | 0 | 32 | 10 | 0 | 140 | 64 | 4B |
| Octal | 377 | 200 | 325 | 0 | 62 | 20 | 0 | 500 | 144 | 113 |
| Binary | 11111111 | 10000000 | 11010101 | 0 | 110010 | 10000 | 0 | 101000000 | 1100100 | 1001011 |
Color Harmonies of #FF80D5
Complementary color
Monochromatic Colors of #FF80D5
Black with #FF80D5
Text Example
Text Example
White with #FF80D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF80D5; }
p { color: rgb(255,128,213); }
H1.HeaderClassName
{
color: #FF80D5;
}
.AnyTagClassName
{
color: #FF80D5;
}
</style>
background-color css
<style>
a { background-color: #FF80D5; }
a { background-color: rgb(255,128,213); }
div.DivClassName
{
background-color: #FF80D5;
}
.BgClassName
{
background-color: #FF80D5;
}
</style>
border-color css
<style>
span { border-color: #FF80D5; }
span { border-color: rgb(255,128,213); }
td.TdClassName
{
border-color: #FF80D5;
}
.TagClassName
{
border-color: #FF80D5;
}
</style>