Html Css Color HEX #DF4ADE Free Speech Magenta
📋 copy color: '#DF4ADE'red 223 ◦ green 74 ◦ blue 222
Shades of Free Speech Magenta #DF4ADE
Tints of Free Speech Magenta #DF4ADE
RGB
CMYK
RGB Variations
Color information
#DF4ADE (or 0xDF4ADE) is known color: Free Speech Magenta. HEX triplet: DF, 4A and DE. RGB value is (223,74,222). Sum of RGB (Red+Green+Blue) = 223+74+222=519 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.97% from 519); Green value is 74 (29.30% from 255 or 14.26% from 519); Blue value is 222 (87.11% from 255 or 42.77% from 519); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF4ADE is #20B521. Grayscale: #868686. Windows color (decimal): -2143522 or 14568159. OLE color: 14568159.
HSL color Cylindrical-coordinate representation of color #DF4ADE: hue angle of 300.4º 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 #DF4ADE is Cyan = 0, Magento = 0.67, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 74 | 222 | - |
| CMYK | 0 | 0.67 | 0.00 | 0.13 |
| HSL | 300.4º | 0.7% | 0.58% | - |
| HSV(B) | 300.4º | 0.67% | 0.87% | - |
| XYZ | 46.07 | 25.86 | 71.67 | - |
| YUV | 135.42 | 176.86 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 74 | 222 | 0 | 0.67 | 0.00 | 0.13 | 300.4 | 0.7 | 0.58 |
| Hex | DF | 4A | DE | 0 | 43 | 0 | D | 12C | 46 | 3A |
| Octal | 337 | 112 | 336 | 0 | 103 | 0 | 15 | 454 | 106 | 72 |
| Binary | 11011111 | 1001010 | 11011110 | 0 | 1000011 | 0 | 1101 | 100101100 | 1000110 | 111010 |
Color Harmonies of #DF4ADE
Complementary color
Monochromatic Colors of #DF4ADE
Black with #DF4ADE
Text Example
Text Example
White with #DF4ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4ADE; }
p { color: rgb(223,74,222); }
H1.HeaderClassName
{
color: #DF4ADE;
}
.AnyTagClassName
{
color: #DF4ADE;
}
</style>
background-color css
<style>
a { background-color: #DF4ADE; }
a { background-color: rgb(223,74,222); }
div.DivClassName
{
background-color: #DF4ADE;
}
.BgClassName
{
background-color: #DF4ADE;
}
</style>
border-color css
<style>
span { border-color: #DF4ADE; }
span { border-color: rgb(223,74,222); }
td.TdClassName
{
border-color: #DF4ADE;
}
.TagClassName
{
border-color: #DF4ADE;
}
</style>