Html Css Color HEX #DF47BF Free Speech Magenta
📋 copy color: '#DF47BF'red 223 ◦ green 71 ◦ blue 191
Shades of Free Speech Magenta #DF47BF
Tints of Free Speech Magenta #DF47BF
RGB
CMYK
RGB Variations
Color information
#DF47BF (or 0xDF47BF) is known color: Free Speech Magenta. HEX triplet: DF, 47 and BF. RGB value is (223,71,191). Sum of RGB (Red+Green+Blue) = 223+71+191=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 71 (28.12% from 255 or 14.64% from 485); Blue value is 191 (75% from 255 or 39.38% from 485); Max value from RGB is 223 - color contains mainly: red. Hex color #DF47BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF47BF is #20B840. Grayscale: #818181. Windows color (decimal): -2144321 or 12535775. OLE color: 12535775.
HSL color Cylindrical-coordinate representation of color #DF47BF: hue angle of 312.63º 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 #DF47BF is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 71 | 191 | - |
| CMYK | 0 | 0.68 | 0.14 | 0.13 |
| HSL | 312.63º | 0.7% | 0.58% | - |
| HSV(B) | 312.63º | 0.68% | 0.87% | - |
| XYZ | 42.09 | 23.96 | 51.7 | - |
| YUV | 130.13 | 162.36 | 194.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 71 | 191 | 0 | 0.68 | 0.14 | 0.13 | 312.63 | 0.7 | 0.58 |
| Hex | DF | 47 | BF | 0 | 44 | E | D | 139 | 46 | 3A |
| Octal | 337 | 107 | 277 | 0 | 104 | 16 | 15 | 471 | 106 | 72 |
| Binary | 11011111 | 1000111 | 10111111 | 0 | 1000100 | 1110 | 1101 | 100111001 | 1000110 | 111010 |
Color Harmonies of #DF47BF
Complementary color
Monochromatic Colors of #DF47BF
Black with #DF47BF
Text Example
Text Example
White with #DF47BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF47BF; }
p { color: rgb(223,71,191); }
H1.HeaderClassName
{
color: #DF47BF;
}
.AnyTagClassName
{
color: #DF47BF;
}
</style>
background-color css
<style>
a { background-color: #DF47BF; }
a { background-color: rgb(223,71,191); }
div.DivClassName
{
background-color: #DF47BF;
}
.BgClassName
{
background-color: #DF47BF;
}
</style>
border-color css
<style>
span { border-color: #DF47BF; }
span { border-color: rgb(223,71,191); }
td.TdClassName
{
border-color: #DF47BF;
}
.TagClassName
{
border-color: #DF47BF;
}
</style>