Html Css Color HEX #DF41D6 Free Speech Magenta
📋 copy color: '#DF41D6'red 223 ◦ green 65 ◦ blue 214
Shades of Free Speech Magenta #DF41D6
Tints of Free Speech Magenta #DF41D6
RGB
CMYK
RGB Variations
Color information
#DF41D6 (or 0xDF41D6) is known color: Free Speech Magenta. HEX triplet: DF, 41 and D6. RGB value is (223,65,214). Sum of RGB (Red+Green+Blue) = 223+65+214=502 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.42% from 502); Green value is 65 (25.78% from 255 or 12.95% from 502); Blue value is 214 (83.98% from 255 or 42.63% from 502); Max value from RGB is 223 - color contains mainly: red. Hex color #DF41D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF41D6 is #20BE29. Grayscale: #808080. Windows color (decimal): -2145834 or 14041567. OLE color: 14041567.
HSL color Cylindrical-coordinate representation of color #DF41D6: hue angle of 303.42º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DF41D6 is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 65 | 214 | - |
| CMYK | 0 | 0.71 | 0.04 | 0.13 |
| HSL | 303.42º | 0.71% | 0.56% | - |
| HSV(B) | 303.42º | 0.71% | 0.87% | - |
| XYZ | 44.46 | 24.32 | 65.97 | - |
| YUV | 129.23 | 175.85 | 194.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 65 | 214 | 0 | 0.71 | 0.04 | 0.13 | 303.42 | 0.71 | 0.56 |
| Hex | DF | 41 | D6 | 0 | 47 | 4 | D | 12F | 47 | 38 |
| Octal | 337 | 101 | 326 | 0 | 107 | 4 | 15 | 457 | 107 | 70 |
| Binary | 11011111 | 1000001 | 11010110 | 0 | 1000111 | 100 | 1101 | 100101111 | 1000111 | 111000 |
Color Harmonies of #DF41D6
Complementary color
Monochromatic Colors of #DF41D6
Black with #DF41D6
Text Example
Text Example
White with #DF41D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF41D6; }
p { color: rgb(223,65,214); }
H1.HeaderClassName
{
color: #DF41D6;
}
.AnyTagClassName
{
color: #DF41D6;
}
</style>
background-color css
<style>
a { background-color: #DF41D6; }
a { background-color: rgb(223,65,214); }
div.DivClassName
{
background-color: #DF41D6;
}
.BgClassName
{
background-color: #DF41D6;
}
</style>
border-color css
<style>
span { border-color: #DF41D6; }
span { border-color: rgb(223,65,214); }
td.TdClassName
{
border-color: #DF41D6;
}
.TagClassName
{
border-color: #DF41D6;
}
</style>