Html Css Color HEX #DF30E4 Free Speech Magenta
📋 copy color: '#DF30E4'red 223 ◦ green 48 ◦ blue 228
Shades of Free Speech Magenta #DF30E4
Tints of Free Speech Magenta #DF30E4
RGB
CMYK
RGB Variations
Color information
#DF30E4 (or 0xDF30E4) is known color: Free Speech Magenta. HEX triplet: DF, 30 and E4. RGB value is (223,48,228). Sum of RGB (Red+Green+Blue) = 223+48+228=499 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.69% from 499); Green value is 48 (19.14% from 255 or 9.62% from 499); Blue value is 228 (89.45% from 255 or 45.69% from 499); Max value from RGB is 228 - color contains mainly: blue. Hex color #DF30E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF30E4 is #20CF1B. Grayscale: #787878. Windows color (decimal): -2150172 or 14954719. OLE color: 14954719.
HSL color Cylindrical-coordinate representation of color #DF30E4: hue angle of 298.33º degrees, saturation: 0.77, 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 #DF30E4 is Cyan = 0.02, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 48 | 228 | - |
| CMYK | 0.02 | 0.79 | 0 | 0.11 |
| HSL | 298.33º | 0.77% | 0.54% | - |
| HSV(B) | 298.33º | 0.79% | 0.89% | - |
| XYZ | 45.49 | 23.4 | 75.52 | - |
| YUV | 120.85 | 188.48 | 200.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 48 | 228 | 0.02 | 0.79 | 0 | 0.11 | 298.33 | 0.77 | 0.54 |
| Hex | DF | 30 | E4 | 2 | 4F | 0 | B | 12A | 4D | 36 |
| Octal | 337 | 60 | 344 | 2 | 117 | 0 | 13 | 452 | 115 | 66 |
| Binary | 11011111 | 110000 | 11100100 | 10 | 1001111 | 0 | 1011 | 100101010 | 1001101 | 110110 |
Color Harmonies of #DF30E4
Complementary color
Monochromatic Colors of #DF30E4
Black with #DF30E4
Text Example
Text Example
White with #DF30E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF30E4; }
p { color: rgb(223,48,228); }
H1.HeaderClassName
{
color: #DF30E4;
}
.AnyTagClassName
{
color: #DF30E4;
}
</style>
background-color css
<style>
a { background-color: #DF30E4; }
a { background-color: rgb(223,48,228); }
div.DivClassName
{
background-color: #DF30E4;
}
.BgClassName
{
background-color: #DF30E4;
}
</style>
border-color css
<style>
span { border-color: #DF30E4; }
span { border-color: rgb(223,48,228); }
td.TdClassName
{
border-color: #DF30E4;
}
.TagClassName
{
border-color: #DF30E4;
}
</style>