Shades of Pale Magenta #FF85DF
Tints of Pale Magenta #FF85DF
RGB
CMYK
RGB Variations
Color information
#FF85DF (or 0xFF85DF) is known color: Pale Magenta. HEX triplet: FF, 85 and DF. RGB value is (255,133,223). Sum of RGB (Red+Green+Blue) = 255+133+223=611 (80% of max value = 765). Red value is 255 (100% from 255 or 41.73% from 611); Green value is 133 (52.34% from 255 or 21.77% from 611); Blue value is 223 (87.5% from 255 or 36.50% from 611); Max value from RGB is 255 - color contains mainly: red. Hex color #FF85DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF85DF is #007A20. Grayscale: #B3B3B3. Windows color (decimal): -31265 or 14648831. OLE color: 14648831.
HSL color Cylindrical-coordinate representation of color #FF85DF: hue angle of 315.74º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FF85DF is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 133 | 223 | - |
| CMYK | 0 | 0.48 | 0.13 | 0 |
| HSL | 315.74º | 1% | 0.76% | - |
| HSV(B) | 315.74º | 0.48% | 1% | - |
| XYZ | 62.95 | 43.36 | 74.86 | - |
| YUV | 179.74 | 152.42 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 133 | 223 | 0 | 0.48 | 0.13 | 0 | 315.74 | 1 | 0.76 |
| Hex | FF | 85 | DF | 0 | 30 | D | 0 | 13C | 64 | 4C |
| Octal | 377 | 205 | 337 | 0 | 60 | 15 | 0 | 474 | 144 | 114 |
| Binary | 11111111 | 10000101 | 11011111 | 0 | 110000 | 1101 | 0 | 100111100 | 1100100 | 1001100 |
Color Harmonies of #FF85DF
Complementary color
Monochromatic Colors of #FF85DF
Black with #FF85DF
Text Example
Text Example
White with #FF85DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF85DF; }
p { color: rgb(255,133,223); }
H1.HeaderClassName
{
color: #FF85DF;
}
.AnyTagClassName
{
color: #FF85DF;
}
</style>
background-color css
<style>
a { background-color: #FF85DF; }
a { background-color: rgb(255,133,223); }
div.DivClassName
{
background-color: #FF85DF;
}
.BgClassName
{
background-color: #FF85DF;
}
</style>
border-color css
<style>
span { border-color: #FF85DF; }
span { border-color: rgb(255,133,223); }
td.TdClassName
{
border-color: #FF85DF;
}
.TagClassName
{
border-color: #FF85DF;
}
</style>