Html Css Color HEX #DF49C0 Free Speech Magenta
📋 copy color: '#DF49C0'red 223 ◦ green 73 ◦ blue 192
Shades of Free Speech Magenta #DF49C0
Tints of Free Speech Magenta #DF49C0
RGB
CMYK
RGB Variations
Color information
#DF49C0 (or 0xDF49C0) is known color: Free Speech Magenta. HEX triplet: DF, 49 and C0. RGB value is (223,73,192). Sum of RGB (Red+Green+Blue) = 223+73+192=488 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.70% from 488); Green value is 73 (28.91% from 255 or 14.96% from 488); Blue value is 192 (75.39% from 255 or 39.34% from 488); Max value from RGB is 223 - color contains mainly: red. Hex color #DF49C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF49C0 is #20B63F. Grayscale: #838383. Windows color (decimal): -2143808 or 12601823. OLE color: 12601823.
HSL color Cylindrical-coordinate representation of color #DF49C0: hue angle of 312.4º 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 #DF49C0 is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 73 | 192 | - |
| CMYK | 0 | 0.67 | 0.14 | 0.13 |
| HSL | 312.4º | 0.7% | 0.58% | - |
| HSV(B) | 312.4º | 0.67% | 0.87% | - |
| XYZ | 42.33 | 24.26 | 52.32 | - |
| YUV | 131.42 | 162.2 | 193.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 73 | 192 | 0 | 0.67 | 0.14 | 0.13 | 312.4 | 0.7 | 0.58 |
| Hex | DF | 49 | C0 | 0 | 43 | E | D | 138 | 46 | 3A |
| Octal | 337 | 111 | 300 | 0 | 103 | 16 | 15 | 470 | 106 | 72 |
| Binary | 11011111 | 1001001 | 11000000 | 0 | 1000011 | 1110 | 1101 | 100111000 | 1000110 | 111010 |
Color Harmonies of #DF49C0
Complementary color
Monochromatic Colors of #DF49C0
Black with #DF49C0
Text Example
Text Example
White with #DF49C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF49C0; }
p { color: rgb(223,73,192); }
H1.HeaderClassName
{
color: #DF49C0;
}
.AnyTagClassName
{
color: #DF49C0;
}
</style>
background-color css
<style>
a { background-color: #DF49C0; }
a { background-color: rgb(223,73,192); }
div.DivClassName
{
background-color: #DF49C0;
}
.BgClassName
{
background-color: #DF49C0;
}
</style>
border-color css
<style>
span { border-color: #DF49C0; }
span { border-color: rgb(223,73,192); }
td.TdClassName
{
border-color: #DF49C0;
}
.TagClassName
{
border-color: #DF49C0;
}
</style>