Html Css Color HEX #FD50DB Free Speech Magenta
📋 copy color: '#FD50DB'red 253 ◦ green 80 ◦ blue 219
Shades of Free Speech Magenta #FD50DB
Tints of Free Speech Magenta #FD50DB
RGB
CMYK
RGB Variations
Color information
#FD50DB (or 0xFD50DB) is known color: Free Speech Magenta. HEX triplet: FD, 50 and DB. RGB value is (253,80,219). Sum of RGB (Red+Green+Blue) = 253+80+219=552 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.83% from 552); Green value is 80 (31.64% from 255 or 14.49% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 253 - color contains mainly: red. Hex color #FD50DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD50DB is #02AF24. Grayscale: #939393. Windows color (decimal): -175909 or 14373117. OLE color: 14373117.
HSL color Cylindrical-coordinate representation of color #FD50DB: hue angle of 311.79º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FD50DB is Cyan = 0, Magento = 0.68, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 80 | 219 | - |
CMYK | 0 | 0.68 | 0.13 | 0.01 |
HSL | 311.79º | 0.98% | 0.65% | - |
HSV(B) | 311.79º | 0.68% | 0.99% | - |
XYZ | 56.16 | 31.73 | 70.18 | - |
YUV | 147.57 | 168.31 | 203.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 80 | 219 | 0 | 0.68 | 0.13 | 0.01 | 311.79 | 0.98 | 0.65 |
Hex | FD | 50 | DB | 0 | 44 | D | 1 | 138 | 62 | 41 |
Octal | 375 | 120 | 333 | 0 | 104 | 15 | 1 | 470 | 142 | 101 |
Binary | 11111101 | 1010000 | 11011011 | 0 | 1000100 | 1101 | 1 | 100111000 | 1100010 | 1000001 |
Color Harmonies of #FD50DB
Complementary color
Monochromatic Colors of #FD50DB
Black with #FD50DB
Text Example
Text Example
White with #FD50DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD50DB; }
p { color: rgb(253,80,219); }
H1.HeaderClassName
{
color: #FD50DB;
}
.AnyTagClassName
{
color: #FD50DB;
}
</style>
background-color css
<style>
a { background-color: #FD50DB; }
a { background-color: rgb(253,80,219); }
div.DivClassName
{
background-color: #FD50DB;
}
.BgClassName
{
background-color: #FD50DB;
}
</style>
border-color css
<style>
span { border-color: #FD50DB; }
span { border-color: rgb(253,80,219); }
td.TdClassName
{
border-color: #FD50DB;
}
.TagClassName
{
border-color: #FD50DB;
}
</style>