Html Css Color HEX #DF43DD Free Speech Magenta
📋 copy color: '#DF43DD'red 223 ◦ green 67 ◦ blue 221
Shades of Free Speech Magenta #DF43DD
Tints of Free Speech Magenta #DF43DD
RGB
CMYK
RGB Variations
Color information
#DF43DD (or 0xDF43DD) is known color: Free Speech Magenta. HEX triplet: DF, 43 and DD. RGB value is (223,67,221). Sum of RGB (Red+Green+Blue) = 223+67+221=511 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.64% from 511); Green value is 67 (26.56% from 255 or 13.11% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 223 - color contains mainly: red. Hex color #DF43DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF43DD is #20BC22. Grayscale: #828282. Windows color (decimal): -2145315 or 14500831. OLE color: 14500831.
HSL color Cylindrical-coordinate representation of color #DF43DD: hue angle of 300.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 #DF43DD is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 67 | 221 | - |
| CMYK | 0 | 0.70 | 0.01 | 0.13 |
| HSL | 300.77º | 0.71% | 0.57% | - |
| HSV(B) | 300.77º | 0.7% | 0.87% | - |
| XYZ | 45.49 | 24.92 | 70.82 | - |
| YUV | 131.2 | 178.68 | 193.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 67 | 221 | 0 | 0.70 | 0.01 | 0.13 | 300.77 | 0.71 | 0.57 |
| Hex | DF | 43 | DD | 0 | 46 | 1 | D | 12D | 47 | 39 |
| Octal | 337 | 103 | 335 | 0 | 106 | 1 | 15 | 455 | 107 | 71 |
| Binary | 11011111 | 1000011 | 11011101 | 0 | 1000110 | 1 | 1101 | 100101101 | 1000111 | 111001 |
Color Harmonies of #DF43DD
Complementary color
Monochromatic Colors of #DF43DD
Black with #DF43DD
Text Example
Text Example
White with #DF43DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF43DD; }
p { color: rgb(223,67,221); }
H1.HeaderClassName
{
color: #DF43DD;
}
.AnyTagClassName
{
color: #DF43DD;
}
</style>
background-color css
<style>
a { background-color: #DF43DD; }
a { background-color: rgb(223,67,221); }
div.DivClassName
{
background-color: #DF43DD;
}
.BgClassName
{
background-color: #DF43DD;
}
</style>
border-color css
<style>
span { border-color: #DF43DD; }
span { border-color: rgb(223,67,221); }
td.TdClassName
{
border-color: #DF43DD;
}
.TagClassName
{
border-color: #DF43DD;
}
</style>