Html Css Color HEX #DF30E3 Free Speech Magenta
📋 copy color: '#DF30E3'red 223 ◦ green 48 ◦ blue 227
Shades of Free Speech Magenta #DF30E3
Tints of Free Speech Magenta #DF30E3
RGB
CMYK
RGB Variations
Color information
#DF30E3 (or 0xDF30E3) is known color: Free Speech Magenta. HEX triplet: DF, 30 and E3. RGB value is (223,48,227). Sum of RGB (Red+Green+Blue) = 223+48+227=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 48 (19.14% from 255 or 9.64% from 498); Blue value is 227 (89.06% from 255 or 45.58% from 498); Max value from RGB is 227 - color contains mainly: blue. Hex color #DF30E3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF30E3 is #20CF1C. Grayscale: #787878. Windows color (decimal): -2150173 or 14889183. OLE color: 14889183.
HSL color Cylindrical-coordinate representation of color #DF30E3: hue angle of 298.66º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DF30E3 is Cyan = 0.02, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 48 | 227 | - |
| CMYK | 0.02 | 0.79 | 0 | 0.11 |
| HSL | 298.66º | 0.76% | 0.54% | - |
| HSV(B) | 298.66º | 0.79% | 0.89% | - |
| XYZ | 45.35 | 23.35 | 74.79 | - |
| YUV | 120.73 | 187.98 | 200.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 48 | 227 | 0.02 | 0.79 | 0 | 0.11 | 298.66 | 0.76 | 0.54 |
| Hex | DF | 30 | E3 | 2 | 4F | 0 | B | 12B | 4C | 36 |
| Octal | 337 | 60 | 343 | 2 | 117 | 0 | 13 | 453 | 114 | 66 |
| Binary | 11011111 | 110000 | 11100011 | 10 | 1001111 | 0 | 1011 | 100101011 | 1001100 | 110110 |
Color Harmonies of #DF30E3
Complementary color
Monochromatic Colors of #DF30E3
Black with #DF30E3
Text Example
Text Example
White with #DF30E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF30E3; }
p { color: rgb(223,48,227); }
H1.HeaderClassName
{
color: #DF30E3;
}
.AnyTagClassName
{
color: #DF30E3;
}
</style>
background-color css
<style>
a { background-color: #DF30E3; }
a { background-color: rgb(223,48,227); }
div.DivClassName
{
background-color: #DF30E3;
}
.BgClassName
{
background-color: #DF30E3;
}
</style>
border-color css
<style>
span { border-color: #DF30E3; }
span { border-color: rgb(223,48,227); }
td.TdClassName
{
border-color: #DF30E3;
}
.TagClassName
{
border-color: #DF30E3;
}
</style>