Shades of Pale Magenta #FF8DD9
Tints of Pale Magenta #FF8DD9
RGB
CMYK
RGB Variations
Color information
#FF8DD9 (or 0xFF8DD9) is known color: Pale Magenta. HEX triplet: FF, 8D and D9. RGB value is (255,141,217). Sum of RGB (Red+Green+Blue) = 255+141+217=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 141 (55.47% from 255 or 23.00% from 613); Blue value is 217 (85.16% from 255 or 35.40% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8DD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8DD9 is #007226. Grayscale: #B7B7B7. Windows color (decimal): -29223 or 14257663. OLE color: 14257663.
HSL color Cylindrical-coordinate representation of color #FF8DD9: hue angle of 320º 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 #FF8DD9 is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 141 | 217 | - |
| CMYK | 0 | 0.45 | 0.15 | 0 |
| HSL | 320º | 1% | 0.78% | - |
| HSV(B) | 320º | 0.45% | 1% | - |
| XYZ | 63.29 | 45.32 | 71.06 | - |
| YUV | 183.75 | 146.77 | 178.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 141 | 217 | 0 | 0.45 | 0.15 | 0 | 320 | 1 | 0.78 |
| Hex | FF | 8D | D9 | 0 | 2D | F | 0 | 140 | 64 | 4E |
| Octal | 377 | 215 | 331 | 0 | 55 | 17 | 0 | 500 | 144 | 116 |
| Binary | 11111111 | 10001101 | 11011001 | 0 | 101101 | 1111 | 0 | 101000000 | 1100100 | 1001110 |
Color Harmonies of #FF8DD9
Complementary color
Monochromatic Colors of #FF8DD9
Black with #FF8DD9
Text Example
Text Example
White with #FF8DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8DD9; }
p { color: rgb(255,141,217); }
H1.HeaderClassName
{
color: #FF8DD9;
}
.AnyTagClassName
{
color: #FF8DD9;
}
</style>
background-color css
<style>
a { background-color: #FF8DD9; }
a { background-color: rgb(255,141,217); }
div.DivClassName
{
background-color: #FF8DD9;
}
.BgClassName
{
background-color: #FF8DD9;
}
</style>
border-color css
<style>
span { border-color: #FF8DD9; }
span { border-color: rgb(255,141,217); }
td.TdClassName
{
border-color: #FF8DD9;
}
.TagClassName
{
border-color: #FF8DD9;
}
</style>