Shades of Pale Magenta #FF7FDD
Tints of Pale Magenta #FF7FDD
RGB
CMYK
RGB Variations
Color information
#FF7FDD (or 0xFF7FDD) is known color: Pale Magenta. HEX triplet: FF, 7F and DD. RGB value is (255,127,221). Sum of RGB (Red+Green+Blue) = 255+127+221=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 127 (50% from 255 or 21.06% from 603); Blue value is 221 (86.72% from 255 or 36.65% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7FDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7FDD is #008022. Grayscale: #AFAFAF. Windows color (decimal): -32803 or 14516223. OLE color: 14516223.
HSL color Cylindrical-coordinate representation of color #FF7FDD: hue angle of 315.94º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FF7FDD is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 127 | 221 | - |
| CMYK | 0 | 0.50 | 0.13 | 0 |
| HSL | 315.94º | 1% | 0.75% | - |
| HSV(B) | 315.94º | 0.5% | 1% | - |
| XYZ | 61.88 | 41.66 | 73.19 | - |
| YUV | 175.99 | 153.41 | 184.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 127 | 221 | 0 | 0.50 | 0.13 | 0 | 315.94 | 1 | 0.75 |
| Hex | FF | 7F | DD | 0 | 32 | D | 0 | 13C | 64 | 4B |
| Octal | 377 | 177 | 335 | 0 | 62 | 15 | 0 | 474 | 144 | 113 |
| Binary | 11111111 | 1111111 | 11011101 | 0 | 110010 | 1101 | 0 | 100111100 | 1100100 | 1001011 |
Color Harmonies of #FF7FDD
Complementary color
Monochromatic Colors of #FF7FDD
Black with #FF7FDD
Text Example
Text Example
White with #FF7FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7FDD; }
p { color: rgb(255,127,221); }
H1.HeaderClassName
{
color: #FF7FDD;
}
.AnyTagClassName
{
color: #FF7FDD;
}
</style>
background-color css
<style>
a { background-color: #FF7FDD; }
a { background-color: rgb(255,127,221); }
div.DivClassName
{
background-color: #FF7FDD;
}
.BgClassName
{
background-color: #FF7FDD;
}
</style>
border-color css
<style>
span { border-color: #FF7FDD; }
span { border-color: rgb(255,127,221); }
td.TdClassName
{
border-color: #FF7FDD;
}
.TagClassName
{
border-color: #FF7FDD;
}
</style>