Html Css Color HEX #DF4DD8 Free Speech Magenta
📋 copy color: '#DF4DD8'red 223 ◦ green 77 ◦ blue 216
Shades of Free Speech Magenta #DF4DD8
Tints of Free Speech Magenta #DF4DD8
RGB
CMYK
RGB Variations
Color information
#DF4DD8 (or 0xDF4DD8) is known color: Free Speech Magenta. HEX triplet: DF, 4D and D8. RGB value is (223,77,216). Sum of RGB (Red+Green+Blue) = 223+77+216=516 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.22% from 516); Green value is 77 (30.47% from 255 or 14.92% from 516); Blue value is 216 (84.77% from 255 or 41.86% from 516); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4DD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF4DD8 is #20B227. Grayscale: #888888. Windows color (decimal): -2142760 or 14175711. OLE color: 14175711.
HSL color Cylindrical-coordinate representation of color #DF4DD8: hue angle of 302.88º 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 #DF4DD8 is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 77 | 216 | - |
| CMYK | 0 | 0.65 | 0.03 | 0.13 |
| HSL | 302.88º | 0.7% | 0.59% | - |
| HSV(B) | 302.88º | 0.65% | 0.87% | - |
| XYZ | 45.48 | 25.95 | 67.58 | - |
| YUV | 136.5 | 172.87 | 189.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 77 | 216 | 0 | 0.65 | 0.03 | 0.13 | 302.88 | 0.7 | 0.59 |
| Hex | DF | 4D | D8 | 0 | 41 | 3 | D | 12F | 46 | 3B |
| Octal | 337 | 115 | 330 | 0 | 101 | 3 | 15 | 457 | 106 | 73 |
| Binary | 11011111 | 1001101 | 11011000 | 0 | 1000001 | 11 | 1101 | 100101111 | 1000110 | 111011 |
Color Harmonies of #DF4DD8
Complementary color
Monochromatic Colors of #DF4DD8
Black with #DF4DD8
Text Example
Text Example
White with #DF4DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4DD8; }
p { color: rgb(223,77,216); }
H1.HeaderClassName
{
color: #DF4DD8;
}
.AnyTagClassName
{
color: #DF4DD8;
}
</style>
background-color css
<style>
a { background-color: #DF4DD8; }
a { background-color: rgb(223,77,216); }
div.DivClassName
{
background-color: #DF4DD8;
}
.BgClassName
{
background-color: #DF4DD8;
}
</style>
border-color css
<style>
span { border-color: #DF4DD8; }
span { border-color: rgb(223,77,216); }
td.TdClassName
{
border-color: #DF4DD8;
}
.TagClassName
{
border-color: #DF4DD8;
}
</style>