Html Css Color HEX #DF44EE Free Speech Magenta
📋 copy color: '#DF44EE'red 223 ◦ green 68 ◦ blue 238
Shades of Free Speech Magenta #DF44EE
Tints of Free Speech Magenta #DF44EE
RGB
CMYK
RGB Variations
Color information
#DF44EE (or 0xDF44EE) is known color: Free Speech Magenta. HEX triplet: DF, 44 and EE. RGB value is (223,68,238). Sum of RGB (Red+Green+Blue) = 223+68+238=529 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.16% from 529); Green value is 68 (26.95% from 255 or 12.85% from 529); Blue value is 238 (93.36% from 255 or 44.99% from 529); Max value from RGB is 238 - color contains mainly: blue. Hex color #DF44EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF44EE is #20BB11. Grayscale: #858585. Windows color (decimal): -2145042 or 15615199. OLE color: 15615199.
HSL color Cylindrical-coordinate representation of color #DF44EE: hue angle of 294.71º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DF44EE is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 68 | 238 | - |
| CMYK | 0.06 | 0.71 | 0 | 0.07 |
| HSL | 294.71º | 0.83% | 0.6% | - |
| HSV(B) | 294.71º | 0.71% | 0.93% | - |
| XYZ | 47.93 | 26 | 83.38 | - |
| YUV | 133.73 | 186.85 | 191.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 68 | 238 | 0.06 | 0.71 | 0 | 0.07 | 294.71 | 0.83 | 0.6 |
| Hex | DF | 44 | EE | 6 | 47 | 0 | 7 | 127 | 53 | 3C |
| Octal | 337 | 104 | 356 | 6 | 107 | 0 | 7 | 447 | 123 | 74 |
| Binary | 11011111 | 1000100 | 11101110 | 110 | 1000111 | 0 | 111 | 100100111 | 1010011 | 111100 |
Color Harmonies of #DF44EE
Complementary color
Monochromatic Colors of #DF44EE
Black with #DF44EE
Text Example
Text Example
White with #DF44EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF44EE; }
p { color: rgb(223,68,238); }
H1.HeaderClassName
{
color: #DF44EE;
}
.AnyTagClassName
{
color: #DF44EE;
}
</style>
background-color css
<style>
a { background-color: #DF44EE; }
a { background-color: rgb(223,68,238); }
div.DivClassName
{
background-color: #DF44EE;
}
.BgClassName
{
background-color: #DF44EE;
}
</style>
border-color css
<style>
span { border-color: #DF44EE; }
span { border-color: rgb(223,68,238); }
td.TdClassName
{
border-color: #DF44EE;
}
.TagClassName
{
border-color: #DF44EE;
}
</style>