Html Css Color HEX #DF43DF Free Speech Magenta
📋 copy color: '#DF43DF'red 223 ◦ green 67 ◦ blue 223
Shades of Free Speech Magenta #DF43DF
Tints of Free Speech Magenta #DF43DF
RGB
CMYK
RGB Variations
Color information
#DF43DF (or 0xDF43DF) is known color: Free Speech Magenta. HEX triplet: DF, 43 and DF. RGB value is (223,67,223). Sum of RGB (Red+Green+Blue) = 223+67+223=513 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.47% from 513); Green value is 67 (26.56% from 255 or 13.06% from 513); Blue value is 223 (87.5% from 255 or 43.47% from 513); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DF43DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF43DF is #20BC20. Grayscale: #828282. Windows color (decimal): -2145313 or 14631903. OLE color: 14631903.
HSL color Cylindrical-coordinate representation of color #DF43DF: hue angle of 300º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DF43DF is Cyan = 0, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 67 | 223 | - |
| CMYK | 0 | 0.70 | 0 | 0.13 |
| HSL | 300º | 0.71% | 0.57% | - |
| HSV(B) | 300º | 0.7% | 0.87% | - |
| XYZ | 45.76 | 25.03 | 72.23 | - |
| YUV | 131.43 | 179.68 | 193.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 67 | 223 | 0 | 0.70 | 0 | 0.13 | 300 | 0.71 | 0.57 |
| Hex | DF | 43 | DF | 0 | 46 | 0 | D | 12C | 47 | 39 |
| Octal | 337 | 103 | 337 | 0 | 106 | 0 | 15 | 454 | 107 | 71 |
| Binary | 11011111 | 1000011 | 11011111 | 0 | 1000110 | 0 | 1101 | 100101100 | 1000111 | 111001 |
Color Harmonies of #DF43DF
Complementary color
Monochromatic Colors of #DF43DF
Black with #DF43DF
Text Example
Text Example
White with #DF43DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF43DF; }
p { color: rgb(223,67,223); }
H1.HeaderClassName
{
color: #DF43DF;
}
.AnyTagClassName
{
color: #DF43DF;
}
</style>
background-color css
<style>
a { background-color: #DF43DF; }
a { background-color: rgb(223,67,223); }
div.DivClassName
{
background-color: #DF43DF;
}
.BgClassName
{
background-color: #DF43DF;
}
</style>
border-color css
<style>
span { border-color: #DF43DF; }
span { border-color: rgb(223,67,223); }
td.TdClassName
{
border-color: #DF43DF;
}
.TagClassName
{
border-color: #DF43DF;
}
</style>