Html Css Color HEX #DF50BF Free Speech Magenta
📋 copy color: '#DF50BF'red 223 ◦ green 80 ◦ blue 191
Shades of Free Speech Magenta #DF50BF
Tints of Free Speech Magenta #DF50BF
RGB
CMYK
RGB Variations
Color information
#DF50BF (or 0xDF50BF) is known color: Free Speech Magenta. HEX triplet: DF, 50 and BF. RGB value is (223,80,191). Sum of RGB (Red+Green+Blue) = 223+80+191=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 80 (31.64% from 255 or 16.19% from 494); Blue value is 191 (75% from 255 or 38.66% from 494); Max value from RGB is 223 - color contains mainly: red. Hex color #DF50BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF50BF is #20AF40. Grayscale: #878787. Windows color (decimal): -2142017 or 12538079. OLE color: 12538079.
HSL color Cylindrical-coordinate representation of color #DF50BF: hue angle of 313.43º 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 #DF50BF is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 80 | 191 | - |
| CMYK | 0 | 0.64 | 0.14 | 0.13 |
| HSL | 313.43º | 0.69% | 0.59% | - |
| HSV(B) | 313.43º | 0.64% | 0.87% | - |
| XYZ | 42.7 | 25.19 | 51.9 | - |
| YUV | 135.41 | 159.38 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 191 | 0 | 0.64 | 0.14 | 0.13 | 313.43 | 0.69 | 0.59 |
| Hex | DF | 50 | BF | 0 | 40 | E | D | 139 | 45 | 3B |
| Octal | 337 | 120 | 277 | 0 | 100 | 16 | 15 | 471 | 105 | 73 |
| Binary | 11011111 | 1010000 | 10111111 | 0 | 1000000 | 1110 | 1101 | 100111001 | 1000101 | 111011 |
Color Harmonies of #DF50BF
Complementary color
Monochromatic Colors of #DF50BF
Black with #DF50BF
Text Example
Text Example
White with #DF50BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF50BF; }
p { color: rgb(223,80,191); }
H1.HeaderClassName
{
color: #DF50BF;
}
.AnyTagClassName
{
color: #DF50BF;
}
</style>
background-color css
<style>
a { background-color: #DF50BF; }
a { background-color: rgb(223,80,191); }
div.DivClassName
{
background-color: #DF50BF;
}
.BgClassName
{
background-color: #DF50BF;
}
</style>
border-color css
<style>
span { border-color: #DF50BF; }
span { border-color: rgb(223,80,191); }
td.TdClassName
{
border-color: #DF50BF;
}
.TagClassName
{
border-color: #DF50BF;
}
</style>