Html Css Color HEX #DF32E5 Free Speech Magenta
📋 copy color: '#DF32E5'red 223 ◦ green 50 ◦ blue 229
Shades of Free Speech Magenta #DF32E5
Tints of Free Speech Magenta #DF32E5
RGB
CMYK
RGB Variations
Color information
#DF32E5 (or 0xDF32E5) is known color: Free Speech Magenta. HEX triplet: DF, 32 and E5. RGB value is (223,50,229). Sum of RGB (Red+Green+Blue) = 223+50+229=502 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.42% from 502); Green value is 50 (19.92% from 255 or 9.96% from 502); Blue value is 229 (89.84% from 255 or 45.62% from 502); Max value from RGB is 229 - color contains mainly: blue. Hex color #DF32E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF32E5 is #20CD1A. Grayscale: #797979. Windows color (decimal): -2149659 or 15020767. OLE color: 15020767.
HSL color Cylindrical-coordinate representation of color #DF32E5: hue angle of 297.99º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF32E5 is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 50 | 229 | - |
| CMYK | 0.03 | 0.78 | 0 | 0.10 |
| HSL | 297.99º | 0.77% | 0.55% | - |
| HSV(B) | 297.99º | 0.78% | 0.9% | - |
| XYZ | 45.71 | 23.63 | 76.28 | - |
| YUV | 122.13 | 188.31 | 199.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 50 | 229 | 0.03 | 0.78 | 0 | 0.10 | 297.99 | 0.77 | 0.55 |
| Hex | DF | 32 | E5 | 3 | 4E | 0 | A | 12A | 4D | 37 |
| Octal | 337 | 62 | 345 | 3 | 116 | 0 | 12 | 452 | 115 | 67 |
| Binary | 11011111 | 110010 | 11100101 | 11 | 1001110 | 0 | 1010 | 100101010 | 1001101 | 110111 |
Color Harmonies of #DF32E5
Complementary color
Monochromatic Colors of #DF32E5
Black with #DF32E5
Text Example
Text Example
White with #DF32E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF32E5; }
p { color: rgb(223,50,229); }
H1.HeaderClassName
{
color: #DF32E5;
}
.AnyTagClassName
{
color: #DF32E5;
}
</style>
background-color css
<style>
a { background-color: #DF32E5; }
a { background-color: rgb(223,50,229); }
div.DivClassName
{
background-color: #DF32E5;
}
.BgClassName
{
background-color: #DF32E5;
}
</style>
border-color css
<style>
span { border-color: #DF32E5; }
span { border-color: rgb(223,50,229); }
td.TdClassName
{
border-color: #DF32E5;
}
.TagClassName
{
border-color: #DF32E5;
}
</style>