Html Css Color HEX #FD54DB Free Speech Magenta
📋 copy color: '#FD54DB'red 253 ◦ green 84 ◦ blue 219
Shades of Free Speech Magenta #FD54DB
Tints of Free Speech Magenta #FD54DB
RGB
CMYK
RGB Variations
Color information
#FD54DB (or 0xFD54DB) is known color: Free Speech Magenta. HEX triplet: FD, 54 and DB. RGB value is (253,84,219). Sum of RGB (Red+Green+Blue) = 253+84+219=556 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.50% from 556); Green value is 84 (33.20% from 255 or 15.11% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 253 - color contains mainly: red. Hex color #FD54DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD54DB is #02AB24. Grayscale: #959595. Windows color (decimal): -174885 or 14374141. OLE color: 14374141.
HSL color Cylindrical-coordinate representation of color #FD54DB: hue angle of 312.07º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FD54DB is Cyan = 0, Magento = 0.67, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 84 | 219 | - |
| CMYK | 0 | 0.67 | 0.13 | 0.01 |
| HSL | 312.07º | 0.98% | 0.66% | - |
| HSV(B) | 312.07º | 0.67% | 0.99% | - |
| XYZ | 56.46 | 32.34 | 70.28 | - |
| YUV | 149.92 | 166.99 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 84 | 219 | 0 | 0.67 | 0.13 | 0.01 | 312.07 | 0.98 | 0.66 |
| Hex | FD | 54 | DB | 0 | 43 | D | 1 | 138 | 62 | 42 |
| Octal | 375 | 124 | 333 | 0 | 103 | 15 | 1 | 470 | 142 | 102 |
| Binary | 11111101 | 1010100 | 11011011 | 0 | 1000011 | 1101 | 1 | 100111000 | 1100010 | 1000010 |
Color Harmonies of #FD54DB
Complementary color
Monochromatic Colors of #FD54DB
Black with #FD54DB
Text Example
Text Example
White with #FD54DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD54DB; }
p { color: rgb(253,84,219); }
H1.HeaderClassName
{
color: #FD54DB;
}
.AnyTagClassName
{
color: #FD54DB;
}
</style>
background-color css
<style>
a { background-color: #FD54DB; }
a { background-color: rgb(253,84,219); }
div.DivClassName
{
background-color: #FD54DB;
}
.BgClassName
{
background-color: #FD54DB;
}
</style>
border-color css
<style>
span { border-color: #FD54DB; }
span { border-color: rgb(253,84,219); }
td.TdClassName
{
border-color: #FD54DB;
}
.TagClassName
{
border-color: #FD54DB;
}
</style>