Html Css Color HEX #DF50DF Free Speech Magenta
📋 copy color: '#DF50DF'red 223 ◦ green 80 ◦ blue 223
Shades of Free Speech Magenta #DF50DF
Tints of Free Speech Magenta #DF50DF
RGB
CMYK
RGB Variations
Color information
#DF50DF (or 0xDF50DF) is known color: Free Speech Magenta. HEX triplet: DF, 50 and DF. RGB value is (223,80,223). Sum of RGB (Red+Green+Blue) = 223+80+223=526 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.40% from 526); Green value is 80 (31.64% from 255 or 15.21% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DF50DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF50DF is #20AF20. Grayscale: #8A8A8A. Windows color (decimal): -2141985 or 14635231. OLE color: 14635231.
HSL color Cylindrical-coordinate representation of color #DF50DF: hue angle of 300º 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 #DF50DF is Cyan = 0, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 80 | 223 | - |
| CMYK | 0 | 0.64 | 0 | 0.13 |
| HSL | 300º | 0.69% | 0.59% | - |
| HSV(B) | 300º | 0.64% | 0.87% | - |
| XYZ | 46.62 | 26.75 | 72.52 | - |
| YUV | 139.06 | 175.38 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 223 | 0 | 0.64 | 0 | 0.13 | 300 | 0.69 | 0.59 |
| Hex | DF | 50 | DF | 0 | 40 | 0 | D | 12C | 45 | 3B |
| Octal | 337 | 120 | 337 | 0 | 100 | 0 | 15 | 454 | 105 | 73 |
| Binary | 11011111 | 1010000 | 11011111 | 0 | 1000000 | 0 | 1101 | 100101100 | 1000101 | 111011 |
Color Harmonies of #DF50DF
Complementary color
Monochromatic Colors of #DF50DF
Black with #DF50DF
Text Example
Text Example
White with #DF50DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF50DF; }
p { color: rgb(223,80,223); }
H1.HeaderClassName
{
color: #DF50DF;
}
.AnyTagClassName
{
color: #DF50DF;
}
</style>
background-color css
<style>
a { background-color: #DF50DF; }
a { background-color: rgb(223,80,223); }
div.DivClassName
{
background-color: #DF50DF;
}
.BgClassName
{
background-color: #DF50DF;
}
</style>
border-color css
<style>
span { border-color: #DF50DF; }
span { border-color: rgb(223,80,223); }
td.TdClassName
{
border-color: #DF50DF;
}
.TagClassName
{
border-color: #DF50DF;
}
</style>