Shades of Pale Magenta #FF83DC
Tints of Pale Magenta #FF83DC
RGB
CMYK
RGB Variations
Color information
#FF83DC (or 0xFF83DC) is known color: Pale Magenta. HEX triplet: FF, 83 and DC. RGB value is (255,131,220). Sum of RGB (Red+Green+Blue) = 255+131+220=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 131 (51.56% from 255 or 21.62% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FF83DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF83DC is #007C23. Grayscale: #B1B1B1. Windows color (decimal): -31780 or 14451711. OLE color: 14451711.
HSL color Cylindrical-coordinate representation of color #FF83DC: hue angle of 316.94º 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 #FF83DC is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 131 | 220 | - |
| CMYK | 0 | 0.49 | 0.14 | 0 |
| HSL | 316.94º | 1% | 0.76% | - |
| HSV(B) | 316.94º | 0.49% | 1% | - |
| XYZ | 62.27 | 42.66 | 72.66 | - |
| YUV | 178.22 | 151.58 | 182.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 131 | 220 | 0 | 0.49 | 0.14 | 0 | 316.94 | 1 | 0.76 |
| Hex | FF | 83 | DC | 0 | 31 | E | 0 | 13D | 64 | 4C |
| Octal | 377 | 203 | 334 | 0 | 61 | 16 | 0 | 475 | 144 | 114 |
| Binary | 11111111 | 10000011 | 11011100 | 0 | 110001 | 1110 | 0 | 100111101 | 1100100 | 1001100 |
Color Harmonies of #FF83DC
Complementary color
Monochromatic Colors of #FF83DC
Black with #FF83DC
Text Example
Text Example
White with #FF83DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF83DC; }
p { color: rgb(255,131,220); }
H1.HeaderClassName
{
color: #FF83DC;
}
.AnyTagClassName
{
color: #FF83DC;
}
</style>
background-color css
<style>
a { background-color: #FF83DC; }
a { background-color: rgb(255,131,220); }
div.DivClassName
{
background-color: #FF83DC;
}
.BgClassName
{
background-color: #FF83DC;
}
</style>
border-color css
<style>
span { border-color: #FF83DC; }
span { border-color: rgb(255,131,220); }
td.TdClassName
{
border-color: #FF83DC;
}
.TagClassName
{
border-color: #FF83DC;
}
</style>