Shades of Pale Magenta #FF8BDF
Tints of Pale Magenta #FF8BDF
RGB
CMYK
RGB Variations
Color information
#FF8BDF (or 0xFF8BDF) is known color: Pale Magenta. HEX triplet: FF, 8B and DF. RGB value is (255,139,223). Sum of RGB (Red+Green+Blue) = 255+139+223=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 139 (54.69% from 255 or 22.53% from 617); Blue value is 223 (87.5% from 255 or 36.14% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8BDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8BDF is #007420. Grayscale: #B7B7B7. Windows color (decimal): -29729 or 14650367. OLE color: 14650367.
HSL color Cylindrical-coordinate representation of color #FF8BDF: hue angle of 316.55º 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 #FF8BDF is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 139 | 223 | - |
| CMYK | 0 | 0.45 | 0.13 | 0 |
| HSL | 316.55º | 1% | 0.77% | - |
| HSV(B) | 316.55º | 0.45% | 1% | - |
| XYZ | 63.79 | 45.05 | 75.15 | - |
| YUV | 183.26 | 150.43 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 139 | 223 | 0 | 0.45 | 0.13 | 0 | 316.55 | 1 | 0.77 |
| Hex | FF | 8B | DF | 0 | 2D | D | 0 | 13D | 64 | 4D |
| Octal | 377 | 213 | 337 | 0 | 55 | 15 | 0 | 475 | 144 | 115 |
| Binary | 11111111 | 10001011 | 11011111 | 0 | 101101 | 1101 | 0 | 100111101 | 1100100 | 1001101 |
Color Harmonies of #FF8BDF
Complementary color
Monochromatic Colors of #FF8BDF
Black with #FF8BDF
Text Example
Text Example
White with #FF8BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8BDF; }
p { color: rgb(255,139,223); }
H1.HeaderClassName
{
color: #FF8BDF;
}
.AnyTagClassName
{
color: #FF8BDF;
}
</style>
background-color css
<style>
a { background-color: #FF8BDF; }
a { background-color: rgb(255,139,223); }
div.DivClassName
{
background-color: #FF8BDF;
}
.BgClassName
{
background-color: #FF8BDF;
}
</style>
border-color css
<style>
span { border-color: #FF8BDF; }
span { border-color: rgb(255,139,223); }
td.TdClassName
{
border-color: #FF8BDF;
}
.TagClassName
{
border-color: #FF8BDF;
}
</style>