Html Css Color HEX #DF49DC Free Speech Magenta
📋 copy color: '#DF49DC'red 223 ◦ green 73 ◦ blue 220
Shades of Free Speech Magenta #DF49DC
Tints of Free Speech Magenta #DF49DC
RGB
CMYK
RGB Variations
Color information
#DF49DC (or 0xDF49DC) is known color: Free Speech Magenta. HEX triplet: DF, 49 and DC. RGB value is (223,73,220). Sum of RGB (Red+Green+Blue) = 223+73+220=516 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.22% from 516); Green value is 73 (28.91% from 255 or 14.15% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 223 - color contains mainly: red. Hex color #DF49DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF49DC is #20B623. Grayscale: #868686. Windows color (decimal): -2143780 or 14436831. OLE color: 14436831.
HSL color Cylindrical-coordinate representation of color #DF49DC: hue angle of 301.2º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DF49DC is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 73 | 220 | - |
| CMYK | 0 | 0.67 | 0.01 | 0.13 |
| HSL | 301.2º | 0.7% | 0.58% | - |
| HSV(B) | 301.2º | 0.67% | 0.87% | - |
| XYZ | 45.73 | 25.62 | 70.25 | - |
| YUV | 134.61 | 176.2 | 191.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 73 | 220 | 0 | 0.67 | 0.01 | 0.13 | 301.2 | 0.7 | 0.58 |
| Hex | DF | 49 | DC | 0 | 43 | 1 | D | 12D | 46 | 3A |
| Octal | 337 | 111 | 334 | 0 | 103 | 1 | 15 | 455 | 106 | 72 |
| Binary | 11011111 | 1001001 | 11011100 | 0 | 1000011 | 1 | 1101 | 100101101 | 1000110 | 111010 |
Color Harmonies of #DF49DC
Complementary color
Monochromatic Colors of #DF49DC
Black with #DF49DC
Text Example
Text Example
White with #DF49DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF49DC; }
p { color: rgb(223,73,220); }
H1.HeaderClassName
{
color: #DF49DC;
}
.AnyTagClassName
{
color: #DF49DC;
}
</style>
background-color css
<style>
a { background-color: #DF49DC; }
a { background-color: rgb(223,73,220); }
div.DivClassName
{
background-color: #DF49DC;
}
.BgClassName
{
background-color: #DF49DC;
}
</style>
border-color css
<style>
span { border-color: #DF49DC; }
span { border-color: rgb(223,73,220); }
td.TdClassName
{
border-color: #DF49DC;
}
.TagClassName
{
border-color: #DF49DC;
}
</style>