Shades of Pale Magenta #FD81DB
Tints of Pale Magenta #FD81DB
RGB
CMYK
RGB Variations
Color information
#FD81DB (or 0xFD81DB) is known color: Pale Magenta. HEX triplet: FD, 81 and DB. RGB value is (253,129,219). Sum of RGB (Red+Green+Blue) = 253+129+219=601 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.10% from 601); Green value is 129 (50.78% from 255 or 21.46% from 601); Blue value is 219 (85.94% from 255 or 36.44% from 601); Max value from RGB is 253 - color contains mainly: red. Hex color #FD81DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD81DB is #027E24. Grayscale: #B0B0B0. Windows color (decimal): -163365 or 14385661. OLE color: 14385661.
HSL color Cylindrical-coordinate representation of color #FD81DB: hue angle of 316.45º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FD81DB is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 129 | 219 | - |
| CMYK | 0 | 0.49 | 0.13 | 0.01 |
| HSL | 316.45º | 0.97% | 0.75% | - |
| HSV(B) | 316.45º | 0.49% | 0.99% | - |
| XYZ | 61.14 | 41.7 | 71.84 | - |
| YUV | 176.34 | 152.08 | 182.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 129 | 219 | 0 | 0.49 | 0.13 | 0.01 | 316.45 | 0.97 | 0.75 |
| Hex | FD | 81 | DB | 0 | 31 | D | 1 | 13C | 61 | 4B |
| Octal | 375 | 201 | 333 | 0 | 61 | 15 | 1 | 474 | 141 | 113 |
| Binary | 11111101 | 10000001 | 11011011 | 0 | 110001 | 1101 | 1 | 100111100 | 1100001 | 1001011 |
Color Harmonies of #FD81DB
Complementary color
Monochromatic Colors of #FD81DB
Black with #FD81DB
Text Example
Text Example
White with #FD81DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD81DB; }
p { color: rgb(253,129,219); }
H1.HeaderClassName
{
color: #FD81DB;
}
.AnyTagClassName
{
color: #FD81DB;
}
</style>
background-color css
<style>
a { background-color: #FD81DB; }
a { background-color: rgb(253,129,219); }
div.DivClassName
{
background-color: #FD81DB;
}
.BgClassName
{
background-color: #FD81DB;
}
</style>
border-color css
<style>
span { border-color: #FD81DB; }
span { border-color: rgb(253,129,219); }
td.TdClassName
{
border-color: #FD81DB;
}
.TagClassName
{
border-color: #FD81DB;
}
</style>