Html Css Color HEX #DF47D9 Free Speech Magenta
📋 copy color: '#DF47D9'red 223 ◦ green 71 ◦ blue 217
Shades of Free Speech Magenta #DF47D9
Tints of Free Speech Magenta #DF47D9
RGB
CMYK
RGB Variations
Color information
#DF47D9 (or 0xDF47D9) is known color: Free Speech Magenta. HEX triplet: DF, 47 and D9. RGB value is (223,71,217). Sum of RGB (Red+Green+Blue) = 223+71+217=511 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.64% from 511); Green value is 71 (28.12% from 255 or 13.89% from 511); Blue value is 217 (85.16% from 255 or 42.47% from 511); Max value from RGB is 223 - color contains mainly: red. Hex color #DF47D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF47D9 is #20B826. Grayscale: #848484. Windows color (decimal): -2144295 or 14239711. OLE color: 14239711.
HSL color Cylindrical-coordinate representation of color #DF47D9: hue angle of 302.37º 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 #DF47D9 is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 71 | 217 | - |
| CMYK | 0 | 0.68 | 0.03 | 0.13 |
| HSL | 302.37º | 0.7% | 0.58% | - |
| HSV(B) | 302.37º | 0.68% | 0.87% | - |
| XYZ | 45.21 | 25.2 | 68.13 | - |
| YUV | 133.09 | 175.36 | 192.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 71 | 217 | 0 | 0.68 | 0.03 | 0.13 | 302.37 | 0.7 | 0.58 |
| Hex | DF | 47 | D9 | 0 | 44 | 3 | D | 12E | 46 | 3A |
| Octal | 337 | 107 | 331 | 0 | 104 | 3 | 15 | 456 | 106 | 72 |
| Binary | 11011111 | 1000111 | 11011001 | 0 | 1000100 | 11 | 1101 | 100101110 | 1000110 | 111010 |
Color Harmonies of #DF47D9
Complementary color
Monochromatic Colors of #DF47D9
Black with #DF47D9
Text Example
Text Example
White with #DF47D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF47D9; }
p { color: rgb(223,71,217); }
H1.HeaderClassName
{
color: #DF47D9;
}
.AnyTagClassName
{
color: #DF47D9;
}
</style>
background-color css
<style>
a { background-color: #DF47D9; }
a { background-color: rgb(223,71,217); }
div.DivClassName
{
background-color: #DF47D9;
}
.BgClassName
{
background-color: #DF47D9;
}
</style>
border-color css
<style>
span { border-color: #DF47D9; }
span { border-color: rgb(223,71,217); }
td.TdClassName
{
border-color: #DF47D9;
}
.TagClassName
{
border-color: #DF47D9;
}
</style>