Shades of Pale Magenta #FF80DD
Tints of Pale Magenta #FF80DD
RGB
CMYK
RGB Variations
Color information
#FF80DD (or 0xFF80DD) is known color: Pale Magenta. HEX triplet: FF, 80 and DD. RGB value is (255,128,221). Sum of RGB (Red+Green+Blue) = 255+128+221=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 128 (50.39% from 255 or 21.19% from 604); Blue value is 221 (86.72% from 255 or 36.59% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FF80DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF80DD is #007F22. Grayscale: #B0B0B0. Windows color (decimal): -32547 or 14516479. OLE color: 14516479.
HSL color Cylindrical-coordinate representation of color #FF80DD: hue angle of 316.06º 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 #FF80DD is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 221 | - |
| CMYK | 0 | 0.50 | 0.13 | 0 |
| HSL | 316.06º | 1% | 0.75% | - |
| HSV(B) | 316.06º | 0.5% | 1% | - |
| XYZ | 62.01 | 41.92 | 73.23 | - |
| YUV | 176.58 | 153.08 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 221 | 0 | 0.50 | 0.13 | 0 | 316.06 | 1 | 0.75 |
| Hex | FF | 80 | DD | 0 | 32 | D | 0 | 13C | 64 | 4B |
| Octal | 377 | 200 | 335 | 0 | 62 | 15 | 0 | 474 | 144 | 113 |
| Binary | 11111111 | 10000000 | 11011101 | 0 | 110010 | 1101 | 0 | 100111100 | 1100100 | 1001011 |
Color Harmonies of #FF80DD
Complementary color
Monochromatic Colors of #FF80DD
Black with #FF80DD
Text Example
Text Example
White with #FF80DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF80DD; }
p { color: rgb(255,128,221); }
H1.HeaderClassName
{
color: #FF80DD;
}
.AnyTagClassName
{
color: #FF80DD;
}
</style>
background-color css
<style>
a { background-color: #FF80DD; }
a { background-color: rgb(255,128,221); }
div.DivClassName
{
background-color: #FF80DD;
}
.BgClassName
{
background-color: #FF80DD;
}
</style>
border-color css
<style>
span { border-color: #FF80DD; }
span { border-color: rgb(255,128,221); }
td.TdClassName
{
border-color: #FF80DD;
}
.TagClassName
{
border-color: #FF80DD;
}
</style>