Shades of Pale Magenta #FF83DD
Tints of Pale Magenta #FF83DD
RGB
CMYK
RGB Variations
Color information
#FF83DD (or 0xFF83DD) is known color: Pale Magenta. HEX triplet: FF, 83 and DD. RGB value is (255,131,221). Sum of RGB (Red+Green+Blue) = 255+131+221=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 131 (51.56% from 255 or 21.58% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FF83DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF83DD is #007C22. Grayscale: #B2B2B2. Windows color (decimal): -31779 or 14517247. OLE color: 14517247.
HSL color Cylindrical-coordinate representation of color #FF83DD: hue angle of 316.45º 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 #FF83DD is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 131 | 221 | - |
| CMYK | 0 | 0.49 | 0.13 | 0 |
| HSL | 316.45º | 1% | 0.76% | - |
| HSV(B) | 316.45º | 0.49% | 1% | - |
| XYZ | 62.41 | 42.71 | 73.36 | - |
| YUV | 178.34 | 152.08 | 182.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 131 | 221 | 0 | 0.49 | 0.13 | 0 | 316.45 | 1 | 0.76 |
| Hex | FF | 83 | DD | 0 | 31 | D | 0 | 13C | 64 | 4C |
| Octal | 377 | 203 | 335 | 0 | 61 | 15 | 0 | 474 | 144 | 114 |
| Binary | 11111111 | 10000011 | 11011101 | 0 | 110001 | 1101 | 0 | 100111100 | 1100100 | 1001100 |
Color Harmonies of #FF83DD
Complementary color
Monochromatic Colors of #FF83DD
Black with #FF83DD
Text Example
Text Example
White with #FF83DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF83DD; }
p { color: rgb(255,131,221); }
H1.HeaderClassName
{
color: #FF83DD;
}
.AnyTagClassName
{
color: #FF83DD;
}
</style>
background-color css
<style>
a { background-color: #FF83DD; }
a { background-color: rgb(255,131,221); }
div.DivClassName
{
background-color: #FF83DD;
}
.BgClassName
{
background-color: #FF83DD;
}
</style>
border-color css
<style>
span { border-color: #FF83DD; }
span { border-color: rgb(255,131,221); }
td.TdClassName
{
border-color: #FF83DD;
}
.TagClassName
{
border-color: #FF83DD;
}
</style>