Html Css Color HEX #DF50BA Free Speech Magenta
📋 copy color: '#DF50BA'red 223 ◦ green 80 ◦ blue 186
Shades of Free Speech Magenta #DF50BA
Tints of Free Speech Magenta #DF50BA
RGB
CMYK
RGB Variations
Color information
#DF50BA (or 0xDF50BA) is known color: Free Speech Magenta. HEX triplet: DF, 50 and BA. RGB value is (223,80,186). Sum of RGB (Red+Green+Blue) = 223+80+186=489 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.60% from 489); Green value is 80 (31.64% from 255 or 16.36% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 223 - color contains mainly: red. Hex color #DF50BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF50BA is #20AF45. Grayscale: #868686. Windows color (decimal): -2142022 or 12210399. OLE color: 12210399.
HSL color Cylindrical-coordinate representation of color #DF50BA: hue angle of 315.52º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DF50BA is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 80 | 186 | - |
| CMYK | 0 | 0.64 | 0.17 | 0.13 |
| HSL | 315.52º | 0.69% | 0.59% | - |
| HSV(B) | 315.52º | 0.64% | 0.87% | - |
| XYZ | 42.16 | 24.97 | 49.05 | - |
| YUV | 134.84 | 156.88 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 186 | 0 | 0.64 | 0.17 | 0.13 | 315.52 | 0.69 | 0.59 |
| Hex | DF | 50 | BA | 0 | 40 | 11 | D | 13C | 45 | 3B |
| Octal | 337 | 120 | 272 | 0 | 100 | 21 | 15 | 474 | 105 | 73 |
| Binary | 11011111 | 1010000 | 10111010 | 0 | 1000000 | 10001 | 1101 | 100111100 | 1000101 | 111011 |
Color Harmonies of #DF50BA
Complementary color
Monochromatic Colors of #DF50BA
Black with #DF50BA
Text Example
Text Example
White with #DF50BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF50BA; }
p { color: rgb(223,80,186); }
H1.HeaderClassName
{
color: #DF50BA;
}
.AnyTagClassName
{
color: #DF50BA;
}
</style>
background-color css
<style>
a { background-color: #DF50BA; }
a { background-color: rgb(223,80,186); }
div.DivClassName
{
background-color: #DF50BA;
}
.BgClassName
{
background-color: #DF50BA;
}
</style>
border-color css
<style>
span { border-color: #DF50BA; }
span { border-color: rgb(223,80,186); }
td.TdClassName
{
border-color: #DF50BA;
}
.TagClassName
{
border-color: #DF50BA;
}
</style>