Shades of Pale Magenta #FD80DB
Tints of Pale Magenta #FD80DB
RGB
CMYK
RGB Variations
Color information
#FD80DB (or 0xFD80DB) is known color: Pale Magenta. HEX triplet: FD, 80 and DB. RGB value is (253,128,219). Sum of RGB (Red+Green+Blue) = 253+128+219=600 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.17% from 600); Green value is 128 (50.39% from 255 or 21.33% from 600); Blue value is 219 (85.94% from 255 or 36.5% from 600); Max value from RGB is 253 - color contains mainly: red. Hex color #FD80DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD80DB is #027F24. Grayscale: #AFAFAF. Windows color (decimal): -163621 or 14385405. OLE color: 14385405.
HSL color Cylindrical-coordinate representation of color #FD80DB: hue angle of 316.32º 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 #FD80DB is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 128 | 219 | - |
| CMYK | 0 | 0.49 | 0.13 | 0.01 |
| HSL | 316.32º | 0.97% | 0.75% | - |
| HSV(B) | 316.32º | 0.49% | 0.99% | - |
| XYZ | 61.01 | 41.44 | 71.8 | - |
| YUV | 175.75 | 152.41 | 183.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 128 | 219 | 0 | 0.49 | 0.13 | 0.01 | 316.32 | 0.97 | 0.75 |
| Hex | FD | 80 | DB | 0 | 31 | D | 1 | 13C | 61 | 4B |
| Octal | 375 | 200 | 333 | 0 | 61 | 15 | 1 | 474 | 141 | 113 |
| Binary | 11111101 | 10000000 | 11011011 | 0 | 110001 | 1101 | 1 | 100111100 | 1100001 | 1001011 |
Color Harmonies of #FD80DB
Complementary color
Monochromatic Colors of #FD80DB
Black with #FD80DB
Text Example
Text Example
White with #FD80DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD80DB; }
p { color: rgb(253,128,219); }
H1.HeaderClassName
{
color: #FD80DB;
}
.AnyTagClassName
{
color: #FD80DB;
}
</style>
background-color css
<style>
a { background-color: #FD80DB; }
a { background-color: rgb(253,128,219); }
div.DivClassName
{
background-color: #FD80DB;
}
.BgClassName
{
background-color: #FD80DB;
}
</style>
border-color css
<style>
span { border-color: #FD80DB; }
span { border-color: rgb(253,128,219); }
td.TdClassName
{
border-color: #FD80DB;
}
.TagClassName
{
border-color: #FD80DB;
}
</style>