Shades of Pale Magenta #FF7FDB
Tints of Pale Magenta #FF7FDB
RGB
CMYK
RGB Variations
Color information
#FF7FDB (or 0xFF7FDB) is known color: Pale Magenta. HEX triplet: FF, 7F and DB. RGB value is (255,127,219). Sum of RGB (Red+Green+Blue) = 255+127+219=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 127 (50% from 255 or 21.13% from 601); Blue value is 219 (85.94% from 255 or 36.44% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7FDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7FDB is #008024. Grayscale: #AFAFAF. Windows color (decimal): -32805 or 14385151. OLE color: 14385151.
HSL color Cylindrical-coordinate representation of color #FF7FDB: hue angle of 316.88º 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 #FF7FDB is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 127 | 219 | - |
| CMYK | 0 | 0.50 | 0.14 | 0 |
| HSL | 316.88º | 1% | 0.75% | - |
| HSV(B) | 316.88º | 0.5% | 1% | - |
| XYZ | 61.62 | 41.55 | 71.79 | - |
| YUV | 175.76 | 152.41 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 127 | 219 | 0 | 0.50 | 0.14 | 0 | 316.88 | 1 | 0.75 |
| Hex | FF | 7F | DB | 0 | 32 | E | 0 | 13D | 64 | 4B |
| Octal | 377 | 177 | 333 | 0 | 62 | 16 | 0 | 475 | 144 | 113 |
| Binary | 11111111 | 1111111 | 11011011 | 0 | 110010 | 1110 | 0 | 100111101 | 1100100 | 1001011 |
Color Harmonies of #FF7FDB
Complementary color
Monochromatic Colors of #FF7FDB
Black with #FF7FDB
Text Example
Text Example
White with #FF7FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7FDB; }
p { color: rgb(255,127,219); }
H1.HeaderClassName
{
color: #FF7FDB;
}
.AnyTagClassName
{
color: #FF7FDB;
}
</style>
background-color css
<style>
a { background-color: #FF7FDB; }
a { background-color: rgb(255,127,219); }
div.DivClassName
{
background-color: #FF7FDB;
}
.BgClassName
{
background-color: #FF7FDB;
}
</style>
border-color css
<style>
span { border-color: #FF7FDB; }
span { border-color: rgb(255,127,219); }
td.TdClassName
{
border-color: #FF7FDB;
}
.TagClassName
{
border-color: #FF7FDB;
}
</style>