Html Css Color HEX #DF4AD5 Free Speech Magenta
📋 copy color: '#DF4AD5'red 223 ◦ green 74 ◦ blue 213
Shades of Free Speech Magenta #DF4AD5
Tints of Free Speech Magenta #DF4AD5
RGB
CMYK
RGB Variations
Color information
#DF4AD5 (or 0xDF4AD5) is known color: Free Speech Magenta. HEX triplet: DF, 4A and D5. RGB value is (223,74,213). Sum of RGB (Red+Green+Blue) = 223+74+213=510 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.73% from 510); Green value is 74 (29.30% from 255 or 14.51% from 510); Blue value is 213 (83.59% from 255 or 41.76% from 510); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4AD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF4AD5 is #20B52A. Grayscale: #858585. Windows color (decimal): -2143531 or 13978335. OLE color: 13978335.
HSL color Cylindrical-coordinate representation of color #DF4AD5: hue angle of 304.03º 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 #DF4AD5 is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 74 | 213 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.13 |
| HSL | 304.03º | 0.7% | 0.58% | - |
| HSV(B) | 304.03º | 0.67% | 0.87% | - |
| XYZ | 44.89 | 25.39 | 65.49 | - |
| YUV | 134.4 | 172.36 | 191.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 74 | 213 | 0 | 0.67 | 0.04 | 0.13 | 304.03 | 0.7 | 0.58 |
| Hex | DF | 4A | D5 | 0 | 43 | 4 | D | 130 | 46 | 3A |
| Octal | 337 | 112 | 325 | 0 | 103 | 4 | 15 | 460 | 106 | 72 |
| Binary | 11011111 | 1001010 | 11010101 | 0 | 1000011 | 100 | 1101 | 100110000 | 1000110 | 111010 |
Color Harmonies of #DF4AD5
Complementary color
Monochromatic Colors of #DF4AD5
Black with #DF4AD5
Text Example
Text Example
White with #DF4AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4AD5; }
p { color: rgb(223,74,213); }
H1.HeaderClassName
{
color: #DF4AD5;
}
.AnyTagClassName
{
color: #DF4AD5;
}
</style>
background-color css
<style>
a { background-color: #DF4AD5; }
a { background-color: rgb(223,74,213); }
div.DivClassName
{
background-color: #DF4AD5;
}
.BgClassName
{
background-color: #DF4AD5;
}
</style>
border-color css
<style>
span { border-color: #DF4AD5; }
span { border-color: rgb(223,74,213); }
td.TdClassName
{
border-color: #DF4AD5;
}
.TagClassName
{
border-color: #DF4AD5;
}
</style>