Html Css Color HEX #DF50D9 Free Speech Magenta
📋 copy color: '#DF50D9'red 223 ◦ green 80 ◦ blue 217
Shades of Free Speech Magenta #DF50D9
Tints of Free Speech Magenta #DF50D9
RGB
CMYK
RGB Variations
Color information
#DF50D9 (or 0xDF50D9) is known color: Free Speech Magenta. HEX triplet: DF, 50 and D9. RGB value is (223,80,217). Sum of RGB (Red+Green+Blue) = 223+80+217=520 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.88% from 520); Green value is 80 (31.64% from 255 or 15.38% from 520); Blue value is 217 (85.16% from 255 or 41.73% from 520); Max value from RGB is 223 - color contains mainly: red. Hex color #DF50D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF50D9 is #20AF26. Grayscale: #898989. Windows color (decimal): -2141991 or 14242015. OLE color: 14242015.
HSL color Cylindrical-coordinate representation of color #DF50D9: hue angle of 302.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 #DF50D9 is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 80 | 217 | - |
| CMYK | 0 | 0.64 | 0.03 | 0.13 |
| HSL | 302.52º | 0.69% | 0.59% | - |
| HSV(B) | 302.52º | 0.64% | 0.87% | - |
| XYZ | 45.82 | 26.44 | 68.33 | - |
| YUV | 138.38 | 172.38 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 217 | 0 | 0.64 | 0.03 | 0.13 | 302.52 | 0.69 | 0.59 |
| Hex | DF | 50 | D9 | 0 | 40 | 3 | D | 12F | 45 | 3B |
| Octal | 337 | 120 | 331 | 0 | 100 | 3 | 15 | 457 | 105 | 73 |
| Binary | 11011111 | 1010000 | 11011001 | 0 | 1000000 | 11 | 1101 | 100101111 | 1000101 | 111011 |
Color Harmonies of #DF50D9
Complementary color
Monochromatic Colors of #DF50D9
Black with #DF50D9
Text Example
Text Example
White with #DF50D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF50D9; }
p { color: rgb(223,80,217); }
H1.HeaderClassName
{
color: #DF50D9;
}
.AnyTagClassName
{
color: #DF50D9;
}
</style>
background-color css
<style>
a { background-color: #DF50D9; }
a { background-color: rgb(223,80,217); }
div.DivClassName
{
background-color: #DF50D9;
}
.BgClassName
{
background-color: #DF50D9;
}
</style>
border-color css
<style>
span { border-color: #DF50D9; }
span { border-color: rgb(223,80,217); }
td.TdClassName
{
border-color: #DF50D9;
}
.TagClassName
{
border-color: #DF50D9;
}
</style>