Shades of Pale Magenta #FF89DD
Tints of Pale Magenta #FF89DD
RGB
CMYK
RGB Variations
Color information
#FF89DD (or 0xFF89DD) is known color: Pale Magenta. HEX triplet: FF, 89 and DD. RGB value is (255,137,221). Sum of RGB (Red+Green+Blue) = 255+137+221=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 137 (53.91% from 255 or 22.35% from 613); Blue value is 221 (86.72% from 255 or 36.05% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FF89DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF89DD is #007622. Grayscale: #B5B5B5. Windows color (decimal): -30243 or 14518783. OLE color: 14518783.
HSL color Cylindrical-coordinate representation of color #FF89DD: hue angle of 317.29º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FF89DD is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 137 | 221 | - |
| CMYK | 0 | 0.46 | 0.13 | 0 |
| HSL | 317.29º | 1% | 0.77% | - |
| HSV(B) | 317.29º | 0.46% | 1% | - |
| XYZ | 63.24 | 44.37 | 73.64 | - |
| YUV | 181.86 | 150.09 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 137 | 221 | 0 | 0.46 | 0.13 | 0 | 317.29 | 1 | 0.77 |
| Hex | FF | 89 | DD | 0 | 2E | D | 0 | 13D | 64 | 4D |
| Octal | 377 | 211 | 335 | 0 | 56 | 15 | 0 | 475 | 144 | 115 |
| Binary | 11111111 | 10001001 | 11011101 | 0 | 101110 | 1101 | 0 | 100111101 | 1100100 | 1001101 |
Color Harmonies of #FF89DD
Complementary color
Monochromatic Colors of #FF89DD
Black with #FF89DD
Text Example
Text Example
White with #FF89DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF89DD; }
p { color: rgb(255,137,221); }
H1.HeaderClassName
{
color: #FF89DD;
}
.AnyTagClassName
{
color: #FF89DD;
}
</style>
background-color css
<style>
a { background-color: #FF89DD; }
a { background-color: rgb(255,137,221); }
div.DivClassName
{
background-color: #FF89DD;
}
.BgClassName
{
background-color: #FF89DD;
}
</style>
border-color css
<style>
span { border-color: #FF89DD; }
span { border-color: rgb(255,137,221); }
td.TdClassName
{
border-color: #FF89DD;
}
.TagClassName
{
border-color: #FF89DD;
}
</style>