Html Css Color HEX #FF55DC Free Speech Magenta
📋 copy color: '#FF55DC'red 255 ◦ green 85 ◦ blue 220
Shades of Free Speech Magenta #FF55DC
Tints of Free Speech Magenta #FF55DC
RGB
CMYK
RGB Variations
Color information
#FF55DC (or 0xFF55DC) is known color: Free Speech Magenta. HEX triplet: FF, 55 and DC. RGB value is (255,85,220). Sum of RGB (Red+Green+Blue) = 255+85+220=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 85 (33.59% from 255 or 15.18% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FF55DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF55DC is #00AA23. Grayscale: #969696. Windows color (decimal): -43556 or 14439935. OLE color: 14439935.
HSL color Cylindrical-coordinate representation of color #FF55DC: hue angle of 312.35º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF55DC is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 85 | 220 | - |
| CMYK | 0 | 0.67 | 0.14 | 0 |
| HSL | 312.35º | 1% | 0.67% | - |
| HSV(B) | 312.35º | 0.67% | 1% | - |
| XYZ | 57.41 | 32.92 | 71.04 | - |
| YUV | 151.22 | 166.82 | 202.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 85 | 220 | 0 | 0.67 | 0.14 | 0 | 312.35 | 1 | 0.67 |
| Hex | FF | 55 | DC | 0 | 43 | E | 0 | 138 | 64 | 43 |
| Octal | 377 | 125 | 334 | 0 | 103 | 16 | 0 | 470 | 144 | 103 |
| Binary | 11111111 | 1010101 | 11011100 | 0 | 1000011 | 1110 | 0 | 100111000 | 1100100 | 1000011 |
Color Harmonies of #FF55DC
Complementary color
Monochromatic Colors of #FF55DC
Black with #FF55DC
Text Example
Text Example
White with #FF55DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF55DC; }
p { color: rgb(255,85,220); }
H1.HeaderClassName
{
color: #FF55DC;
}
.AnyTagClassName
{
color: #FF55DC;
}
</style>
background-color css
<style>
a { background-color: #FF55DC; }
a { background-color: rgb(255,85,220); }
div.DivClassName
{
background-color: #FF55DC;
}
.BgClassName
{
background-color: #FF55DC;
}
</style>
border-color css
<style>
span { border-color: #FF55DC; }
span { border-color: rgb(255,85,220); }
td.TdClassName
{
border-color: #FF55DC;
}
.TagClassName
{
border-color: #FF55DC;
}
</style>