Html Css Color HEX #DF50E1 Free Speech Magenta
📋 copy color: '#DF50E1'red 223 ◦ green 80 ◦ blue 225
Shades of Free Speech Magenta #DF50E1
Tints of Free Speech Magenta #DF50E1
RGB
CMYK
RGB Variations
Color information
#DF50E1 (or 0xDF50E1) is known color: Free Speech Magenta. HEX triplet: DF, 50 and E1. RGB value is (223,80,225). Sum of RGB (Red+Green+Blue) = 223+80+225=528 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.23% from 528); Green value is 80 (31.64% from 255 or 15.15% from 528); Blue value is 225 (88.28% from 255 or 42.61% from 528); Max value from RGB is 225 - color contains mainly: blue. Hex color #DF50E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF50E1 is #20AF1E. Grayscale: #8A8A8A. Windows color (decimal): -2141983 or 14766303. OLE color: 14766303.
HSL color Cylindrical-coordinate representation of color #DF50E1: hue angle of 299.17º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DF50E1 is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 80 | 225 | - |
| CMYK | 0.01 | 0.64 | 0 | 0.12 |
| HSL | 299.17º | 0.71% | 0.6% | - |
| HSV(B) | 299.17º | 0.64% | 0.88% | - |
| XYZ | 46.89 | 26.86 | 73.95 | - |
| YUV | 139.29 | 176.38 | 187.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 225 | 0.01 | 0.64 | 0 | 0.12 | 299.17 | 0.71 | 0.6 |
| Hex | DF | 50 | E1 | 1 | 40 | 0 | C | 12B | 47 | 3C |
| Octal | 337 | 120 | 341 | 1 | 100 | 0 | 14 | 453 | 107 | 74 |
| Binary | 11011111 | 1010000 | 11100001 | 1 | 1000000 | 0 | 1100 | 100101011 | 1000111 | 111100 |
Color Harmonies of #DF50E1
Complementary color
Monochromatic Colors of #DF50E1
Black with #DF50E1
Text Example
Text Example
White with #DF50E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF50E1; }
p { color: rgb(223,80,225); }
H1.HeaderClassName
{
color: #DF50E1;
}
.AnyTagClassName
{
color: #DF50E1;
}
</style>
background-color css
<style>
a { background-color: #DF50E1; }
a { background-color: rgb(223,80,225); }
div.DivClassName
{
background-color: #DF50E1;
}
.BgClassName
{
background-color: #DF50E1;
}
</style>
border-color css
<style>
span { border-color: #DF50E1; }
span { border-color: rgb(223,80,225); }
td.TdClassName
{
border-color: #DF50E1;
}
.TagClassName
{
border-color: #DF50E1;
}
</style>