Shades of Pale Magenta #FF85DD
Tints of Pale Magenta #FF85DD
RGB
CMYK
RGB Variations
Color information
#FF85DD (or 0xFF85DD) is known color: Pale Magenta. HEX triplet: FF, 85 and DD. RGB value is (255,133,221). Sum of RGB (Red+Green+Blue) = 255+133+221=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 133 (52.34% from 255 or 21.84% from 609); Blue value is 221 (86.72% from 255 or 36.29% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FF85DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF85DD is #007A22. Grayscale: #B3B3B3. Windows color (decimal): -31267 or 14517759. OLE color: 14517759.
HSL color Cylindrical-coordinate representation of color #FF85DD: hue angle of 316.72º 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 #FF85DD is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 133 | 221 | - |
| CMYK | 0 | 0.48 | 0.13 | 0 |
| HSL | 316.72º | 1% | 0.76% | - |
| HSV(B) | 316.72º | 0.48% | 1% | - |
| XYZ | 62.68 | 43.26 | 73.45 | - |
| YUV | 179.51 | 151.42 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 133 | 221 | 0 | 0.48 | 0.13 | 0 | 316.72 | 1 | 0.76 |
| Hex | FF | 85 | DD | 0 | 30 | D | 0 | 13D | 64 | 4C |
| Octal | 377 | 205 | 335 | 0 | 60 | 15 | 0 | 475 | 144 | 114 |
| Binary | 11111111 | 10000101 | 11011101 | 0 | 110000 | 1101 | 0 | 100111101 | 1100100 | 1001100 |
Color Harmonies of #FF85DD
Complementary color
Monochromatic Colors of #FF85DD
Black with #FF85DD
Text Example
Text Example
White with #FF85DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF85DD; }
p { color: rgb(255,133,221); }
H1.HeaderClassName
{
color: #FF85DD;
}
.AnyTagClassName
{
color: #FF85DD;
}
</style>
background-color css
<style>
a { background-color: #FF85DD; }
a { background-color: rgb(255,133,221); }
div.DivClassName
{
background-color: #FF85DD;
}
.BgClassName
{
background-color: #FF85DD;
}
</style>
border-color css
<style>
span { border-color: #FF85DD; }
span { border-color: rgb(255,133,221); }
td.TdClassName
{
border-color: #FF85DD;
}
.TagClassName
{
border-color: #FF85DD;
}
</style>