Shades of Pale Magenta #FF87DB
Tints of Pale Magenta #FF87DB
RGB
CMYK
RGB Variations
Color information
#FF87DB (or 0xFF87DB) is known color: Pale Magenta. HEX triplet: FF, 87 and DB. RGB value is (255,135,219). Sum of RGB (Red+Green+Blue) = 255+135+219=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 135 (53.12% from 255 or 22.17% from 609); Blue value is 219 (85.94% from 255 or 35.96% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FF87DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF87DB is #007824. Grayscale: #B4B4B4. Windows color (decimal): -30757 or 14387199. OLE color: 14387199.
HSL color Cylindrical-coordinate representation of color #FF87DB: hue angle of 318º 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 #FF87DB is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 135 | 219 | - |
| CMYK | 0 | 0.47 | 0.14 | 0 |
| HSL | 318º | 1% | 0.76% | - |
| HSV(B) | 318º | 0.47% | 1% | - |
| XYZ | 62.69 | 43.7 | 72.15 | - |
| YUV | 180.46 | 149.76 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 135 | 219 | 0 | 0.47 | 0.14 | 0 | 318 | 1 | 0.76 |
| Hex | FF | 87 | DB | 0 | 2F | E | 0 | 13E | 64 | 4C |
| Octal | 377 | 207 | 333 | 0 | 57 | 16 | 0 | 476 | 144 | 114 |
| Binary | 11111111 | 10000111 | 11011011 | 0 | 101111 | 1110 | 0 | 100111110 | 1100100 | 1001100 |
Color Harmonies of #FF87DB
Complementary color
Monochromatic Colors of #FF87DB
Black with #FF87DB
Text Example
Text Example
White with #FF87DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF87DB; }
p { color: rgb(255,135,219); }
H1.HeaderClassName
{
color: #FF87DB;
}
.AnyTagClassName
{
color: #FF87DB;
}
</style>
background-color css
<style>
a { background-color: #FF87DB; }
a { background-color: rgb(255,135,219); }
div.DivClassName
{
background-color: #FF87DB;
}
.BgClassName
{
background-color: #FF87DB;
}
</style>
border-color css
<style>
span { border-color: #FF87DB; }
span { border-color: rgb(255,135,219); }
td.TdClassName
{
border-color: #FF87DB;
}
.TagClassName
{
border-color: #FF87DB;
}
</style>