Shades of Pale Magenta #FF79DD
Tints of Pale Magenta #FF79DD
RGB
CMYK
RGB Variations
Color information
#FF79DD (or 0xFF79DD) is known color: Pale Magenta. HEX triplet: FF, 79 and DD. RGB value is (255,121,221). Sum of RGB (Red+Green+Blue) = 255+121+221=597 (79% of max value = 765). Red value is 255 (100% from 255 or 42.71% from 597); Green value is 121 (47.66% from 255 or 20.27% from 597); Blue value is 221 (86.72% from 255 or 37.02% from 597); Max value from RGB is 255 - color contains mainly: red. Hex color #FF79DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF79DD is #008622. Grayscale: #ACACAC. Windows color (decimal): -34339 or 14514687. OLE color: 14514687.
HSL color Cylindrical-coordinate representation of color #FF79DD: hue angle of 315.22º 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 #FF79DD is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 121 | 221 | - |
| CMYK | 0 | 0.53 | 0.13 | 0 |
| HSL | 315.22º | 1% | 0.74% | - |
| HSV(B) | 315.22º | 0.53% | 1% | - |
| XYZ | 61.13 | 40.16 | 72.94 | - |
| YUV | 172.47 | 155.39 | 186.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 121 | 221 | 0 | 0.53 | 0.13 | 0 | 315.22 | 1 | 0.74 |
| Hex | FF | 79 | DD | 0 | 35 | D | 0 | 13B | 64 | 4A |
| Octal | 377 | 171 | 335 | 0 | 65 | 15 | 0 | 473 | 144 | 112 |
| Binary | 11111111 | 1111001 | 11011101 | 0 | 110101 | 1101 | 0 | 100111011 | 1100100 | 1001010 |
Color Harmonies of #FF79DD
Complementary color
Monochromatic Colors of #FF79DD
Black with #FF79DD
Text Example
Text Example
White with #FF79DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF79DD; }
p { color: rgb(255,121,221); }
H1.HeaderClassName
{
color: #FF79DD;
}
.AnyTagClassName
{
color: #FF79DD;
}
</style>
background-color css
<style>
a { background-color: #FF79DD; }
a { background-color: rgb(255,121,221); }
div.DivClassName
{
background-color: #FF79DD;
}
.BgClassName
{
background-color: #FF79DD;
}
</style>
border-color css
<style>
span { border-color: #FF79DD; }
span { border-color: rgb(255,121,221); }
td.TdClassName
{
border-color: #FF79DD;
}
.TagClassName
{
border-color: #FF79DD;
}
</style>