Html Css Color HEX #DF50E3 Free Speech Magenta
📋 copy color: '#DF50E3'red 223 ◦ green 80 ◦ blue 227
Shades of Free Speech Magenta #DF50E3
Tints of Free Speech Magenta #DF50E3
RGB
CMYK
RGB Variations
Color information
#DF50E3 (or 0xDF50E3) is known color: Free Speech Magenta. HEX triplet: DF, 50 and E3. RGB value is (223,80,227). Sum of RGB (Red+Green+Blue) = 223+80+227=530 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.08% from 530); Green value is 80 (31.64% from 255 or 15.09% from 530); Blue value is 227 (89.06% from 255 or 42.83% from 530); Max value from RGB is 227 - color contains mainly: blue. Hex color #DF50E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF50E3 is #20AF1C. Grayscale: #8B8B8B. Windows color (decimal): -2141981 or 14897375. OLE color: 14897375.
HSL color Cylindrical-coordinate representation of color #DF50E3: hue angle of 298.37º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DF50E3 is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 80 | 227 | - |
| CMYK | 0.02 | 0.65 | 0 | 0.11 |
| HSL | 298.37º | 0.72% | 0.6% | - |
| HSV(B) | 298.37º | 0.65% | 0.89% | - |
| XYZ | 47.17 | 26.97 | 75.39 | - |
| YUV | 139.52 | 177.38 | 187.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 227 | 0.02 | 0.65 | 0 | 0.11 | 298.37 | 0.72 | 0.6 |
| Hex | DF | 50 | E3 | 2 | 41 | 0 | B | 12A | 48 | 3C |
| Octal | 337 | 120 | 343 | 2 | 101 | 0 | 13 | 452 | 110 | 74 |
| Binary | 11011111 | 1010000 | 11100011 | 10 | 1000001 | 0 | 1011 | 100101010 | 1001000 | 111100 |
Color Harmonies of #DF50E3
Complementary color
Monochromatic Colors of #DF50E3
Black with #DF50E3
Text Example
Text Example
White with #DF50E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF50E3; }
p { color: rgb(223,80,227); }
H1.HeaderClassName
{
color: #DF50E3;
}
.AnyTagClassName
{
color: #DF50E3;
}
</style>
background-color css
<style>
a { background-color: #DF50E3; }
a { background-color: rgb(223,80,227); }
div.DivClassName
{
background-color: #DF50E3;
}
.BgClassName
{
background-color: #DF50E3;
}
</style>
border-color css
<style>
span { border-color: #DF50E3; }
span { border-color: rgb(223,80,227); }
td.TdClassName
{
border-color: #DF50E3;
}
.TagClassName
{
border-color: #DF50E3;
}
</style>