Shades of Pale Magenta #FF8DDF
Tints of Pale Magenta #FF8DDF
RGB
CMYK
RGB Variations
Color information
#FF8DDF (or 0xFF8DDF) is known color: Pale Magenta. HEX triplet: FF, 8D and DF. RGB value is (255,141,223). Sum of RGB (Red+Green+Blue) = 255+141+223=619 (81% of max value = 765). Red value is 255 (100% from 255 or 41.20% from 619); Green value is 141 (55.47% from 255 or 22.78% from 619); Blue value is 223 (87.5% from 255 or 36.03% from 619); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8DDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8DDF is #007220. Grayscale: #B8B8B8. Windows color (decimal): -29217 or 14650879. OLE color: 14650879.
HSL color Cylindrical-coordinate representation of color #FF8DDF: hue angle of 316.84º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FF8DDF is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 141 | 223 | - |
| CMYK | 0 | 0.45 | 0.13 | 0 |
| HSL | 316.84º | 1% | 0.78% | - |
| HSV(B) | 316.84º | 0.45% | 1% | - |
| XYZ | 64.08 | 45.64 | 75.24 | - |
| YUV | 184.43 | 149.77 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 141 | 223 | 0 | 0.45 | 0.13 | 0 | 316.84 | 1 | 0.78 |
| Hex | FF | 8D | DF | 0 | 2D | D | 0 | 13D | 64 | 4E |
| Octal | 377 | 215 | 337 | 0 | 55 | 15 | 0 | 475 | 144 | 116 |
| Binary | 11111111 | 10001101 | 11011111 | 0 | 101101 | 1101 | 0 | 100111101 | 1100100 | 1001110 |
Color Harmonies of #FF8DDF
Complementary color
Monochromatic Colors of #FF8DDF
Black with #FF8DDF
Text Example
Text Example
White with #FF8DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8DDF; }
p { color: rgb(255,141,223); }
H1.HeaderClassName
{
color: #FF8DDF;
}
.AnyTagClassName
{
color: #FF8DDF;
}
</style>
background-color css
<style>
a { background-color: #FF8DDF; }
a { background-color: rgb(255,141,223); }
div.DivClassName
{
background-color: #FF8DDF;
}
.BgClassName
{
background-color: #FF8DDF;
}
</style>
border-color css
<style>
span { border-color: #FF8DDF; }
span { border-color: rgb(255,141,223); }
td.TdClassName
{
border-color: #FF8DDF;
}
.TagClassName
{
border-color: #FF8DDF;
}
</style>