Shades of Pale Magenta #FF88DB
Tints of Pale Magenta #FF88DB
RGB
CMYK
RGB Variations
Color information
#FF88DB (or 0xFF88DB) is known color: Pale Magenta. HEX triplet: FF, 88 and DB. RGB value is (255,136,219). Sum of RGB (Red+Green+Blue) = 255+136+219=610 (80% of max value = 765). Red value is 255 (100% from 255 or 41.80% from 610); Green value is 136 (53.52% from 255 or 22.30% from 610); Blue value is 219 (85.94% from 255 or 35.90% from 610); Max value from RGB is 255 - color contains mainly: red. Hex color #FF88DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF88DB is #007724. Grayscale: #B4B4B4. Windows color (decimal): -30501 or 14387455. OLE color: 14387455.
HSL color Cylindrical-coordinate representation of color #FF88DB: hue angle of 318.15º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FF88DB is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 136 | 219 | - |
| CMYK | 0 | 0.47 | 0.14 | 0 |
| HSL | 318.15º | 1% | 0.77% | - |
| HSV(B) | 318.15º | 0.47% | 1% | - |
| XYZ | 62.83 | 43.98 | 72.2 | - |
| YUV | 181.04 | 149.42 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 136 | 219 | 0 | 0.47 | 0.14 | 0 | 318.15 | 1 | 0.77 |
| Hex | FF | 88 | DB | 0 | 2F | E | 0 | 13E | 64 | 4D |
| Octal | 377 | 210 | 333 | 0 | 57 | 16 | 0 | 476 | 144 | 115 |
| Binary | 11111111 | 10001000 | 11011011 | 0 | 101111 | 1110 | 0 | 100111110 | 1100100 | 1001101 |
Color Harmonies of #FF88DB
Complementary color
Monochromatic Colors of #FF88DB
Black with #FF88DB
Text Example
Text Example
White with #FF88DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF88DB; }
p { color: rgb(255,136,219); }
H1.HeaderClassName
{
color: #FF88DB;
}
.AnyTagClassName
{
color: #FF88DB;
}
</style>
background-color css
<style>
a { background-color: #FF88DB; }
a { background-color: rgb(255,136,219); }
div.DivClassName
{
background-color: #FF88DB;
}
.BgClassName
{
background-color: #FF88DB;
}
</style>
border-color css
<style>
span { border-color: #FF88DB; }
span { border-color: rgb(255,136,219); }
td.TdClassName
{
border-color: #FF88DB;
}
.TagClassName
{
border-color: #FF88DB;
}
</style>