Html Css Color HEX #FF57DB Free Speech Magenta
📋 copy color: '#FF57DB'red 255 ◦ green 87 ◦ blue 219
Shades of Free Speech Magenta #FF57DB
Tints of Free Speech Magenta #FF57DB
RGB
CMYK
RGB Variations
Color information
#FF57DB (or 0xFF57DB) is known color: Free Speech Magenta. HEX triplet: FF, 57 and DB. RGB value is (255,87,219). Sum of RGB (Red+Green+Blue) = 255+87+219=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 87 (34.38% from 255 or 15.51% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FF57DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF57DB is #00A824. Grayscale: #979797. Windows color (decimal): -43045 or 14374911. OLE color: 14374911.
HSL color Cylindrical-coordinate representation of color #FF57DB: hue angle of 312.86º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FF57DB is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 87 | 219 | - |
| CMYK | 0 | 0.66 | 0.14 | 0 |
| HSL | 312.86º | 1% | 0.67% | - |
| HSV(B) | 312.86º | 0.66% | 1% | - |
| XYZ | 57.43 | 33.19 | 70.4 | - |
| YUV | 152.28 | 165.66 | 201.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 87 | 219 | 0 | 0.66 | 0.14 | 0 | 312.86 | 1 | 0.67 |
| Hex | FF | 57 | DB | 0 | 42 | E | 0 | 139 | 64 | 43 |
| Octal | 377 | 127 | 333 | 0 | 102 | 16 | 0 | 471 | 144 | 103 |
| Binary | 11111111 | 1010111 | 11011011 | 0 | 1000010 | 1110 | 0 | 100111001 | 1100100 | 1000011 |
Color Harmonies of #FF57DB
Complementary color
Monochromatic Colors of #FF57DB
Black with #FF57DB
Text Example
Text Example
White with #FF57DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF57DB; }
p { color: rgb(255,87,219); }
H1.HeaderClassName
{
color: #FF57DB;
}
.AnyTagClassName
{
color: #FF57DB;
}
</style>
background-color css
<style>
a { background-color: #FF57DB; }
a { background-color: rgb(255,87,219); }
div.DivClassName
{
background-color: #FF57DB;
}
.BgClassName
{
background-color: #FF57DB;
}
</style>
border-color css
<style>
span { border-color: #FF57DB; }
span { border-color: rgb(255,87,219); }
td.TdClassName
{
border-color: #FF57DB;
}
.TagClassName
{
border-color: #FF57DB;
}
</style>