Html Css Color HEX #DF4AD4 Free Speech Magenta
📋 copy color: '#DF4AD4'red 223 ◦ green 74 ◦ blue 212
Shades of Free Speech Magenta #DF4AD4
Tints of Free Speech Magenta #DF4AD4
RGB
CMYK
RGB Variations
Color information
#DF4AD4 (or 0xDF4AD4) is known color: Free Speech Magenta. HEX triplet: DF, 4A and D4. RGB value is (223,74,212). Sum of RGB (Red+Green+Blue) = 223+74+212=509 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.81% from 509); Green value is 74 (29.30% from 255 or 14.54% from 509); Blue value is 212 (83.20% from 255 or 41.65% from 509); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4AD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF4AD4 is #20B52B. Grayscale: #858585. Windows color (decimal): -2143532 or 13912799. OLE color: 13912799.
HSL color Cylindrical-coordinate representation of color #DF4AD4: hue angle of 304.43º 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 #DF4AD4 is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 74 | 212 | - |
| CMYK | 0 | 0.67 | 0.05 | 0.13 |
| HSL | 304.43º | 0.7% | 0.58% | - |
| HSV(B) | 304.43º | 0.67% | 0.87% | - |
| XYZ | 44.76 | 25.34 | 64.82 | - |
| YUV | 134.28 | 171.86 | 191.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 74 | 212 | 0 | 0.67 | 0.05 | 0.13 | 304.43 | 0.7 | 0.58 |
| Hex | DF | 4A | D4 | 0 | 43 | 5 | D | 130 | 46 | 3A |
| Octal | 337 | 112 | 324 | 0 | 103 | 5 | 15 | 460 | 106 | 72 |
| Binary | 11011111 | 1001010 | 11010100 | 0 | 1000011 | 101 | 1101 | 100110000 | 1000110 | 111010 |
Color Harmonies of #DF4AD4
Complementary color
Monochromatic Colors of #DF4AD4
Black with #DF4AD4
Text Example
Text Example
White with #DF4AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4AD4; }
p { color: rgb(223,74,212); }
H1.HeaderClassName
{
color: #DF4AD4;
}
.AnyTagClassName
{
color: #DF4AD4;
}
</style>
background-color css
<style>
a { background-color: #DF4AD4; }
a { background-color: rgb(223,74,212); }
div.DivClassName
{
background-color: #DF4AD4;
}
.BgClassName
{
background-color: #DF4AD4;
}
</style>
border-color css
<style>
span { border-color: #DF4AD4; }
span { border-color: rgb(223,74,212); }
td.TdClassName
{
border-color: #DF4AD4;
}
.TagClassName
{
border-color: #DF4AD4;
}
</style>