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