Html Css Color HEX #DF4DC4 Free Speech Magenta
📋 copy color: '#DF4DC4'red 223 ◦ green 77 ◦ blue 196
Shades of Free Speech Magenta #DF4DC4
Tints of Free Speech Magenta #DF4DC4
RGB
CMYK
RGB Variations
Color information
#DF4DC4 (or 0xDF4DC4) is known color: Free Speech Magenta. HEX triplet: DF, 4D and C4. RGB value is (223,77,196). Sum of RGB (Red+Green+Blue) = 223+77+196=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 77 (30.47% from 255 or 15.52% from 496); Blue value is 196 (76.95% from 255 or 39.52% from 496); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4DC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF4DC4 is #20B23B. Grayscale: #858585. Windows color (decimal): -2142780 or 12864991. OLE color: 12864991.
HSL color Cylindrical-coordinate representation of color #DF4DC4: hue angle of 311.1º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DF4DC4 is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 77 | 196 | - |
| CMYK | 0 | 0.65 | 0.12 | 0.13 |
| HSL | 311.1º | 0.7% | 0.59% | - |
| HSV(B) | 311.1º | 0.65% | 0.87% | - |
| XYZ | 43.05 | 24.98 | 54.78 | - |
| YUV | 134.22 | 162.87 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 77 | 196 | 0 | 0.65 | 0.12 | 0.13 | 311.1 | 0.7 | 0.59 |
| Hex | DF | 4D | C4 | 0 | 41 | C | D | 137 | 46 | 3B |
| Octal | 337 | 115 | 304 | 0 | 101 | 14 | 15 | 467 | 106 | 73 |
| Binary | 11011111 | 1001101 | 11000100 | 0 | 1000001 | 1100 | 1101 | 100110111 | 1000110 | 111011 |
Color Harmonies of #DF4DC4
Complementary color
Monochromatic Colors of #DF4DC4
Black with #DF4DC4
Text Example
Text Example
White with #DF4DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4DC4; }
p { color: rgb(223,77,196); }
H1.HeaderClassName
{
color: #DF4DC4;
}
.AnyTagClassName
{
color: #DF4DC4;
}
</style>
background-color css
<style>
a { background-color: #DF4DC4; }
a { background-color: rgb(223,77,196); }
div.DivClassName
{
background-color: #DF4DC4;
}
.BgClassName
{
background-color: #DF4DC4;
}
</style>
border-color css
<style>
span { border-color: #DF4DC4; }
span { border-color: rgb(223,77,196); }
td.TdClassName
{
border-color: #DF4DC4;
}
.TagClassName
{
border-color: #DF4DC4;
}
</style>