Html Css Color HEX #FF50DD Free Speech Magenta
📋 copy color: '#FF50DD'red 255 ◦ green 80 ◦ blue 221
Shades of Free Speech Magenta #FF50DD
Tints of Free Speech Magenta #FF50DD
RGB
CMYK
RGB Variations
Color information
#FF50DD (or 0xFF50DD) is known color: Free Speech Magenta. HEX triplet: FF, 50 and DD. RGB value is (255,80,221). Sum of RGB (Red+Green+Blue) = 255+80+221=556 (73% of max value = 765). Red value is 255 (100% from 255 or 45.86% from 556); Green value is 80 (31.64% from 255 or 14.39% from 556); Blue value is 221 (86.72% from 255 or 39.75% from 556); Max value from RGB is 255 - color contains mainly: red. Hex color #FF50DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF50DD is #00AF22. Grayscale: #949494. Windows color (decimal): -44835 or 14504191. OLE color: 14504191.
HSL color Cylindrical-coordinate representation of color #FF50DD: hue angle of 311.66º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF50DD is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 80 | 221 | - |
| CMYK | 0 | 0.69 | 0.13 | 0 |
| HSL | 311.66º | 1% | 0.66% | - |
| HSV(B) | 311.66º | 0.69% | 1% | - |
| XYZ | 57.16 | 32.22 | 71.61 | - |
| YUV | 148.4 | 168.98 | 204.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 80 | 221 | 0 | 0.69 | 0.13 | 0 | 311.66 | 1 | 0.66 |
| Hex | FF | 50 | DD | 0 | 45 | D | 0 | 138 | 64 | 42 |
| Octal | 377 | 120 | 335 | 0 | 105 | 15 | 0 | 470 | 144 | 102 |
| Binary | 11111111 | 1010000 | 11011101 | 0 | 1000101 | 1101 | 0 | 100111000 | 1100100 | 1000010 |
Color Harmonies of #FF50DD
Complementary color
Monochromatic Colors of #FF50DD
Black with #FF50DD
Text Example
Text Example
White with #FF50DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF50DD; }
p { color: rgb(255,80,221); }
H1.HeaderClassName
{
color: #FF50DD;
}
.AnyTagClassName
{
color: #FF50DD;
}
</style>
background-color css
<style>
a { background-color: #FF50DD; }
a { background-color: rgb(255,80,221); }
div.DivClassName
{
background-color: #FF50DD;
}
.BgClassName
{
background-color: #FF50DD;
}
</style>
border-color css
<style>
span { border-color: #FF50DD; }
span { border-color: rgb(255,80,221); }
td.TdClassName
{
border-color: #FF50DD;
}
.TagClassName
{
border-color: #FF50DD;
}
</style>