Html Css Color HEX #DF34E5 Free Speech Magenta
📋 copy color: '#DF34E5'red 223 ◦ green 52 ◦ blue 229
Shades of Free Speech Magenta #DF34E5
Tints of Free Speech Magenta #DF34E5
RGB
CMYK
RGB Variations
Color information
#DF34E5 (or 0xDF34E5) is known color: Free Speech Magenta. HEX triplet: DF, 34 and E5. RGB value is (223,52,229). Sum of RGB (Red+Green+Blue) = 223+52+229=504 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.25% from 504); Green value is 52 (20.70% from 255 or 10.32% from 504); Blue value is 229 (89.84% from 255 or 45.44% from 504); Max value from RGB is 229 - color contains mainly: blue. Hex color #DF34E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF34E5 is #20CB1A. Grayscale: #7A7A7A. Windows color (decimal): -2149147 or 15021279. OLE color: 15021279.
HSL color Cylindrical-coordinate representation of color #DF34E5: hue angle of 297.97º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DF34E5 is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 52 | 229 | - |
| CMYK | 0.03 | 0.77 | 0 | 0.10 |
| HSL | 297.97º | 0.77% | 0.55% | - |
| HSV(B) | 297.97º | 0.77% | 0.9% | - |
| XYZ | 45.8 | 23.8 | 76.31 | - |
| YUV | 123.31 | 187.65 | 199.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 52 | 229 | 0.03 | 0.77 | 0 | 0.10 | 297.97 | 0.77 | 0.55 |
| Hex | DF | 34 | E5 | 3 | 4D | 0 | A | 12A | 4D | 37 |
| Octal | 337 | 64 | 345 | 3 | 115 | 0 | 12 | 452 | 115 | 67 |
| Binary | 11011111 | 110100 | 11100101 | 11 | 1001101 | 0 | 1010 | 100101010 | 1001101 | 110111 |
Color Harmonies of #DF34E5
Complementary color
Monochromatic Colors of #DF34E5
Black with #DF34E5
Text Example
Text Example
White with #DF34E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF34E5; }
p { color: rgb(223,52,229); }
H1.HeaderClassName
{
color: #DF34E5;
}
.AnyTagClassName
{
color: #DF34E5;
}
</style>
background-color css
<style>
a { background-color: #DF34E5; }
a { background-color: rgb(223,52,229); }
div.DivClassName
{
background-color: #DF34E5;
}
.BgClassName
{
background-color: #DF34E5;
}
</style>
border-color css
<style>
span { border-color: #DF34E5; }
span { border-color: rgb(223,52,229); }
td.TdClassName
{
border-color: #DF34E5;
}
.TagClassName
{
border-color: #DF34E5;
}
</style>