Html Css Color HEX #DF43D0 Free Speech Magenta
📋 copy color: '#DF43D0'red 223 ◦ green 67 ◦ blue 208
Shades of Free Speech Magenta #DF43D0
Tints of Free Speech Magenta #DF43D0
RGB
CMYK
RGB Variations
Color information
#DF43D0 (or 0xDF43D0) is known color: Free Speech Magenta. HEX triplet: DF, 43 and D0. RGB value is (223,67,208). Sum of RGB (Red+Green+Blue) = 223+67+208=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 67 (26.56% from 255 or 13.45% from 498); Blue value is 208 (81.64% from 255 or 41.77% from 498); Max value from RGB is 223 - color contains mainly: red. Hex color #DF43D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF43D0 is #20BC2F. Grayscale: #818181. Windows color (decimal): -2145328 or 13648863. OLE color: 13648863.
HSL color Cylindrical-coordinate representation of color #DF43D0: hue angle of 305.77º 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 #DF43D0 is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 67 | 208 | - |
| CMYK | 0 | 0.70 | 0.07 | 0.13 |
| HSL | 305.77º | 0.71% | 0.57% | - |
| HSV(B) | 305.77º | 0.7% | 0.87% | - |
| XYZ | 43.82 | 24.26 | 62.05 | - |
| YUV | 129.72 | 172.18 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 67 | 208 | 0 | 0.70 | 0.07 | 0.13 | 305.77 | 0.71 | 0.57 |
| Hex | DF | 43 | D0 | 0 | 46 | 7 | D | 132 | 47 | 39 |
| Octal | 337 | 103 | 320 | 0 | 106 | 7 | 15 | 462 | 107 | 71 |
| Binary | 11011111 | 1000011 | 11010000 | 0 | 1000110 | 111 | 1101 | 100110010 | 1000111 | 111001 |
Color Harmonies of #DF43D0
Complementary color
Monochromatic Colors of #DF43D0
Black with #DF43D0
Text Example
Text Example
White with #DF43D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF43D0; }
p { color: rgb(223,67,208); }
H1.HeaderClassName
{
color: #DF43D0;
}
.AnyTagClassName
{
color: #DF43D0;
}
</style>
background-color css
<style>
a { background-color: #DF43D0; }
a { background-color: rgb(223,67,208); }
div.DivClassName
{
background-color: #DF43D0;
}
.BgClassName
{
background-color: #DF43D0;
}
</style>
border-color css
<style>
span { border-color: #DF43D0; }
span { border-color: rgb(223,67,208); }
td.TdClassName
{
border-color: #DF43D0;
}
.TagClassName
{
border-color: #DF43D0;
}
</style>