Html Css Color HEX #DF32ED Free Speech Magenta
📋 copy color: '#DF32ED'red 223 ◦ green 50 ◦ blue 237
Shades of Free Speech Magenta #DF32ED
Tints of Free Speech Magenta #DF32ED
RGB
CMYK
RGB Variations
Color information
#DF32ED (or 0xDF32ED) is known color: Free Speech Magenta. HEX triplet: DF, 32 and ED. RGB value is (223,50,237). Sum of RGB (Red+Green+Blue) = 223+50+237=510 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.73% from 510); Green value is 50 (19.92% from 255 or 9.80% from 510); Blue value is 237 (92.97% from 255 or 46.47% from 510); Max value from RGB is 237 - color contains mainly: blue. Hex color #DF32ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF32ED is #20CD12. Grayscale: #7A7A7A. Windows color (decimal): -2149651 or 15545055. OLE color: 15545055.
HSL color Cylindrical-coordinate representation of color #DF32ED: hue angle of 295.51º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DF32ED is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 50 | 237 | - |
| CMYK | 0.06 | 0.79 | 0 | 0.07 |
| HSL | 295.51º | 0.84% | 0.56% | - |
| HSV(B) | 295.51º | 0.79% | 0.93% | - |
| XYZ | 46.86 | 24.08 | 82.3 | - |
| YUV | 123.05 | 192.31 | 199.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 50 | 237 | 0.06 | 0.79 | 0 | 0.07 | 295.51 | 0.84 | 0.56 |
| Hex | DF | 32 | ED | 6 | 4F | 0 | 7 | 128 | 54 | 38 |
| Octal | 337 | 62 | 355 | 6 | 117 | 0 | 7 | 450 | 124 | 70 |
| Binary | 11011111 | 110010 | 11101101 | 110 | 1001111 | 0 | 111 | 100101000 | 1010100 | 111000 |
Color Harmonies of #DF32ED
Complementary color
Monochromatic Colors of #DF32ED
Black with #DF32ED
Text Example
Text Example
White with #DF32ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF32ED; }
p { color: rgb(223,50,237); }
H1.HeaderClassName
{
color: #DF32ED;
}
.AnyTagClassName
{
color: #DF32ED;
}
</style>
background-color css
<style>
a { background-color: #DF32ED; }
a { background-color: rgb(223,50,237); }
div.DivClassName
{
background-color: #DF32ED;
}
.BgClassName
{
background-color: #DF32ED;
}
</style>
border-color css
<style>
span { border-color: #DF32ED; }
span { border-color: rgb(223,50,237); }
td.TdClassName
{
border-color: #DF32ED;
}
.TagClassName
{
border-color: #DF32ED;
}
</style>