Shades of Pale Magenta #FF8BD9
Tints of Pale Magenta #FF8BD9
RGB
CMYK
RGB Variations
Color information
#FF8BD9 (or 0xFF8BD9) is known color: Pale Magenta. HEX triplet: FF, 8B and D9. RGB value is (255,139,217). Sum of RGB (Red+Green+Blue) = 255+139+217=611 (80% of max value = 765). Red value is 255 (100% from 255 or 41.73% from 611); Green value is 139 (54.69% from 255 or 22.75% from 611); Blue value is 217 (85.16% from 255 or 35.52% from 611); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8BD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8BD9 is #007426. Grayscale: #B6B6B6. Windows color (decimal): -29735 or 14257151. OLE color: 14257151.
HSL color Cylindrical-coordinate representation of color #FF8BD9: hue angle of 319.66º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FF8BD9 is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 139 | 217 | - |
| CMYK | 0 | 0.45 | 0.15 | 0 |
| HSL | 319.66º | 1% | 0.77% | - |
| HSV(B) | 319.66º | 0.45% | 1% | - |
| XYZ | 63 | 44.73 | 70.96 | - |
| YUV | 182.58 | 147.43 | 179.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 139 | 217 | 0 | 0.45 | 0.15 | 0 | 319.66 | 1 | 0.77 |
| Hex | FF | 8B | D9 | 0 | 2D | F | 0 | 140 | 64 | 4D |
| Octal | 377 | 213 | 331 | 0 | 55 | 17 | 0 | 500 | 144 | 115 |
| Binary | 11111111 | 10001011 | 11011001 | 0 | 101101 | 1111 | 0 | 101000000 | 1100100 | 1001101 |
Color Harmonies of #FF8BD9
Complementary color
Monochromatic Colors of #FF8BD9
Black with #FF8BD9
Text Example
Text Example
White with #FF8BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8BD9; }
p { color: rgb(255,139,217); }
H1.HeaderClassName
{
color: #FF8BD9;
}
.AnyTagClassName
{
color: #FF8BD9;
}
</style>
background-color css
<style>
a { background-color: #FF8BD9; }
a { background-color: rgb(255,139,217); }
div.DivClassName
{
background-color: #FF8BD9;
}
.BgClassName
{
background-color: #FF8BD9;
}
</style>
border-color css
<style>
span { border-color: #FF8BD9; }
span { border-color: rgb(255,139,217); }
td.TdClassName
{
border-color: #FF8BD9;
}
.TagClassName
{
border-color: #FF8BD9;
}
</style>