Shades of Pale Magenta #FF76DD
Tints of Pale Magenta #FF76DD
RGB
CMYK
RGB Variations
Color information
#FF76DD (or 0xFF76DD) is known color: Pale Magenta. HEX triplet: FF, 76 and DD. RGB value is (255,118,221). Sum of RGB (Red+Green+Blue) = 255+118+221=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 118 (46.48% from 255 or 19.87% from 594); Blue value is 221 (86.72% from 255 or 37.21% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FF76DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF76DD is #008922. Grayscale: #AAAAAA. Windows color (decimal): -35107 or 14513919. OLE color: 14513919.
HSL color Cylindrical-coordinate representation of color #FF76DD: hue angle of 314.89º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FF76DD is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 221 | - |
| CMYK | 0 | 0.54 | 0.13 | 0 |
| HSL | 314.89º | 1% | 0.73% | - |
| HSV(B) | 314.89º | 0.54% | 1% | - |
| XYZ | 60.77 | 39.44 | 72.82 | - |
| YUV | 170.71 | 156.39 | 188.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 221 | 0 | 0.54 | 0.13 | 0 | 314.89 | 1 | 0.73 |
| Hex | FF | 76 | DD | 0 | 36 | D | 0 | 13B | 64 | 49 |
| Octal | 377 | 166 | 335 | 0 | 66 | 15 | 0 | 473 | 144 | 111 |
| Binary | 11111111 | 1110110 | 11011101 | 0 | 110110 | 1101 | 0 | 100111011 | 1100100 | 1001001 |
Color Harmonies of #FF76DD
Complementary color
Monochromatic Colors of #FF76DD
Black with #FF76DD
Text Example
Text Example
White with #FF76DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF76DD; }
p { color: rgb(255,118,221); }
H1.HeaderClassName
{
color: #FF76DD;
}
.AnyTagClassName
{
color: #FF76DD;
}
</style>
background-color css
<style>
a { background-color: #FF76DD; }
a { background-color: rgb(255,118,221); }
div.DivClassName
{
background-color: #FF76DD;
}
.BgClassName
{
background-color: #FF76DD;
}
</style>
border-color css
<style>
span { border-color: #FF76DD; }
span { border-color: rgb(255,118,221); }
td.TdClassName
{
border-color: #FF76DD;
}
.TagClassName
{
border-color: #FF76DD;
}
</style>