Shades of Pale Magenta #FF80DF
Tints of Pale Magenta #FF80DF
RGB
CMYK
RGB Variations
Color information
#FF80DF (or 0xFF80DF) is known color: Pale Magenta. HEX triplet: FF, 80 and DF. RGB value is (255,128,223). Sum of RGB (Red+Green+Blue) = 255+128+223=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 128 (50.39% from 255 or 21.12% from 606); Blue value is 223 (87.5% from 255 or 36.80% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FF80DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF80DF is #007F20. Grayscale: #B0B0B0. Windows color (decimal): -32545 or 14647551. OLE color: 14647551.
HSL color Cylindrical-coordinate representation of color #FF80DF: hue angle of 315.12º 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 #FF80DF is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 128 | 223 | - |
CMYK | 0 | 0.50 | 0.13 | 0 |
HSL | 315.12º | 1% | 0.75% | - |
HSV(B) | 315.12º | 0.5% | 1% | - |
XYZ | 62.28 | 42.03 | 74.64 | - |
YUV | 176.8 | 154.08 | 183.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 128 | 223 | 0 | 0.50 | 0.13 | 0 | 315.12 | 1 | 0.75 |
Hex | FF | 80 | DF | 0 | 32 | D | 0 | 13B | 64 | 4B |
Octal | 377 | 200 | 337 | 0 | 62 | 15 | 0 | 473 | 144 | 113 |
Binary | 11111111 | 10000000 | 11011111 | 0 | 110010 | 1101 | 0 | 100111011 | 1100100 | 1001011 |
Color Harmonies of #FF80DF
Complementary color
Monochromatic Colors of #FF80DF
Black with #FF80DF
Text Example
Text Example
White with #FF80DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF80DF; }
p { color: rgb(255,128,223); }
H1.HeaderClassName
{
color: #FF80DF;
}
.AnyTagClassName
{
color: #FF80DF;
}
</style>
background-color css
<style>
a { background-color: #FF80DF; }
a { background-color: rgb(255,128,223); }
div.DivClassName
{
background-color: #FF80DF;
}
.BgClassName
{
background-color: #FF80DF;
}
</style>
border-color css
<style>
span { border-color: #FF80DF; }
span { border-color: rgb(255,128,223); }
td.TdClassName
{
border-color: #FF80DF;
}
.TagClassName
{
border-color: #FF80DF;
}
</style>