Shades of Pale Magenta #FF80DB
Tints of Pale Magenta #FF80DB
RGB
CMYK
RGB Variations
Color information
#FF80DB (or 0xFF80DB) is known color: Pale Magenta. HEX triplet: FF, 80 and DB. RGB value is (255,128,219). Sum of RGB (Red+Green+Blue) = 255+128+219=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 128 (50.39% from 255 or 21.26% from 602); Blue value is 219 (85.94% from 255 or 36.38% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FF80DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF80DB is #007F24. Grayscale: #B0B0B0. Windows color (decimal): -32549 or 14385407. OLE color: 14385407.
HSL color Cylindrical-coordinate representation of color #FF80DB: hue angle of 317.01º 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 #FF80DB is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 219 | - |
| CMYK | 0 | 0.50 | 0.14 | 0 |
| HSL | 317.01º | 1% | 0.75% | - |
| HSV(B) | 317.01º | 0.5% | 1% | - |
| XYZ | 61.75 | 41.81 | 71.83 | - |
| YUV | 176.35 | 152.08 | 184.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 219 | 0 | 0.50 | 0.14 | 0 | 317.01 | 1 | 0.75 |
| Hex | FF | 80 | DB | 0 | 32 | E | 0 | 13D | 64 | 4B |
| Octal | 377 | 200 | 333 | 0 | 62 | 16 | 0 | 475 | 144 | 113 |
| Binary | 11111111 | 10000000 | 11011011 | 0 | 110010 | 1110 | 0 | 100111101 | 1100100 | 1001011 |
Color Harmonies of #FF80DB
Complementary color
Monochromatic Colors of #FF80DB
Black with #FF80DB
Text Example
Text Example
White with #FF80DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF80DB; }
p { color: rgb(255,128,219); }
H1.HeaderClassName
{
color: #FF80DB;
}
.AnyTagClassName
{
color: #FF80DB;
}
</style>
background-color css
<style>
a { background-color: #FF80DB; }
a { background-color: rgb(255,128,219); }
div.DivClassName
{
background-color: #FF80DB;
}
.BgClassName
{
background-color: #FF80DB;
}
</style>
border-color css
<style>
span { border-color: #FF80DB; }
span { border-color: rgb(255,128,219); }
td.TdClassName
{
border-color: #FF80DB;
}
.TagClassName
{
border-color: #FF80DB;
}
</style>