Html Css Color HEX #DF50BB Free Speech Magenta
📋 copy color: '#DF50BB'red 223 ◦ green 80 ◦ blue 187
Shades of Free Speech Magenta #DF50BB
Tints of Free Speech Magenta #DF50BB
RGB
CMYK
RGB Variations
Color information
#DF50BB (or 0xDF50BB) is known color: Free Speech Magenta. HEX triplet: DF, 50 and BB. RGB value is (223,80,187). Sum of RGB (Red+Green+Blue) = 223+80+187=490 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.51% from 490); Green value is 80 (31.64% from 255 or 16.33% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 223 - color contains mainly: red. Hex color #DF50BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF50BB is #20AF44. Grayscale: #868686. Windows color (decimal): -2142021 or 12275935. OLE color: 12275935.
HSL color Cylindrical-coordinate representation of color #DF50BB: hue angle of 315.1º 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 #DF50BB is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 80 | 187 | - |
| CMYK | 0 | 0.64 | 0.16 | 0.13 |
| HSL | 315.1º | 0.69% | 0.59% | - |
| HSV(B) | 315.1º | 0.64% | 0.87% | - |
| XYZ | 42.27 | 25.01 | 49.61 | - |
| YUV | 134.96 | 157.38 | 190.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 187 | 0 | 0.64 | 0.16 | 0.13 | 315.1 | 0.69 | 0.59 |
| Hex | DF | 50 | BB | 0 | 40 | 10 | D | 13B | 45 | 3B |
| Octal | 337 | 120 | 273 | 0 | 100 | 20 | 15 | 473 | 105 | 73 |
| Binary | 11011111 | 1010000 | 10111011 | 0 | 1000000 | 10000 | 1101 | 100111011 | 1000101 | 111011 |
Color Harmonies of #DF50BB
Complementary color
Monochromatic Colors of #DF50BB
Black with #DF50BB
Text Example
Text Example
White with #DF50BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF50BB; }
p { color: rgb(223,80,187); }
H1.HeaderClassName
{
color: #DF50BB;
}
.AnyTagClassName
{
color: #DF50BB;
}
</style>
background-color css
<style>
a { background-color: #DF50BB; }
a { background-color: rgb(223,80,187); }
div.DivClassName
{
background-color: #DF50BB;
}
.BgClassName
{
background-color: #DF50BB;
}
</style>
border-color css
<style>
span { border-color: #DF50BB; }
span { border-color: rgb(223,80,187); }
td.TdClassName
{
border-color: #DF50BB;
}
.TagClassName
{
border-color: #DF50BB;
}
</style>