Html Css Color HEX #DF49BA Free Speech Magenta
📋 copy color: '#DF49BA'red 223 ◦ green 73 ◦ blue 186
Shades of Free Speech Magenta #DF49BA
Tints of Free Speech Magenta #DF49BA
RGB
CMYK
RGB Variations
Color information
#DF49BA (or 0xDF49BA) is known color: Free Speech Magenta. HEX triplet: DF, 49 and BA. RGB value is (223,73,186). Sum of RGB (Red+Green+Blue) = 223+73+186=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 73 (28.91% from 255 or 15.15% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 223 - color contains mainly: red. Hex color #DF49BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF49BA is #20B645. Grayscale: #828282. Windows color (decimal): -2143814 or 12208607. OLE color: 12208607.
HSL color Cylindrical-coordinate representation of color #DF49BA: hue angle of 314.8º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DF49BA is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 73 | 186 | - |
| CMYK | 0 | 0.67 | 0.17 | 0.13 |
| HSL | 314.8º | 0.7% | 0.58% | - |
| HSV(B) | 314.8º | 0.67% | 0.87% | - |
| XYZ | 41.68 | 24 | 48.89 | - |
| YUV | 130.73 | 159.2 | 193.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 73 | 186 | 0 | 0.67 | 0.17 | 0.13 | 314.8 | 0.7 | 0.58 |
| Hex | DF | 49 | BA | 0 | 43 | 11 | D | 13B | 46 | 3A |
| Octal | 337 | 111 | 272 | 0 | 103 | 21 | 15 | 473 | 106 | 72 |
| Binary | 11011111 | 1001001 | 10111010 | 0 | 1000011 | 10001 | 1101 | 100111011 | 1000110 | 111010 |
Color Harmonies of #DF49BA
Complementary color
Monochromatic Colors of #DF49BA
Black with #DF49BA
Text Example
Text Example
White with #DF49BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF49BA; }
p { color: rgb(223,73,186); }
H1.HeaderClassName
{
color: #DF49BA;
}
.AnyTagClassName
{
color: #DF49BA;
}
</style>
background-color css
<style>
a { background-color: #DF49BA; }
a { background-color: rgb(223,73,186); }
div.DivClassName
{
background-color: #DF49BA;
}
.BgClassName
{
background-color: #DF49BA;
}
</style>
border-color css
<style>
span { border-color: #DF49BA; }
span { border-color: rgb(223,73,186); }
td.TdClassName
{
border-color: #DF49BA;
}
.TagClassName
{
border-color: #DF49BA;
}
</style>