Html Css Color HEX #FF59DB Free Speech Magenta
📋 copy color: '#FF59DB'red 255 ◦ green 89 ◦ blue 219
Shades of Free Speech Magenta #FF59DB
Tints of Free Speech Magenta #FF59DB
RGB
CMYK
RGB Variations
Color information
#FF59DB (or 0xFF59DB) is known color: Free Speech Magenta. HEX triplet: FF, 59 and DB. RGB value is (255,89,219). Sum of RGB (Red+Green+Blue) = 255+89+219=563 (74% of max value = 765). Red value is 255 (100% from 255 or 45.29% from 563); Green value is 89 (35.16% from 255 or 15.81% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 255 - color contains mainly: red. Hex color #FF59DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF59DB is #00A624. Grayscale: #999999. Windows color (decimal): -42533 or 14375423. OLE color: 14375423.
HSL color Cylindrical-coordinate representation of color #FF59DB: hue angle of 313.01º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FF59DB is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 89 | 219 | - |
| CMYK | 0 | 0.65 | 0.14 | 0 |
| HSL | 313.01º | 1% | 0.67% | - |
| HSV(B) | 313.01º | 0.65% | 1% | - |
| XYZ | 57.6 | 33.52 | 70.45 | - |
| YUV | 153.45 | 165 | 200.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 89 | 219 | 0 | 0.65 | 0.14 | 0 | 313.01 | 1 | 0.67 |
| Hex | FF | 59 | DB | 0 | 41 | E | 0 | 139 | 64 | 43 |
| Octal | 377 | 131 | 333 | 0 | 101 | 16 | 0 | 471 | 144 | 103 |
| Binary | 11111111 | 1011001 | 11011011 | 0 | 1000001 | 1110 | 0 | 100111001 | 1100100 | 1000011 |
Color Harmonies of #FF59DB
Complementary color
Monochromatic Colors of #FF59DB
Black with #FF59DB
Text Example
Text Example
White with #FF59DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF59DB; }
p { color: rgb(255,89,219); }
H1.HeaderClassName
{
color: #FF59DB;
}
.AnyTagClassName
{
color: #FF59DB;
}
</style>
background-color css
<style>
a { background-color: #FF59DB; }
a { background-color: rgb(255,89,219); }
div.DivClassName
{
background-color: #FF59DB;
}
.BgClassName
{
background-color: #FF59DB;
}
</style>
border-color css
<style>
span { border-color: #FF59DB; }
span { border-color: rgb(255,89,219); }
td.TdClassName
{
border-color: #FF59DB;
}
.TagClassName
{
border-color: #FF59DB;
}
</style>