Shades of Pale Magenta #FF8DDC
Tints of Pale Magenta #FF8DDC
RGB
CMYK
RGB Variations
Color information
#FF8DDC (or 0xFF8DDC) is known color: Pale Magenta. HEX triplet: FF, 8D and DC. RGB value is (255,141,220). Sum of RGB (Red+Green+Blue) = 255+141+220=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 141 (55.47% from 255 or 22.89% from 616); Blue value is 220 (86.33% from 255 or 35.71% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8DDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8DDC is #007223. Grayscale: #B7B7B7. Windows color (decimal): -29220 or 14454271. OLE color: 14454271.
HSL color Cylindrical-coordinate representation of color #FF8DDC: hue angle of 318.42º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FF8DDC is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 141 | 220 | - |
| CMYK | 0 | 0.45 | 0.14 | 0 |
| HSL | 318.42º | 1% | 0.78% | - |
| HSV(B) | 318.42º | 0.45% | 1% | - |
| XYZ | 63.68 | 45.48 | 73.13 | - |
| YUV | 184.09 | 148.27 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 141 | 220 | 0 | 0.45 | 0.14 | 0 | 318.42 | 1 | 0.78 |
| Hex | FF | 8D | DC | 0 | 2D | E | 0 | 13E | 64 | 4E |
| Octal | 377 | 215 | 334 | 0 | 55 | 16 | 0 | 476 | 144 | 116 |
| Binary | 11111111 | 10001101 | 11011100 | 0 | 101101 | 1110 | 0 | 100111110 | 1100100 | 1001110 |
Color Harmonies of #FF8DDC
Complementary color
Monochromatic Colors of #FF8DDC
Black with #FF8DDC
Text Example
Text Example
White with #FF8DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8DDC; }
p { color: rgb(255,141,220); }
H1.HeaderClassName
{
color: #FF8DDC;
}
.AnyTagClassName
{
color: #FF8DDC;
}
</style>
background-color css
<style>
a { background-color: #FF8DDC; }
a { background-color: rgb(255,141,220); }
div.DivClassName
{
background-color: #FF8DDC;
}
.BgClassName
{
background-color: #FF8DDC;
}
</style>
border-color css
<style>
span { border-color: #FF8DDC; }
span { border-color: rgb(255,141,220); }
td.TdClassName
{
border-color: #FF8DDC;
}
.TagClassName
{
border-color: #FF8DDC;
}
</style>