Html Css Color HEX #DF47BA Free Speech Magenta
📋 copy color: '#DF47BA'red 223 ◦ green 71 ◦ blue 186
Shades of Free Speech Magenta #DF47BA
Tints of Free Speech Magenta #DF47BA
RGB
CMYK
RGB Variations
Color information
#DF47BA (or 0xDF47BA) is known color: Free Speech Magenta. HEX triplet: DF, 47 and BA. RGB value is (223,71,186). Sum of RGB (Red+Green+Blue) = 223+71+186=480 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.46% from 480); Green value is 71 (28.12% from 255 or 14.79% from 480); Blue value is 186 (73.05% from 255 or 38.75% from 480); Max value from RGB is 223 - color contains mainly: red. Hex color #DF47BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF47BA is #20B845. Grayscale: #818181. Windows color (decimal): -2144326 or 12208095. OLE color: 12208095.
HSL color Cylindrical-coordinate representation of color #DF47BA: hue angle of 314.61º 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 #DF47BA is Cyan = 0, Magento = 0.68, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 71 | 186 | - |
| CMYK | 0 | 0.68 | 0.17 | 0.13 |
| HSL | 314.61º | 0.7% | 0.58% | - |
| HSV(B) | 314.61º | 0.68% | 0.87% | - |
| XYZ | 41.55 | 23.74 | 48.85 | - |
| YUV | 129.56 | 159.86 | 194.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 71 | 186 | 0 | 0.68 | 0.17 | 0.13 | 314.61 | 0.7 | 0.58 |
| Hex | DF | 47 | BA | 0 | 44 | 11 | D | 13B | 46 | 3A |
| Octal | 337 | 107 | 272 | 0 | 104 | 21 | 15 | 473 | 106 | 72 |
| Binary | 11011111 | 1000111 | 10111010 | 0 | 1000100 | 10001 | 1101 | 100111011 | 1000110 | 111010 |
Color Harmonies of #DF47BA
Complementary color
Monochromatic Colors of #DF47BA
Black with #DF47BA
Text Example
Text Example
White with #DF47BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF47BA; }
p { color: rgb(223,71,186); }
H1.HeaderClassName
{
color: #DF47BA;
}
.AnyTagClassName
{
color: #DF47BA;
}
</style>
background-color css
<style>
a { background-color: #DF47BA; }
a { background-color: rgb(223,71,186); }
div.DivClassName
{
background-color: #DF47BA;
}
.BgClassName
{
background-color: #DF47BA;
}
</style>
border-color css
<style>
span { border-color: #DF47BA; }
span { border-color: rgb(223,71,186); }
td.TdClassName
{
border-color: #DF47BA;
}
.TagClassName
{
border-color: #DF47BA;
}
</style>