Html Css Color HEX #DF49CE Free Speech Magenta
📋 copy color: '#DF49CE'red 223 ◦ green 73 ◦ blue 206
Shades of Free Speech Magenta #DF49CE
Tints of Free Speech Magenta #DF49CE
RGB
CMYK
RGB Variations
Color information
#DF49CE (or 0xDF49CE) is known color: Free Speech Magenta. HEX triplet: DF, 49 and CE. RGB value is (223,73,206). Sum of RGB (Red+Green+Blue) = 223+73+206=502 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.42% from 502); Green value is 73 (28.91% from 255 or 14.54% from 502); Blue value is 206 (80.86% from 255 or 41.04% from 502); Max value from RGB is 223 - color contains mainly: red. Hex color #DF49CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF49CE is #20B631. Grayscale: #848484. Windows color (decimal): -2143794 or 13519327. OLE color: 13519327.
HSL color Cylindrical-coordinate representation of color #DF49CE: hue angle of 306.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 #DF49CE is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 73 | 206 | - |
| CMYK | 0 | 0.67 | 0.08 | 0.13 |
| HSL | 306.8º | 0.7% | 0.58% | - |
| HSV(B) | 306.8º | 0.67% | 0.87% | - |
| XYZ | 43.95 | 24.91 | 60.88 | - |
| YUV | 133.01 | 169.2 | 192.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 73 | 206 | 0 | 0.67 | 0.08 | 0.13 | 306.8 | 0.7 | 0.58 |
| Hex | DF | 49 | CE | 0 | 43 | 8 | D | 133 | 46 | 3A |
| Octal | 337 | 111 | 316 | 0 | 103 | 10 | 15 | 463 | 106 | 72 |
| Binary | 11011111 | 1001001 | 11001110 | 0 | 1000011 | 1000 | 1101 | 100110011 | 1000110 | 111010 |
Color Harmonies of #DF49CE
Complementary color
Monochromatic Colors of #DF49CE
Black with #DF49CE
Text Example
Text Example
White with #DF49CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF49CE; }
p { color: rgb(223,73,206); }
H1.HeaderClassName
{
color: #DF49CE;
}
.AnyTagClassName
{
color: #DF49CE;
}
</style>
background-color css
<style>
a { background-color: #DF49CE; }
a { background-color: rgb(223,73,206); }
div.DivClassName
{
background-color: #DF49CE;
}
.BgClassName
{
background-color: #DF49CE;
}
</style>
border-color css
<style>
span { border-color: #DF49CE; }
span { border-color: rgb(223,73,206); }
td.TdClassName
{
border-color: #DF49CE;
}
.TagClassName
{
border-color: #DF49CE;
}
</style>