Shades of Pale Magenta #FF84DB
Tints of Pale Magenta #FF84DB
RGB
CMYK
RGB Variations
Color information
#FF84DB (or 0xFF84DB) is known color: Pale Magenta. HEX triplet: FF, 84 and DB. RGB value is (255,132,219). Sum of RGB (Red+Green+Blue) = 255+132+219=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 132 (51.95% from 255 or 21.78% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FF84DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF84DB is #007B24. Grayscale: #B2B2B2. Windows color (decimal): -31525 or 14386431. OLE color: 14386431.
HSL color Cylindrical-coordinate representation of color #FF84DB: hue angle of 317.56º 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 #FF84DB is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 132 | 219 | - |
| CMYK | 0 | 0.48 | 0.14 | 0 |
| HSL | 317.56º | 1% | 0.76% | - |
| HSV(B) | 317.56º | 0.48% | 1% | - |
| XYZ | 62.28 | 42.88 | 72.01 | - |
| YUV | 178.7 | 150.75 | 182.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 132 | 219 | 0 | 0.48 | 0.14 | 0 | 317.56 | 1 | 0.76 |
| Hex | FF | 84 | DB | 0 | 30 | E | 0 | 13E | 64 | 4C |
| Octal | 377 | 204 | 333 | 0 | 60 | 16 | 0 | 476 | 144 | 114 |
| Binary | 11111111 | 10000100 | 11011011 | 0 | 110000 | 1110 | 0 | 100111110 | 1100100 | 1001100 |
Color Harmonies of #FF84DB
Complementary color
Monochromatic Colors of #FF84DB
Black with #FF84DB
Text Example
Text Example
White with #FF84DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF84DB; }
p { color: rgb(255,132,219); }
H1.HeaderClassName
{
color: #FF84DB;
}
.AnyTagClassName
{
color: #FF84DB;
}
</style>
background-color css
<style>
a { background-color: #FF84DB; }
a { background-color: rgb(255,132,219); }
div.DivClassName
{
background-color: #FF84DB;
}
.BgClassName
{
background-color: #FF84DB;
}
</style>
border-color css
<style>
span { border-color: #FF84DB; }
span { border-color: rgb(255,132,219); }
td.TdClassName
{
border-color: #FF84DB;
}
.TagClassName
{
border-color: #FF84DB;
}
</style>