Html Css Color HEX #DF30ED Free Speech Magenta
📋 copy color: '#DF30ED'red 223 ◦ green 48 ◦ blue 237
Shades of Free Speech Magenta #DF30ED
Tints of Free Speech Magenta #DF30ED
RGB
CMYK
RGB Variations
Color information
#DF30ED (or 0xDF30ED) is known color: Free Speech Magenta. HEX triplet: DF, 30 and ED. RGB value is (223,48,237). Sum of RGB (Red+Green+Blue) = 223+48+237=508 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.90% from 508); Green value is 48 (19.14% from 255 or 9.45% from 508); Blue value is 237 (92.97% from 255 or 46.65% from 508); Max value from RGB is 237 - color contains mainly: blue. Hex color #DF30ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF30ED is #20CF12. Grayscale: #797979. Windows color (decimal): -2150163 or 15544543. OLE color: 15544543.
HSL color Cylindrical-coordinate representation of color #DF30ED: hue angle of 295.56º degrees, saturation: 0.84, 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 #DF30ED is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 48 | 237 | - |
| CMYK | 0.06 | 0.80 | 0 | 0.07 |
| HSL | 295.56º | 0.84% | 0.56% | - |
| HSV(B) | 295.56º | 0.8% | 0.93% | - |
| XYZ | 46.77 | 23.92 | 82.27 | - |
| YUV | 121.87 | 192.98 | 200.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 48 | 237 | 0.06 | 0.80 | 0 | 0.07 | 295.56 | 0.84 | 0.56 |
| Hex | DF | 30 | ED | 6 | 50 | 0 | 7 | 128 | 54 | 38 |
| Octal | 337 | 60 | 355 | 6 | 120 | 0 | 7 | 450 | 124 | 70 |
| Binary | 11011111 | 110000 | 11101101 | 110 | 1010000 | 0 | 111 | 100101000 | 1010100 | 111000 |
Color Harmonies of #DF30ED
Complementary color
Monochromatic Colors of #DF30ED
Black with #DF30ED
Text Example
Text Example
White with #DF30ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF30ED; }
p { color: rgb(223,48,237); }
H1.HeaderClassName
{
color: #DF30ED;
}
.AnyTagClassName
{
color: #DF30ED;
}
</style>
background-color css
<style>
a { background-color: #DF30ED; }
a { background-color: rgb(223,48,237); }
div.DivClassName
{
background-color: #DF30ED;
}
.BgClassName
{
background-color: #DF30ED;
}
</style>
border-color css
<style>
span { border-color: #DF30ED; }
span { border-color: rgb(223,48,237); }
td.TdClassName
{
border-color: #DF30ED;
}
.TagClassName
{
border-color: #DF30ED;
}
</style>