Html Css Color HEX #DF4DC5 Free Speech Magenta
📋 copy color: '#DF4DC5'red 223 ◦ green 77 ◦ blue 197
Shades of Free Speech Magenta #DF4DC5
Tints of Free Speech Magenta #DF4DC5
RGB
CMYK
RGB Variations
Color information
#DF4DC5 (or 0xDF4DC5) is known color: Free Speech Magenta. HEX triplet: DF, 4D and C5. RGB value is (223,77,197). Sum of RGB (Red+Green+Blue) = 223+77+197=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 77 (30.47% from 255 or 15.49% from 497); Blue value is 197 (77.34% from 255 or 39.64% from 497); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4DC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF4DC5 is #20B23A. Grayscale: #868686. Windows color (decimal): -2142779 or 12930527. OLE color: 12930527.
HSL color Cylindrical-coordinate representation of color #DF4DC5: hue angle of 310.68º 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 #DF4DC5 is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 77 | 197 | - |
| CMYK | 0 | 0.65 | 0.12 | 0.13 |
| HSL | 310.68º | 0.7% | 0.59% | - |
| HSV(B) | 310.68º | 0.65% | 0.87% | - |
| XYZ | 43.16 | 25.03 | 55.38 | - |
| YUV | 134.33 | 163.37 | 191.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 77 | 197 | 0 | 0.65 | 0.12 | 0.13 | 310.68 | 0.7 | 0.59 |
| Hex | DF | 4D | C5 | 0 | 41 | C | D | 137 | 46 | 3B |
| Octal | 337 | 115 | 305 | 0 | 101 | 14 | 15 | 467 | 106 | 73 |
| Binary | 11011111 | 1001101 | 11000101 | 0 | 1000001 | 1100 | 1101 | 100110111 | 1000110 | 111011 |
Color Harmonies of #DF4DC5
Complementary color
Monochromatic Colors of #DF4DC5
Black with #DF4DC5
Text Example
Text Example
White with #DF4DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4DC5; }
p { color: rgb(223,77,197); }
H1.HeaderClassName
{
color: #DF4DC5;
}
.AnyTagClassName
{
color: #DF4DC5;
}
</style>
background-color css
<style>
a { background-color: #DF4DC5; }
a { background-color: rgb(223,77,197); }
div.DivClassName
{
background-color: #DF4DC5;
}
.BgClassName
{
background-color: #DF4DC5;
}
</style>
border-color css
<style>
span { border-color: #DF4DC5; }
span { border-color: rgb(223,77,197); }
td.TdClassName
{
border-color: #DF4DC5;
}
.TagClassName
{
border-color: #DF4DC5;
}
</style>