Html Css Color HEX #FF53DB Free Speech Magenta
📋 copy color: '#FF53DB'red 255 ◦ green 83 ◦ blue 219
Shades of Free Speech Magenta #FF53DB
Tints of Free Speech Magenta #FF53DB
RGB
CMYK
RGB Variations
Color information
#FF53DB (or 0xFF53DB) is known color: Free Speech Magenta. HEX triplet: FF, 53 and DB. RGB value is (255,83,219). Sum of RGB (Red+Green+Blue) = 255+83+219=557 (73% of max value = 765). Red value is 255 (100% from 255 or 45.78% from 557); Green value is 83 (32.81% from 255 or 14.90% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 255 - color contains mainly: red. Hex color #FF53DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF53DB is #00AC24. Grayscale: #959595. Windows color (decimal): -44069 or 14373887. OLE color: 14373887.
HSL color Cylindrical-coordinate representation of color #FF53DB: hue angle of 312.56º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF53DB is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 83 | 219 | - |
| CMYK | 0 | 0.67 | 0.14 | 0 |
| HSL | 312.56º | 1% | 0.66% | - |
| HSV(B) | 312.56º | 0.67% | 1% | - |
| XYZ | 57.12 | 32.56 | 70.29 | - |
| YUV | 149.93 | 166.98 | 202.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 83 | 219 | 0 | 0.67 | 0.14 | 0 | 312.56 | 1 | 0.66 |
| Hex | FF | 53 | DB | 0 | 43 | E | 0 | 139 | 64 | 42 |
| Octal | 377 | 123 | 333 | 0 | 103 | 16 | 0 | 471 | 144 | 102 |
| Binary | 11111111 | 1010011 | 11011011 | 0 | 1000011 | 1110 | 0 | 100111001 | 1100100 | 1000010 |
Color Harmonies of #FF53DB
Complementary color
Monochromatic Colors of #FF53DB
Black with #FF53DB
Text Example
Text Example
White with #FF53DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF53DB; }
p { color: rgb(255,83,219); }
H1.HeaderClassName
{
color: #FF53DB;
}
.AnyTagClassName
{
color: #FF53DB;
}
</style>
background-color css
<style>
a { background-color: #FF53DB; }
a { background-color: rgb(255,83,219); }
div.DivClassName
{
background-color: #FF53DB;
}
.BgClassName
{
background-color: #FF53DB;
}
</style>
border-color css
<style>
span { border-color: #FF53DB; }
span { border-color: rgb(255,83,219); }
td.TdClassName
{
border-color: #FF53DB;
}
.TagClassName
{
border-color: #FF53DB;
}
</style>