Shades of Pale Magenta #FF8FDD
Tints of Pale Magenta #FF8FDD
RGB
CMYK
RGB Variations
Color information
#FF8FDD (or 0xFF8FDD) is known color: Pale Magenta. HEX triplet: FF, 8F and DD. RGB value is (255,143,221). Sum of RGB (Red+Green+Blue) = 255+143+221=619 (81% of max value = 765). Red value is 255 (100% from 255 or 41.20% from 619); Green value is 143 (56.25% from 255 or 23.10% from 619); Blue value is 221 (86.72% from 255 or 35.70% from 619); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8FDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8FDD is #007022. Grayscale: #B9B9B9. Windows color (decimal): -28707 or 14520319. OLE color: 14520319.
HSL color Cylindrical-coordinate representation of color #FF8FDD: hue angle of 318.21º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FF8FDD is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 143 | 221 | - |
| CMYK | 0 | 0.44 | 0.13 | 0 |
| HSL | 318.21º | 1% | 0.78% | - |
| HSV(B) | 318.21º | 0.44% | 1% | - |
| XYZ | 64.11 | 46.13 | 73.93 | - |
| YUV | 185.38 | 148.11 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 143 | 221 | 0 | 0.44 | 0.13 | 0 | 318.21 | 1 | 0.78 |
| Hex | FF | 8F | DD | 0 | 2C | D | 0 | 13E | 64 | 4E |
| Octal | 377 | 217 | 335 | 0 | 54 | 15 | 0 | 476 | 144 | 116 |
| Binary | 11111111 | 10001111 | 11011101 | 0 | 101100 | 1101 | 0 | 100111110 | 1100100 | 1001110 |
Color Harmonies of #FF8FDD
Complementary color
Monochromatic Colors of #FF8FDD
Black with #FF8FDD
Text Example
Text Example
White with #FF8FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8FDD; }
p { color: rgb(255,143,221); }
H1.HeaderClassName
{
color: #FF8FDD;
}
.AnyTagClassName
{
color: #FF8FDD;
}
</style>
background-color css
<style>
a { background-color: #FF8FDD; }
a { background-color: rgb(255,143,221); }
div.DivClassName
{
background-color: #FF8FDD;
}
.BgClassName
{
background-color: #FF8FDD;
}
</style>
border-color css
<style>
span { border-color: #FF8FDD; }
span { border-color: rgb(255,143,221); }
td.TdClassName
{
border-color: #FF8FDD;
}
.TagClassName
{
border-color: #FF8FDD;
}
</style>