Html Css Color HEX #DF47C0 Free Speech Magenta
📋 copy color: '#DF47C0'red 223 ◦ green 71 ◦ blue 192
Shades of Free Speech Magenta #DF47C0
Tints of Free Speech Magenta #DF47C0
RGB
CMYK
RGB Variations
Color information
#DF47C0 (or 0xDF47C0) is known color: Free Speech Magenta. HEX triplet: DF, 47 and C0. RGB value is (223,71,192). Sum of RGB (Red+Green+Blue) = 223+71+192=486 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.88% from 486); Green value is 71 (28.12% from 255 or 14.61% from 486); Blue value is 192 (75.39% from 255 or 39.51% from 486); Max value from RGB is 223 - color contains mainly: red. Hex color #DF47C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF47C0 is #20B83F. Grayscale: #818181. Windows color (decimal): -2144320 or 12601311. OLE color: 12601311.
HSL color Cylindrical-coordinate representation of color #DF47C0: hue angle of 312.24º 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 #DF47C0 is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 71 | 192 | - |
| CMYK | 0 | 0.68 | 0.14 | 0.13 |
| HSL | 312.24º | 0.7% | 0.58% | - |
| HSV(B) | 312.24º | 0.68% | 0.87% | - |
| XYZ | 42.2 | 24 | 52.28 | - |
| YUV | 130.24 | 162.86 | 194.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 71 | 192 | 0 | 0.68 | 0.14 | 0.13 | 312.24 | 0.7 | 0.58 |
| Hex | DF | 47 | C0 | 0 | 44 | E | D | 138 | 46 | 3A |
| Octal | 337 | 107 | 300 | 0 | 104 | 16 | 15 | 470 | 106 | 72 |
| Binary | 11011111 | 1000111 | 11000000 | 0 | 1000100 | 1110 | 1101 | 100111000 | 1000110 | 111010 |
Color Harmonies of #DF47C0
Complementary color
Monochromatic Colors of #DF47C0
Black with #DF47C0
Text Example
Text Example
White with #DF47C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF47C0; }
p { color: rgb(223,71,192); }
H1.HeaderClassName
{
color: #DF47C0;
}
.AnyTagClassName
{
color: #DF47C0;
}
</style>
background-color css
<style>
a { background-color: #DF47C0; }
a { background-color: rgb(223,71,192); }
div.DivClassName
{
background-color: #DF47C0;
}
.BgClassName
{
background-color: #DF47C0;
}
</style>
border-color css
<style>
span { border-color: #DF47C0; }
span { border-color: rgb(223,71,192); }
td.TdClassName
{
border-color: #DF47C0;
}
.TagClassName
{
border-color: #DF47C0;
}
</style>