Html Css Color HEX #FF54DD Free Speech Magenta
📋 copy color: '#FF54DD'red 255 ◦ green 84 ◦ blue 221
Shades of Free Speech Magenta #FF54DD
Tints of Free Speech Magenta #FF54DD
RGB
CMYK
RGB Variations
Color information
#FF54DD (or 0xFF54DD) is known color: Free Speech Magenta. HEX triplet: FF, 54 and DD. RGB value is (255,84,221). Sum of RGB (Red+Green+Blue) = 255+84+221=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 84 (33.20% from 255 or 15% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FF54DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF54DD is #00AB22. Grayscale: #969696. Windows color (decimal): -43811 or 14505215. OLE color: 14505215.
HSL color Cylindrical-coordinate representation of color #FF54DD: hue angle of 311.93º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF54DD is Cyan = 0, Magento = 0.67, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 84 | 221 | - |
| CMYK | 0 | 0.67 | 0.13 | 0 |
| HSL | 311.93º | 1% | 0.66% | - |
| HSV(B) | 311.93º | 0.67% | 1% | - |
| XYZ | 57.46 | 32.82 | 71.71 | - |
| YUV | 150.75 | 167.65 | 202.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 84 | 221 | 0 | 0.67 | 0.13 | 0 | 311.93 | 1 | 0.66 |
| Hex | FF | 54 | DD | 0 | 43 | D | 0 | 138 | 64 | 42 |
| Octal | 377 | 124 | 335 | 0 | 103 | 15 | 0 | 470 | 144 | 102 |
| Binary | 11111111 | 1010100 | 11011101 | 0 | 1000011 | 1101 | 0 | 100111000 | 1100100 | 1000010 |
Color Harmonies of #FF54DD
Complementary color
Monochromatic Colors of #FF54DD
Black with #FF54DD
Text Example
Text Example
White with #FF54DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF54DD; }
p { color: rgb(255,84,221); }
H1.HeaderClassName
{
color: #FF54DD;
}
.AnyTagClassName
{
color: #FF54DD;
}
</style>
background-color css
<style>
a { background-color: #FF54DD; }
a { background-color: rgb(255,84,221); }
div.DivClassName
{
background-color: #FF54DD;
}
.BgClassName
{
background-color: #FF54DD;
}
</style>
border-color css
<style>
span { border-color: #FF54DD; }
span { border-color: rgb(255,84,221); }
td.TdClassName
{
border-color: #FF54DD;
}
.TagClassName
{
border-color: #FF54DD;
}
</style>