Shades of Pale Magenta #FF8CDB
Tints of Pale Magenta #FF8CDB
RGB
CMYK
RGB Variations
Color information
#FF8CDB (or 0xFF8CDB) is known color: Pale Magenta. HEX triplet: FF, 8C and DB. RGB value is (255,140,219). Sum of RGB (Red+Green+Blue) = 255+140+219=614 (81% of max value = 765). Red value is 255 (100% from 255 or 41.53% from 614); Green value is 140 (55.08% from 255 or 22.80% from 614); Blue value is 219 (85.94% from 255 or 35.67% from 614); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8CDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8CDB is #007324. Grayscale: #B7B7B7. Windows color (decimal): -29477 or 14388479. OLE color: 14388479.
HSL color Cylindrical-coordinate representation of color #FF8CDB: hue angle of 318.78º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FF8CDB is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 140 | 219 | - |
| CMYK | 0 | 0.45 | 0.14 | 0 |
| HSL | 318.78º | 1% | 0.77% | - |
| HSV(B) | 318.78º | 0.45% | 1% | - |
| XYZ | 63.4 | 45.13 | 72.39 | - |
| YUV | 183.39 | 148.1 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 140 | 219 | 0 | 0.45 | 0.14 | 0 | 318.78 | 1 | 0.77 |
| Hex | FF | 8C | DB | 0 | 2D | E | 0 | 13F | 64 | 4D |
| Octal | 377 | 214 | 333 | 0 | 55 | 16 | 0 | 477 | 144 | 115 |
| Binary | 11111111 | 10001100 | 11011011 | 0 | 101101 | 1110 | 0 | 100111111 | 1100100 | 1001101 |
Color Harmonies of #FF8CDB
Complementary color
Monochromatic Colors of #FF8CDB
Black with #FF8CDB
Text Example
Text Example
White with #FF8CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8CDB; }
p { color: rgb(255,140,219); }
H1.HeaderClassName
{
color: #FF8CDB;
}
.AnyTagClassName
{
color: #FF8CDB;
}
</style>
background-color css
<style>
a { background-color: #FF8CDB; }
a { background-color: rgb(255,140,219); }
div.DivClassName
{
background-color: #FF8CDB;
}
.BgClassName
{
background-color: #FF8CDB;
}
</style>
border-color css
<style>
span { border-color: #FF8CDB; }
span { border-color: rgb(255,140,219); }
td.TdClassName
{
border-color: #FF8CDB;
}
.TagClassName
{
border-color: #FF8CDB;
}
</style>