Html Css Color HEX #DF37EE Free Speech Magenta
📋 copy color: '#DF37EE'red 223 ◦ green 55 ◦ blue 238
Shades of Free Speech Magenta #DF37EE
Tints of Free Speech Magenta #DF37EE
RGB
CMYK
RGB Variations
Color information
#DF37EE (or 0xDF37EE) is known color: Free Speech Magenta. HEX triplet: DF, 37 and EE. RGB value is (223,55,238). Sum of RGB (Red+Green+Blue) = 223+55+238=516 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.22% from 516); Green value is 55 (21.88% from 255 or 10.66% from 516); Blue value is 238 (93.36% from 255 or 46.12% from 516); Max value from RGB is 238 - color contains mainly: blue. Hex color #DF37EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF37EE is #20C811. Grayscale: #7D7D7D. Windows color (decimal): -2148370 or 15611871. OLE color: 15611871.
HSL color Cylindrical-coordinate representation of color #DF37EE: hue angle of 295.08º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DF37EE is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 55 | 238 | - |
| CMYK | 0.06 | 0.77 | 0 | 0.07 |
| HSL | 295.08º | 0.84% | 0.57% | - |
| HSV(B) | 295.08º | 0.77% | 0.93% | - |
| XYZ | 47.23 | 24.59 | 83.15 | - |
| YUV | 126.09 | 191.16 | 197.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 55 | 238 | 0.06 | 0.77 | 0 | 0.07 | 295.08 | 0.84 | 0.57 |
| Hex | DF | 37 | EE | 6 | 4D | 0 | 7 | 127 | 54 | 39 |
| Octal | 337 | 67 | 356 | 6 | 115 | 0 | 7 | 447 | 124 | 71 |
| Binary | 11011111 | 110111 | 11101110 | 110 | 1001101 | 0 | 111 | 100100111 | 1010100 | 111001 |
Color Harmonies of #DF37EE
Complementary color
Monochromatic Colors of #DF37EE
Black with #DF37EE
Text Example
Text Example
White with #DF37EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF37EE; }
p { color: rgb(223,55,238); }
H1.HeaderClassName
{
color: #DF37EE;
}
.AnyTagClassName
{
color: #DF37EE;
}
</style>
background-color css
<style>
a { background-color: #DF37EE; }
a { background-color: rgb(223,55,238); }
div.DivClassName
{
background-color: #DF37EE;
}
.BgClassName
{
background-color: #DF37EE;
}
</style>
border-color css
<style>
span { border-color: #DF37EE; }
span { border-color: rgb(223,55,238); }
td.TdClassName
{
border-color: #DF37EE;
}
.TagClassName
{
border-color: #DF37EE;
}
</style>