Html Css Color HEX #DF47DF Free Speech Magenta
📋 copy color: '#DF47DF'red 223 ◦ green 71 ◦ blue 223
Shades of Free Speech Magenta #DF47DF
Tints of Free Speech Magenta #DF47DF
RGB
CMYK
RGB Variations
Color information
#DF47DF (or 0xDF47DF) is known color: Free Speech Magenta. HEX triplet: DF, 47 and DF. RGB value is (223,71,223). Sum of RGB (Red+Green+Blue) = 223+71+223=517 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.13% from 517); Green value is 71 (28.12% from 255 or 13.73% from 517); Blue value is 223 (87.5% from 255 or 43.13% from 517); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DF47DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF47DF is #20B820. Grayscale: #858585. Windows color (decimal): -2144289 or 14632927. OLE color: 14632927.
HSL color Cylindrical-coordinate representation of color #DF47DF: hue angle of 300º 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 #DF47DF is Cyan = 0, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 71 | 223 | - |
| CMYK | 0 | 0.68 | 0 | 0.13 |
| HSL | 300º | 0.7% | 0.58% | - |
| HSV(B) | 300º | 0.68% | 0.87% | - |
| XYZ | 46 | 25.52 | 72.31 | - |
| YUV | 133.78 | 178.36 | 191.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 71 | 223 | 0 | 0.68 | 0 | 0.13 | 300 | 0.7 | 0.58 |
| Hex | DF | 47 | DF | 0 | 44 | 0 | D | 12C | 46 | 3A |
| Octal | 337 | 107 | 337 | 0 | 104 | 0 | 15 | 454 | 106 | 72 |
| Binary | 11011111 | 1000111 | 11011111 | 0 | 1000100 | 0 | 1101 | 100101100 | 1000110 | 111010 |
Color Harmonies of #DF47DF
Complementary color
Monochromatic Colors of #DF47DF
Black with #DF47DF
Text Example
Text Example
White with #DF47DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF47DF; }
p { color: rgb(223,71,223); }
H1.HeaderClassName
{
color: #DF47DF;
}
.AnyTagClassName
{
color: #DF47DF;
}
</style>
background-color css
<style>
a { background-color: #DF47DF; }
a { background-color: rgb(223,71,223); }
div.DivClassName
{
background-color: #DF47DF;
}
.BgClassName
{
background-color: #DF47DF;
}
</style>
border-color css
<style>
span { border-color: #DF47DF; }
span { border-color: rgb(223,71,223); }
td.TdClassName
{
border-color: #DF47DF;
}
.TagClassName
{
border-color: #DF47DF;
}
</style>