Html Css Color HEX #FF55DD Free Speech Magenta
📋 copy color: '#FF55DD'red 255 ◦ green 85 ◦ blue 221
Shades of Free Speech Magenta #FF55DD
Tints of Free Speech Magenta #FF55DD
RGB
CMYK
RGB Variations
Color information
#FF55DD (or 0xFF55DD) is known color: Free Speech Magenta. HEX triplet: FF, 55 and DD. RGB value is (255,85,221). Sum of RGB (Red+Green+Blue) = 255+85+221=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 85 (33.59% from 255 or 15.15% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FF55DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF55DD is #00AA22. Grayscale: #969696. Windows color (decimal): -43555 or 14505471. OLE color: 14505471.
HSL color Cylindrical-coordinate representation of color #FF55DD: hue angle of 312º 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 #FF55DD is Cyan = 0, Magento = 0.67, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 85 | 221 | - |
| CMYK | 0 | 0.67 | 0.13 | 0 |
| HSL | 312º | 1% | 0.67% | - |
| HSV(B) | 312º | 0.67% | 1% | - |
| XYZ | 57.54 | 32.98 | 71.74 | - |
| YUV | 151.33 | 167.32 | 201.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 85 | 221 | 0 | 0.67 | 0.13 | 0 | 312 | 1 | 0.67 |
| Hex | FF | 55 | DD | 0 | 43 | D | 0 | 138 | 64 | 43 |
| Octal | 377 | 125 | 335 | 0 | 103 | 15 | 0 | 470 | 144 | 103 |
| Binary | 11111111 | 1010101 | 11011101 | 0 | 1000011 | 1101 | 0 | 100111000 | 1100100 | 1000011 |
Color Harmonies of #FF55DD
Complementary color
Monochromatic Colors of #FF55DD
Black with #FF55DD
Text Example
Text Example
White with #FF55DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF55DD; }
p { color: rgb(255,85,221); }
H1.HeaderClassName
{
color: #FF55DD;
}
.AnyTagClassName
{
color: #FF55DD;
}
</style>
background-color css
<style>
a { background-color: #FF55DD; }
a { background-color: rgb(255,85,221); }
div.DivClassName
{
background-color: #FF55DD;
}
.BgClassName
{
background-color: #FF55DD;
}
</style>
border-color css
<style>
span { border-color: #FF55DD; }
span { border-color: rgb(255,85,221); }
td.TdClassName
{
border-color: #FF55DD;
}
.TagClassName
{
border-color: #FF55DD;
}
</style>