Html Css Color HEX #DF49C5 Free Speech Magenta
📋 copy color: '#DF49C5'red 223 ◦ green 73 ◦ blue 197
Shades of Free Speech Magenta #DF49C5
Tints of Free Speech Magenta #DF49C5
RGB
CMYK
RGB Variations
Color information
#DF49C5 (or 0xDF49C5) is known color: Free Speech Magenta. HEX triplet: DF, 49 and C5. RGB value is (223,73,197). Sum of RGB (Red+Green+Blue) = 223+73+197=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 73 (28.91% from 255 or 14.81% from 493); Blue value is 197 (77.34% from 255 or 39.96% from 493); Max value from RGB is 223 - color contains mainly: red. Hex color #DF49C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF49C5 is #20B63A. Grayscale: #838383. Windows color (decimal): -2143803 or 12929503. OLE color: 12929503.
HSL color Cylindrical-coordinate representation of color #DF49C5: hue angle of 310.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 #DF49C5 is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 73 | 197 | - |
| CMYK | 0 | 0.67 | 0.12 | 0.13 |
| HSL | 310.4º | 0.7% | 0.58% | - |
| HSV(B) | 310.4º | 0.67% | 0.87% | - |
| XYZ | 42.89 | 24.48 | 55.29 | - |
| YUV | 131.99 | 164.7 | 192.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 73 | 197 | 0 | 0.67 | 0.12 | 0.13 | 310.4 | 0.7 | 0.58 |
| Hex | DF | 49 | C5 | 0 | 43 | C | D | 136 | 46 | 3A |
| Octal | 337 | 111 | 305 | 0 | 103 | 14 | 15 | 466 | 106 | 72 |
| Binary | 11011111 | 1001001 | 11000101 | 0 | 1000011 | 1100 | 1101 | 100110110 | 1000110 | 111010 |
Color Harmonies of #DF49C5
Complementary color
Monochromatic Colors of #DF49C5
Black with #DF49C5
Text Example
Text Example
White with #DF49C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF49C5; }
p { color: rgb(223,73,197); }
H1.HeaderClassName
{
color: #DF49C5;
}
.AnyTagClassName
{
color: #DF49C5;
}
</style>
background-color css
<style>
a { background-color: #DF49C5; }
a { background-color: rgb(223,73,197); }
div.DivClassName
{
background-color: #DF49C5;
}
.BgClassName
{
background-color: #DF49C5;
}
</style>
border-color css
<style>
span { border-color: #DF49C5; }
span { border-color: rgb(223,73,197); }
td.TdClassName
{
border-color: #DF49C5;
}
.TagClassName
{
border-color: #DF49C5;
}
</style>