Shades of Pale Magenta #FF86DD
Tints of Pale Magenta #FF86DD
RGB
CMYK
RGB Variations
Color information
#FF86DD (or 0xFF86DD) is known color: Pale Magenta. HEX triplet: FF, 86 and DD. RGB value is (255,134,221). Sum of RGB (Red+Green+Blue) = 255+134+221=610 (80% of max value = 765). Red value is 255 (100% from 255 or 41.80% from 610); Green value is 134 (52.73% from 255 or 21.97% from 610); Blue value is 221 (86.72% from 255 or 36.23% from 610); Max value from RGB is 255 - color contains mainly: red. Hex color #FF86DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF86DD is #007922. Grayscale: #B3B3B3. Windows color (decimal): -31011 or 14518015. OLE color: 14518015.
HSL color Cylindrical-coordinate representation of color #FF86DD: hue angle of 316.86º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FF86DD is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 134 | 221 | - |
| CMYK | 0 | 0.47 | 0.13 | 0 |
| HSL | 316.86º | 1% | 0.76% | - |
| HSV(B) | 316.86º | 0.47% | 1% | - |
| XYZ | 62.82 | 43.53 | 73.5 | - |
| YUV | 180.1 | 151.09 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 134 | 221 | 0 | 0.47 | 0.13 | 0 | 316.86 | 1 | 0.76 |
| Hex | FF | 86 | DD | 0 | 2F | D | 0 | 13D | 64 | 4C |
| Octal | 377 | 206 | 335 | 0 | 57 | 15 | 0 | 475 | 144 | 114 |
| Binary | 11111111 | 10000110 | 11011101 | 0 | 101111 | 1101 | 0 | 100111101 | 1100100 | 1001100 |
Color Harmonies of #FF86DD
Complementary color
Monochromatic Colors of #FF86DD
Black with #FF86DD
Text Example
Text Example
White with #FF86DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF86DD; }
p { color: rgb(255,134,221); }
H1.HeaderClassName
{
color: #FF86DD;
}
.AnyTagClassName
{
color: #FF86DD;
}
</style>
background-color css
<style>
a { background-color: #FF86DD; }
a { background-color: rgb(255,134,221); }
div.DivClassName
{
background-color: #FF86DD;
}
.BgClassName
{
background-color: #FF86DD;
}
</style>
border-color css
<style>
span { border-color: #FF86DD; }
span { border-color: rgb(255,134,221); }
td.TdClassName
{
border-color: #FF86DD;
}
.TagClassName
{
border-color: #FF86DD;
}
</style>