Html Css Color HEX #DF47BB Free Speech Magenta
📋 copy color: '#DF47BB'red 223 ◦ green 71 ◦ blue 187
Shades of Free Speech Magenta #DF47BB
Tints of Free Speech Magenta #DF47BB
RGB
CMYK
RGB Variations
Color information
#DF47BB (or 0xDF47BB) is known color: Free Speech Magenta. HEX triplet: DF, 47 and BB. RGB value is (223,71,187). Sum of RGB (Red+Green+Blue) = 223+71+187=481 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.36% from 481); Green value is 71 (28.12% from 255 or 14.76% from 481); Blue value is 187 (73.44% from 255 or 38.88% from 481); Max value from RGB is 223 - color contains mainly: red. Hex color #DF47BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF47BB is #20B844. Grayscale: #818181. Windows color (decimal): -2144325 or 12273631. OLE color: 12273631.
HSL color Cylindrical-coordinate representation of color #DF47BB: hue angle of 314.21º 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 #DF47BB is Cyan = 0, Magento = 0.68, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 71 | 187 | - |
| CMYK | 0 | 0.68 | 0.16 | 0.13 |
| HSL | 314.21º | 0.7% | 0.58% | - |
| HSV(B) | 314.21º | 0.68% | 0.87% | - |
| XYZ | 41.65 | 23.78 | 49.41 | - |
| YUV | 129.67 | 160.36 | 194.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 71 | 187 | 0 | 0.68 | 0.16 | 0.13 | 314.21 | 0.7 | 0.58 |
| Hex | DF | 47 | BB | 0 | 44 | 10 | D | 13A | 46 | 3A |
| Octal | 337 | 107 | 273 | 0 | 104 | 20 | 15 | 472 | 106 | 72 |
| Binary | 11011111 | 1000111 | 10111011 | 0 | 1000100 | 10000 | 1101 | 100111010 | 1000110 | 111010 |
Color Harmonies of #DF47BB
Complementary color
Monochromatic Colors of #DF47BB
Black with #DF47BB
Text Example
Text Example
White with #DF47BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF47BB; }
p { color: rgb(223,71,187); }
H1.HeaderClassName
{
color: #DF47BB;
}
.AnyTagClassName
{
color: #DF47BB;
}
</style>
background-color css
<style>
a { background-color: #DF47BB; }
a { background-color: rgb(223,71,187); }
div.DivClassName
{
background-color: #DF47BB;
}
.BgClassName
{
background-color: #DF47BB;
}
</style>
border-color css
<style>
span { border-color: #DF47BB; }
span { border-color: rgb(223,71,187); }
td.TdClassName
{
border-color: #DF47BB;
}
.TagClassName
{
border-color: #DF47BB;
}
</style>