Shades of Pale Magenta #FF85DE
Tints of Pale Magenta #FF85DE
RGB
CMYK
RGB Variations
Color information
#FF85DE (or 0xFF85DE) is known color: Pale Magenta. HEX triplet: FF, 85 and DE. RGB value is (255,133,222). Sum of RGB (Red+Green+Blue) = 255+133+222=610 (80% of max value = 765). Red value is 255 (100% from 255 or 41.80% from 610); Green value is 133 (52.34% from 255 or 21.80% from 610); Blue value is 222 (87.11% from 255 or 36.39% from 610); Max value from RGB is 255 - color contains mainly: red. Hex color #FF85DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF85DE is #007A21. Grayscale: #B3B3B3. Windows color (decimal): -31266 or 14583295. OLE color: 14583295.
HSL color Cylindrical-coordinate representation of color #FF85DE: hue angle of 316.23º 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 #FF85DE is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 133 | 222 | - |
| CMYK | 0 | 0.48 | 0.13 | 0 |
| HSL | 316.23º | 1% | 0.76% | - |
| HSV(B) | 316.23º | 0.48% | 1% | - |
| XYZ | 62.81 | 43.31 | 74.16 | - |
| YUV | 179.62 | 151.92 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 133 | 222 | 0 | 0.48 | 0.13 | 0 | 316.23 | 1 | 0.76 |
| Hex | FF | 85 | DE | 0 | 30 | D | 0 | 13C | 64 | 4C |
| Octal | 377 | 205 | 336 | 0 | 60 | 15 | 0 | 474 | 144 | 114 |
| Binary | 11111111 | 10000101 | 11011110 | 0 | 110000 | 1101 | 0 | 100111100 | 1100100 | 1001100 |
Color Harmonies of #FF85DE
Complementary color
Monochromatic Colors of #FF85DE
Black with #FF85DE
Text Example
Text Example
White with #FF85DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF85DE; }
p { color: rgb(255,133,222); }
H1.HeaderClassName
{
color: #FF85DE;
}
.AnyTagClassName
{
color: #FF85DE;
}
</style>
background-color css
<style>
a { background-color: #FF85DE; }
a { background-color: rgb(255,133,222); }
div.DivClassName
{
background-color: #FF85DE;
}
.BgClassName
{
background-color: #FF85DE;
}
</style>
border-color css
<style>
span { border-color: #FF85DE; }
span { border-color: rgb(255,133,222); }
td.TdClassName
{
border-color: #FF85DE;
}
.TagClassName
{
border-color: #FF85DE;
}
</style>