Html Css Color HEX #DF49BF Free Speech Magenta
📋 copy color: '#DF49BF'red 223 ◦ green 73 ◦ blue 191
Shades of Free Speech Magenta #DF49BF
Tints of Free Speech Magenta #DF49BF
RGB
CMYK
RGB Variations
Color information
#DF49BF (or 0xDF49BF) is known color: Free Speech Magenta. HEX triplet: DF, 49 and BF. RGB value is (223,73,191). Sum of RGB (Red+Green+Blue) = 223+73+191=487 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.79% from 487); Green value is 73 (28.91% from 255 or 14.99% from 487); Blue value is 191 (75% from 255 or 39.22% from 487); Max value from RGB is 223 - color contains mainly: red. Hex color #DF49BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF49BF is #20B640. Grayscale: #828282. Windows color (decimal): -2143809 or 12536287. OLE color: 12536287.
HSL color Cylindrical-coordinate representation of color #DF49BF: hue angle of 312.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 #DF49BF is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 73 | 191 | - |
| CMYK | 0 | 0.67 | 0.14 | 0.13 |
| HSL | 312.8º | 0.7% | 0.58% | - |
| HSV(B) | 312.8º | 0.67% | 0.87% | - |
| XYZ | 42.22 | 24.21 | 51.74 | - |
| YUV | 131.3 | 161.7 | 193.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 73 | 191 | 0 | 0.67 | 0.14 | 0.13 | 312.8 | 0.7 | 0.58 |
| Hex | DF | 49 | BF | 0 | 43 | E | D | 139 | 46 | 3A |
| Octal | 337 | 111 | 277 | 0 | 103 | 16 | 15 | 471 | 106 | 72 |
| Binary | 11011111 | 1001001 | 10111111 | 0 | 1000011 | 1110 | 1101 | 100111001 | 1000110 | 111010 |
Color Harmonies of #DF49BF
Complementary color
Monochromatic Colors of #DF49BF
Black with #DF49BF
Text Example
Text Example
White with #DF49BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF49BF; }
p { color: rgb(223,73,191); }
H1.HeaderClassName
{
color: #DF49BF;
}
.AnyTagClassName
{
color: #DF49BF;
}
</style>
background-color css
<style>
a { background-color: #DF49BF; }
a { background-color: rgb(223,73,191); }
div.DivClassName
{
background-color: #DF49BF;
}
.BgClassName
{
background-color: #DF49BF;
}
</style>
border-color css
<style>
span { border-color: #DF49BF; }
span { border-color: rgb(223,73,191); }
td.TdClassName
{
border-color: #DF49BF;
}
.TagClassName
{
border-color: #DF49BF;
}
</style>