Shades of Pale Magenta #FF80DA
Tints of Pale Magenta #FF80DA
RGB
CMYK
RGB Variations
Color information
#FF80DA (or 0xFF80DA) is known color: Pale Magenta. HEX triplet: FF, 80 and DA. RGB value is (255,128,218). Sum of RGB (Red+Green+Blue) = 255+128+218=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 128 (50.39% from 255 or 21.30% from 601); Blue value is 218 (85.55% from 255 or 36.27% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FF80DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF80DA is #007F25. Grayscale: #AFAFAF. Windows color (decimal): -32550 or 14319871. OLE color: 14319871.
HSL color Cylindrical-coordinate representation of color #FF80DA: hue angle of 317.48º 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 #FF80DA is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 218 | - |
| CMYK | 0 | 0.50 | 0.15 | 0 |
| HSL | 317.48º | 1% | 0.75% | - |
| HSV(B) | 317.48º | 0.5% | 1% | - |
| XYZ | 61.61 | 41.76 | 71.14 | - |
| YUV | 176.23 | 151.58 | 184.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 218 | 0 | 0.50 | 0.15 | 0 | 317.48 | 1 | 0.75 |
| Hex | FF | 80 | DA | 0 | 32 | F | 0 | 13D | 64 | 4B |
| Octal | 377 | 200 | 332 | 0 | 62 | 17 | 0 | 475 | 144 | 113 |
| Binary | 11111111 | 10000000 | 11011010 | 0 | 110010 | 1111 | 0 | 100111101 | 1100100 | 1001011 |
Color Harmonies of #FF80DA
Complementary color
Monochromatic Colors of #FF80DA
Black with #FF80DA
Text Example
Text Example
White with #FF80DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF80DA; }
p { color: rgb(255,128,218); }
H1.HeaderClassName
{
color: #FF80DA;
}
.AnyTagClassName
{
color: #FF80DA;
}
</style>
background-color css
<style>
a { background-color: #FF80DA; }
a { background-color: rgb(255,128,218); }
div.DivClassName
{
background-color: #FF80DA;
}
.BgClassName
{
background-color: #FF80DA;
}
</style>
border-color css
<style>
span { border-color: #FF80DA; }
span { border-color: rgb(255,128,218); }
td.TdClassName
{
border-color: #FF80DA;
}
.TagClassName
{
border-color: #FF80DA;
}
</style>