Html Css Color HEX #DF49ED Free Speech Magenta
📋 copy color: '#DF49ED'red 223 ◦ green 73 ◦ blue 237
Shades of Free Speech Magenta #DF49ED
Tints of Free Speech Magenta #DF49ED
RGB
CMYK
RGB Variations
Color information
#DF49ED (or 0xDF49ED) is known color: Free Speech Magenta. HEX triplet: DF, 49 and ED. RGB value is (223,73,237). Sum of RGB (Red+Green+Blue) = 223+73+237=533 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.84% from 533); Green value is 73 (28.91% from 255 or 13.70% from 533); Blue value is 237 (92.97% from 255 or 44.47% from 533); Max value from RGB is 237 - color contains mainly: blue. Hex color #DF49ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF49ED is #20B612. Grayscale: #888888. Windows color (decimal): -2143763 or 15550943. OLE color: 15550943.
HSL color Cylindrical-coordinate representation of color #DF49ED: hue angle of 294.88º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DF49ED is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 73 | 237 | - |
| CMYK | 0.06 | 0.69 | 0 | 0.07 |
| HSL | 294.88º | 0.82% | 0.61% | - |
| HSV(B) | 294.88º | 0.69% | 0.93% | - |
| XYZ | 48.1 | 26.57 | 82.71 | - |
| YUV | 136.55 | 184.7 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 73 | 237 | 0.06 | 0.69 | 0 | 0.07 | 294.88 | 0.82 | 0.61 |
| Hex | DF | 49 | ED | 6 | 45 | 0 | 7 | 127 | 52 | 3D |
| Octal | 337 | 111 | 355 | 6 | 105 | 0 | 7 | 447 | 122 | 75 |
| Binary | 11011111 | 1001001 | 11101101 | 110 | 1000101 | 0 | 111 | 100100111 | 1010010 | 111101 |
Color Harmonies of #DF49ED
Complementary color
Monochromatic Colors of #DF49ED
Black with #DF49ED
Text Example
Text Example
White with #DF49ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF49ED; }
p { color: rgb(223,73,237); }
H1.HeaderClassName
{
color: #DF49ED;
}
.AnyTagClassName
{
color: #DF49ED;
}
</style>
background-color css
<style>
a { background-color: #DF49ED; }
a { background-color: rgb(223,73,237); }
div.DivClassName
{
background-color: #DF49ED;
}
.BgClassName
{
background-color: #DF49ED;
}
</style>
border-color css
<style>
span { border-color: #DF49ED; }
span { border-color: rgb(223,73,237); }
td.TdClassName
{
border-color: #DF49ED;
}
.TagClassName
{
border-color: #DF49ED;
}
</style>