Shades of Pale Magenta #FF79DB
Tints of Pale Magenta #FF79DB
RGB
CMYK
RGB Variations
Color information
#FF79DB (or 0xFF79DB) is known color: Pale Magenta. HEX triplet: FF, 79 and DB. RGB value is (255,121,219). Sum of RGB (Red+Green+Blue) = 255+121+219=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 121 (47.66% from 255 or 20.34% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FF79DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF79DB is #008624. Grayscale: #ABABAB. Windows color (decimal): -34341 or 14383615. OLE color: 14383615.
HSL color Cylindrical-coordinate representation of color #FF79DB: hue angle of 316.12º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FF79DB is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 121 | 219 | - |
| CMYK | 0 | 0.53 | 0.14 | 0 |
| HSL | 316.12º | 1% | 0.74% | - |
| HSV(B) | 316.12º | 0.53% | 1% | - |
| XYZ | 60.86 | 40.05 | 71.54 | - |
| YUV | 172.24 | 154.39 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 121 | 219 | 0 | 0.53 | 0.14 | 0 | 316.12 | 1 | 0.74 |
| Hex | FF | 79 | DB | 0 | 35 | E | 0 | 13C | 64 | 4A |
| Octal | 377 | 171 | 333 | 0 | 65 | 16 | 0 | 474 | 144 | 112 |
| Binary | 11111111 | 1111001 | 11011011 | 0 | 110101 | 1110 | 0 | 100111100 | 1100100 | 1001010 |
Color Harmonies of #FF79DB
Complementary color
Monochromatic Colors of #FF79DB
Black with #FF79DB
Text Example
Text Example
White with #FF79DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF79DB; }
p { color: rgb(255,121,219); }
H1.HeaderClassName
{
color: #FF79DB;
}
.AnyTagClassName
{
color: #FF79DB;
}
</style>
background-color css
<style>
a { background-color: #FF79DB; }
a { background-color: rgb(255,121,219); }
div.DivClassName
{
background-color: #FF79DB;
}
.BgClassName
{
background-color: #FF79DB;
}
</style>
border-color css
<style>
span { border-color: #FF79DB; }
span { border-color: rgb(255,121,219); }
td.TdClassName
{
border-color: #FF79DB;
}
.TagClassName
{
border-color: #FF79DB;
}
</style>