Shades of Pale Magenta #FF8DDA
Tints of Pale Magenta #FF8DDA
RGB
CMYK
RGB Variations
Color information
#FF8DDA (or 0xFF8DDA) is known color: Pale Magenta. HEX triplet: FF, 8D and DA. RGB value is (255,141,218). Sum of RGB (Red+Green+Blue) = 255+141+218=614 (81% of max value = 765). Red value is 255 (100% from 255 or 41.53% from 614); Green value is 141 (55.47% from 255 or 22.96% from 614); Blue value is 218 (85.55% from 255 or 35.50% from 614); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8DDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8DDA is #007225. Grayscale: #B7B7B7. Windows color (decimal): -29222 or 14323199. OLE color: 14323199.
HSL color Cylindrical-coordinate representation of color #FF8DDA: hue angle of 319.47º 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 #FF8DDA is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 141 | 218 | - |
| CMYK | 0 | 0.45 | 0.15 | 0 |
| HSL | 319.47º | 1% | 0.78% | - |
| HSV(B) | 319.47º | 0.45% | 1% | - |
| XYZ | 63.42 | 45.37 | 71.74 | - |
| YUV | 183.86 | 147.27 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 141 | 218 | 0 | 0.45 | 0.15 | 0 | 319.47 | 1 | 0.78 |
| Hex | FF | 8D | DA | 0 | 2D | F | 0 | 13F | 64 | 4E |
| Octal | 377 | 215 | 332 | 0 | 55 | 17 | 0 | 477 | 144 | 116 |
| Binary | 11111111 | 10001101 | 11011010 | 0 | 101101 | 1111 | 0 | 100111111 | 1100100 | 1001110 |
Color Harmonies of #FF8DDA
Complementary color
Monochromatic Colors of #FF8DDA
Black with #FF8DDA
Text Example
Text Example
White with #FF8DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8DDA; }
p { color: rgb(255,141,218); }
H1.HeaderClassName
{
color: #FF8DDA;
}
.AnyTagClassName
{
color: #FF8DDA;
}
</style>
background-color css
<style>
a { background-color: #FF8DDA; }
a { background-color: rgb(255,141,218); }
div.DivClassName
{
background-color: #FF8DDA;
}
.BgClassName
{
background-color: #FF8DDA;
}
</style>
border-color css
<style>
span { border-color: #FF8DDA; }
span { border-color: rgb(255,141,218); }
td.TdClassName
{
border-color: #FF8DDA;
}
.TagClassName
{
border-color: #FF8DDA;
}
</style>