Html Css Color HEX #DF4FDF Free Speech Magenta
📋 copy color: '#DF4FDF'red 223 ◦ green 79 ◦ blue 223
Shades of Free Speech Magenta #DF4FDF
Tints of Free Speech Magenta #DF4FDF
RGB
CMYK
RGB Variations
Color information
#DF4FDF (or 0xDF4FDF) is known color: Free Speech Magenta. HEX triplet: DF, 4F and DF. RGB value is (223,79,223). Sum of RGB (Red+Green+Blue) = 223+79+223=525 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.48% from 525); Green value is 79 (31.25% from 255 or 15.05% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DF4FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF4FDF is #20B020. Grayscale: #8A8A8A. Windows color (decimal): -2142241 or 14634975. OLE color: 14634975.
HSL color Cylindrical-coordinate representation of color #DF4FDF: hue angle of 300º degrees, saturation: 0.69, 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 #DF4FDF is Cyan = 0, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 79 | 223 | - |
| CMYK | 0 | 0.65 | 0 | 0.13 |
| HSL | 300º | 0.69% | 0.59% | - |
| HSV(B) | 300º | 0.65% | 0.87% | - |
| XYZ | 46.55 | 26.61 | 72.49 | - |
| YUV | 138.47 | 175.71 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 79 | 223 | 0 | 0.65 | 0 | 0.13 | 300 | 0.69 | 0.59 |
| Hex | DF | 4F | DF | 0 | 41 | 0 | D | 12C | 45 | 3B |
| Octal | 337 | 117 | 337 | 0 | 101 | 0 | 15 | 454 | 105 | 73 |
| Binary | 11011111 | 1001111 | 11011111 | 0 | 1000001 | 0 | 1101 | 100101100 | 1000101 | 111011 |
Color Harmonies of #DF4FDF
Complementary color
Monochromatic Colors of #DF4FDF
Black with #DF4FDF
Text Example
Text Example
White with #DF4FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4FDF; }
p { color: rgb(223,79,223); }
H1.HeaderClassName
{
color: #DF4FDF;
}
.AnyTagClassName
{
color: #DF4FDF;
}
</style>
background-color css
<style>
a { background-color: #DF4FDF; }
a { background-color: rgb(223,79,223); }
div.DivClassName
{
background-color: #DF4FDF;
}
.BgClassName
{
background-color: #DF4FDF;
}
</style>
border-color css
<style>
span { border-color: #DF4FDF; }
span { border-color: rgb(223,79,223); }
td.TdClassName
{
border-color: #DF4FDF;
}
.TagClassName
{
border-color: #DF4FDF;
}
</style>