Shades of Pale Magenta #FF83DB
Tints of Pale Magenta #FF83DB
RGB
CMYK
RGB Variations
Color information
#FF83DB (or 0xFF83DB) is known color: Pale Magenta. HEX triplet: FF, 83 and DB. RGB value is (255,131,219). Sum of RGB (Red+Green+Blue) = 255+131+219=605 (80% of max value = 765). Red value is 255 (100% from 255 or 42.15% from 605); Green value is 131 (51.56% from 255 or 21.65% from 605); Blue value is 219 (85.94% from 255 or 36.20% from 605); Max value from RGB is 255 - color contains mainly: red. Hex color #FF83DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF83DB is #007C24. Grayscale: #B1B1B1. Windows color (decimal): -31781 or 14386175. OLE color: 14386175.
HSL color Cylindrical-coordinate representation of color #FF83DB: hue angle of 317.42º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FF83DB is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 131 | 219 | - |
| CMYK | 0 | 0.49 | 0.14 | 0 |
| HSL | 317.42º | 1% | 0.76% | - |
| HSV(B) | 317.42º | 0.49% | 1% | - |
| XYZ | 62.14 | 42.61 | 71.97 | - |
| YUV | 178.11 | 151.08 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 131 | 219 | 0 | 0.49 | 0.14 | 0 | 317.42 | 1 | 0.76 |
| Hex | FF | 83 | DB | 0 | 31 | E | 0 | 13D | 64 | 4C |
| Octal | 377 | 203 | 333 | 0 | 61 | 16 | 0 | 475 | 144 | 114 |
| Binary | 11111111 | 10000011 | 11011011 | 0 | 110001 | 1110 | 0 | 100111101 | 1100100 | 1001100 |
Color Harmonies of #FF83DB
Complementary color
Monochromatic Colors of #FF83DB
Black with #FF83DB
Text Example
Text Example
White with #FF83DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF83DB; }
p { color: rgb(255,131,219); }
H1.HeaderClassName
{
color: #FF83DB;
}
.AnyTagClassName
{
color: #FF83DB;
}
</style>
background-color css
<style>
a { background-color: #FF83DB; }
a { background-color: rgb(255,131,219); }
div.DivClassName
{
background-color: #FF83DB;
}
.BgClassName
{
background-color: #FF83DB;
}
</style>
border-color css
<style>
span { border-color: #FF83DB; }
span { border-color: rgb(255,131,219); }
td.TdClassName
{
border-color: #FF83DB;
}
.TagClassName
{
border-color: #FF83DB;
}
</style>