Html Css Color HEX #DF47DC Free Speech Magenta
📋 copy color: '#DF47DC'red 223 ◦ green 71 ◦ blue 220
Shades of Free Speech Magenta #DF47DC
Tints of Free Speech Magenta #DF47DC
RGB
CMYK
RGB Variations
Color information
#DF47DC (or 0xDF47DC) is known color: Free Speech Magenta. HEX triplet: DF, 47 and DC. RGB value is (223,71,220). Sum of RGB (Red+Green+Blue) = 223+71+220=514 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.39% from 514); Green value is 71 (28.12% from 255 or 13.81% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 223 - color contains mainly: red. Hex color #DF47DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF47DC is #20B823. Grayscale: #848484. Windows color (decimal): -2144292 or 14436319. OLE color: 14436319.
HSL color Cylindrical-coordinate representation of color #DF47DC: hue angle of 301.18º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DF47DC is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 71 | 220 | - |
| CMYK | 0 | 0.68 | 0.01 | 0.13 |
| HSL | 301.18º | 0.7% | 0.58% | - |
| HSV(B) | 301.18º | 0.68% | 0.87% | - |
| XYZ | 45.6 | 25.36 | 70.2 | - |
| YUV | 133.43 | 176.86 | 191.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 71 | 220 | 0 | 0.68 | 0.01 | 0.13 | 301.18 | 0.7 | 0.58 |
| Hex | DF | 47 | DC | 0 | 44 | 1 | D | 12D | 46 | 3A |
| Octal | 337 | 107 | 334 | 0 | 104 | 1 | 15 | 455 | 106 | 72 |
| Binary | 11011111 | 1000111 | 11011100 | 0 | 1000100 | 1 | 1101 | 100101101 | 1000110 | 111010 |
Color Harmonies of #DF47DC
Complementary color
Monochromatic Colors of #DF47DC
Black with #DF47DC
Text Example
Text Example
White with #DF47DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF47DC; }
p { color: rgb(223,71,220); }
H1.HeaderClassName
{
color: #DF47DC;
}
.AnyTagClassName
{
color: #DF47DC;
}
</style>
background-color css
<style>
a { background-color: #DF47DC; }
a { background-color: rgb(223,71,220); }
div.DivClassName
{
background-color: #DF47DC;
}
.BgClassName
{
background-color: #DF47DC;
}
</style>
border-color css
<style>
span { border-color: #DF47DC; }
span { border-color: rgb(223,71,220); }
td.TdClassName
{
border-color: #DF47DC;
}
.TagClassName
{
border-color: #DF47DC;
}
</style>