Html Css Color HEX #DF4ADC Free Speech Magenta
📋 copy color: '#DF4ADC'red 223 ◦ green 74 ◦ blue 220
Shades of Free Speech Magenta #DF4ADC
Tints of Free Speech Magenta #DF4ADC
RGB
CMYK
RGB Variations
Color information
#DF4ADC (or 0xDF4ADC) is known color: Free Speech Magenta. HEX triplet: DF, 4A and DC. RGB value is (223,74,220). Sum of RGB (Red+Green+Blue) = 223+74+220=517 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.13% from 517); Green value is 74 (29.30% from 255 or 14.31% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF4ADC is #20B523. Grayscale: #868686. Windows color (decimal): -2143524 or 14437087. OLE color: 14437087.
HSL color Cylindrical-coordinate representation of color #DF4ADC: hue angle of 301.21º 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 #DF4ADC is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 74 | 220 | - |
| CMYK | 0 | 0.67 | 0.01 | 0.13 |
| HSL | 301.21º | 0.7% | 0.58% | - |
| HSV(B) | 301.21º | 0.67% | 0.87% | - |
| XYZ | 45.8 | 25.75 | 70.27 | - |
| YUV | 135.2 | 175.86 | 190.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 74 | 220 | 0 | 0.67 | 0.01 | 0.13 | 301.21 | 0.7 | 0.58 |
| Hex | DF | 4A | DC | 0 | 43 | 1 | D | 12D | 46 | 3A |
| Octal | 337 | 112 | 334 | 0 | 103 | 1 | 15 | 455 | 106 | 72 |
| Binary | 11011111 | 1001010 | 11011100 | 0 | 1000011 | 1 | 1101 | 100101101 | 1000110 | 111010 |
Color Harmonies of #DF4ADC
Complementary color
Monochromatic Colors of #DF4ADC
Black with #DF4ADC
Text Example
Text Example
White with #DF4ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4ADC; }
p { color: rgb(223,74,220); }
H1.HeaderClassName
{
color: #DF4ADC;
}
.AnyTagClassName
{
color: #DF4ADC;
}
</style>
background-color css
<style>
a { background-color: #DF4ADC; }
a { background-color: rgb(223,74,220); }
div.DivClassName
{
background-color: #DF4ADC;
}
.BgClassName
{
background-color: #DF4ADC;
}
</style>
border-color css
<style>
span { border-color: #DF4ADC; }
span { border-color: rgb(223,74,220); }
td.TdClassName
{
border-color: #DF4ADC;
}
.TagClassName
{
border-color: #DF4ADC;
}
</style>