Html Css Color HEX #DF4DD9 Free Speech Magenta
📋 copy color: '#DF4DD9'red 223 ◦ green 77 ◦ blue 217
Shades of Free Speech Magenta #DF4DD9
Tints of Free Speech Magenta #DF4DD9
RGB
CMYK
RGB Variations
Color information
#DF4DD9 (or 0xDF4DD9) is known color: Free Speech Magenta. HEX triplet: DF, 4D and D9. RGB value is (223,77,217). Sum of RGB (Red+Green+Blue) = 223+77+217=517 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.13% from 517); Green value is 77 (30.47% from 255 or 14.89% from 517); Blue value is 217 (85.16% from 255 or 41.97% from 517); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4DD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF4DD9 is #20B226. Grayscale: #888888. Windows color (decimal): -2142759 or 14241247. OLE color: 14241247.
HSL color Cylindrical-coordinate representation of color #DF4DD9: hue angle of 302.47º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DF4DD9 is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 77 | 217 | - |
| CMYK | 0 | 0.65 | 0.03 | 0.13 |
| HSL | 302.47º | 0.7% | 0.59% | - |
| HSV(B) | 302.47º | 0.65% | 0.87% | - |
| XYZ | 45.61 | 26.01 | 68.26 | - |
| YUV | 136.61 | 173.37 | 189.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 77 | 217 | 0 | 0.65 | 0.03 | 0.13 | 302.47 | 0.7 | 0.59 |
| Hex | DF | 4D | D9 | 0 | 41 | 3 | D | 12E | 46 | 3B |
| Octal | 337 | 115 | 331 | 0 | 101 | 3 | 15 | 456 | 106 | 73 |
| Binary | 11011111 | 1001101 | 11011001 | 0 | 1000001 | 11 | 1101 | 100101110 | 1000110 | 111011 |
Color Harmonies of #DF4DD9
Complementary color
Monochromatic Colors of #DF4DD9
Black with #DF4DD9
Text Example
Text Example
White with #DF4DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4DD9; }
p { color: rgb(223,77,217); }
H1.HeaderClassName
{
color: #DF4DD9;
}
.AnyTagClassName
{
color: #DF4DD9;
}
</style>
background-color css
<style>
a { background-color: #DF4DD9; }
a { background-color: rgb(223,77,217); }
div.DivClassName
{
background-color: #DF4DD9;
}
.BgClassName
{
background-color: #DF4DD9;
}
</style>
border-color css
<style>
span { border-color: #DF4DD9; }
span { border-color: rgb(223,77,217); }
td.TdClassName
{
border-color: #DF4DD9;
}
.TagClassName
{
border-color: #DF4DD9;
}
</style>