Shades of Pale Magenta #FF7BDB
Tints of Pale Magenta #FF7BDB
RGB
CMYK
RGB Variations
Color information
#FF7BDB (or 0xFF7BDB) is known color: Pale Magenta. HEX triplet: FF, 7B and DB. RGB value is (255,123,219). Sum of RGB (Red+Green+Blue) = 255+123+219=597 (79% of max value = 765). Red value is 255 (100% from 255 or 42.71% from 597); Green value is 123 (48.44% from 255 or 20.60% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7BDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7BDB is #008424. Grayscale: #ADADAD. Windows color (decimal): -33829 or 14384127. OLE color: 14384127.
HSL color Cylindrical-coordinate representation of color #FF7BDB: hue angle of 316.36º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FF7BDB is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 123 | 219 | - |
| CMYK | 0 | 0.52 | 0.14 | 0 |
| HSL | 316.36º | 1% | 0.74% | - |
| HSV(B) | 316.36º | 0.52% | 1% | - |
| XYZ | 61.11 | 40.54 | 71.62 | - |
| YUV | 173.41 | 153.73 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 123 | 219 | 0 | 0.52 | 0.14 | 0 | 316.36 | 1 | 0.74 |
| Hex | FF | 7B | DB | 0 | 34 | E | 0 | 13C | 64 | 4A |
| Octal | 377 | 173 | 333 | 0 | 64 | 16 | 0 | 474 | 144 | 112 |
| Binary | 11111111 | 1111011 | 11011011 | 0 | 110100 | 1110 | 0 | 100111100 | 1100100 | 1001010 |
Color Harmonies of #FF7BDB
Complementary color
Monochromatic Colors of #FF7BDB
Black with #FF7BDB
Text Example
Text Example
White with #FF7BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7BDB; }
p { color: rgb(255,123,219); }
H1.HeaderClassName
{
color: #FF7BDB;
}
.AnyTagClassName
{
color: #FF7BDB;
}
</style>
background-color css
<style>
a { background-color: #FF7BDB; }
a { background-color: rgb(255,123,219); }
div.DivClassName
{
background-color: #FF7BDB;
}
.BgClassName
{
background-color: #FF7BDB;
}
</style>
border-color css
<style>
span { border-color: #FF7BDB; }
span { border-color: rgb(255,123,219); }
td.TdClassName
{
border-color: #FF7BDB;
}
.TagClassName
{
border-color: #FF7BDB;
}
</style>