Html Css Color HEX #FF55DB Free Speech Magenta
📋 copy color: '#FF55DB'red 255 ◦ green 85 ◦ blue 219
Shades of Free Speech Magenta #FF55DB
Tints of Free Speech Magenta #FF55DB
RGB
CMYK
RGB Variations
Color information
#FF55DB (or 0xFF55DB) is known color: Free Speech Magenta. HEX triplet: FF, 55 and DB. RGB value is (255,85,219). Sum of RGB (Red+Green+Blue) = 255+85+219=559 (74% of max value = 765). Red value is 255 (100% from 255 or 45.62% from 559); Green value is 85 (33.59% from 255 or 15.21% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 255 - color contains mainly: red. Hex color #FF55DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF55DB is #00AA24. Grayscale: #969696. Windows color (decimal): -43557 or 14374399. OLE color: 14374399.
HSL color Cylindrical-coordinate representation of color #FF55DB: hue angle of 312.71º 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 #FF55DB is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 85 | 219 | - |
| CMYK | 0 | 0.67 | 0.14 | 0 |
| HSL | 312.71º | 1% | 0.67% | - |
| HSV(B) | 312.71º | 0.67% | 1% | - |
| XYZ | 57.27 | 32.87 | 70.34 | - |
| YUV | 151.11 | 166.32 | 202.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 85 | 219 | 0 | 0.67 | 0.14 | 0 | 312.71 | 1 | 0.67 |
| Hex | FF | 55 | DB | 0 | 43 | E | 0 | 139 | 64 | 43 |
| Octal | 377 | 125 | 333 | 0 | 103 | 16 | 0 | 471 | 144 | 103 |
| Binary | 11111111 | 1010101 | 11011011 | 0 | 1000011 | 1110 | 0 | 100111001 | 1100100 | 1000011 |
Color Harmonies of #FF55DB
Complementary color
Monochromatic Colors of #FF55DB
Black with #FF55DB
Text Example
Text Example
White with #FF55DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF55DB; }
p { color: rgb(255,85,219); }
H1.HeaderClassName
{
color: #FF55DB;
}
.AnyTagClassName
{
color: #FF55DB;
}
</style>
background-color css
<style>
a { background-color: #FF55DB; }
a { background-color: rgb(255,85,219); }
div.DivClassName
{
background-color: #FF55DB;
}
.BgClassName
{
background-color: #FF55DB;
}
</style>
border-color css
<style>
span { border-color: #FF55DB; }
span { border-color: rgb(255,85,219); }
td.TdClassName
{
border-color: #FF55DB;
}
.TagClassName
{
border-color: #FF55DB;
}
</style>