Html Css Color HEX #DF4AD8 Free Speech Magenta
📋 copy color: '#DF4AD8'red 223 ◦ green 74 ◦ blue 216
Shades of Free Speech Magenta #DF4AD8
Tints of Free Speech Magenta #DF4AD8
RGB
CMYK
RGB Variations
Color information
#DF4AD8 (or 0xDF4AD8) is known color: Free Speech Magenta. HEX triplet: DF, 4A and D8. RGB value is (223,74,216). Sum of RGB (Red+Green+Blue) = 223+74+216=513 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.47% from 513); Green value is 74 (29.30% from 255 or 14.42% from 513); Blue value is 216 (84.77% from 255 or 42.11% from 513); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4AD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF4AD8 is #20B527. Grayscale: #868686. Windows color (decimal): -2143528 or 14174943. OLE color: 14174943.
HSL color Cylindrical-coordinate representation of color #DF4AD8: hue angle of 302.82º 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 #DF4AD8 is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 74 | 216 | - |
| CMYK | 0 | 0.67 | 0.03 | 0.13 |
| HSL | 302.82º | 0.7% | 0.58% | - |
| HSV(B) | 302.82º | 0.67% | 0.87% | - |
| XYZ | 45.27 | 25.54 | 67.51 | - |
| YUV | 134.74 | 173.86 | 190.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 74 | 216 | 0 | 0.67 | 0.03 | 0.13 | 302.82 | 0.7 | 0.58 |
| Hex | DF | 4A | D8 | 0 | 43 | 3 | D | 12F | 46 | 3A |
| Octal | 337 | 112 | 330 | 0 | 103 | 3 | 15 | 457 | 106 | 72 |
| Binary | 11011111 | 1001010 | 11011000 | 0 | 1000011 | 11 | 1101 | 100101111 | 1000110 | 111010 |
Color Harmonies of #DF4AD8
Complementary color
Monochromatic Colors of #DF4AD8
Black with #DF4AD8
Text Example
Text Example
White with #DF4AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4AD8; }
p { color: rgb(223,74,216); }
H1.HeaderClassName
{
color: #DF4AD8;
}
.AnyTagClassName
{
color: #DF4AD8;
}
</style>
background-color css
<style>
a { background-color: #DF4AD8; }
a { background-color: rgb(223,74,216); }
div.DivClassName
{
background-color: #DF4AD8;
}
.BgClassName
{
background-color: #DF4AD8;
}
</style>
border-color css
<style>
span { border-color: #DF4AD8; }
span { border-color: rgb(223,74,216); }
td.TdClassName
{
border-color: #DF4AD8;
}
.TagClassName
{
border-color: #DF4AD8;
}
</style>