Html Css Color HEX #DF30EE Free Speech Magenta
📋 copy color: '#DF30EE'red 223 ◦ green 48 ◦ blue 238
Shades of Free Speech Magenta #DF30EE
Tints of Free Speech Magenta #DF30EE
RGB
CMYK
RGB Variations
Color information
#DF30EE (or 0xDF30EE) is known color: Free Speech Magenta. HEX triplet: DF, 30 and EE. RGB value is (223,48,238). Sum of RGB (Red+Green+Blue) = 223+48+238=509 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.81% from 509); Green value is 48 (19.14% from 255 or 9.43% from 509); Blue value is 238 (93.36% from 255 or 46.76% from 509); Max value from RGB is 238 - color contains mainly: blue. Hex color #DF30EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF30EE is #20CF11. Grayscale: #797979. Windows color (decimal): -2150162 or 15610079. OLE color: 15610079.
HSL color Cylindrical-coordinate representation of color #DF30EE: hue angle of 295.26º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF30EE is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 48 | 238 | - |
| CMYK | 0.06 | 0.80 | 0 | 0.07 |
| HSL | 295.26º | 0.85% | 0.56% | - |
| HSV(B) | 295.26º | 0.8% | 0.93% | - |
| XYZ | 46.92 | 23.97 | 83.04 | - |
| YUV | 121.99 | 193.48 | 200.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 48 | 238 | 0.06 | 0.80 | 0 | 0.07 | 295.26 | 0.85 | 0.56 |
| Hex | DF | 30 | EE | 6 | 50 | 0 | 7 | 127 | 55 | 38 |
| Octal | 337 | 60 | 356 | 6 | 120 | 0 | 7 | 447 | 125 | 70 |
| Binary | 11011111 | 110000 | 11101110 | 110 | 1010000 | 0 | 111 | 100100111 | 1010101 | 111000 |
Color Harmonies of #DF30EE
Complementary color
Monochromatic Colors of #DF30EE
Black with #DF30EE
Text Example
Text Example
White with #DF30EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF30EE; }
p { color: rgb(223,48,238); }
H1.HeaderClassName
{
color: #DF30EE;
}
.AnyTagClassName
{
color: #DF30EE;
}
</style>
background-color css
<style>
a { background-color: #DF30EE; }
a { background-color: rgb(223,48,238); }
div.DivClassName
{
background-color: #DF30EE;
}
.BgClassName
{
background-color: #DF30EE;
}
</style>
border-color css
<style>
span { border-color: #DF30EE; }
span { border-color: rgb(223,48,238); }
td.TdClassName
{
border-color: #DF30EE;
}
.TagClassName
{
border-color: #DF30EE;
}
</style>