Html Css Color HEX #DF41D0 Free Speech Magenta
📋 copy color: '#DF41D0'red 223 ◦ green 65 ◦ blue 208
Shades of Free Speech Magenta #DF41D0
Tints of Free Speech Magenta #DF41D0
RGB
CMYK
RGB Variations
Color information
#DF41D0 (or 0xDF41D0) is known color: Free Speech Magenta. HEX triplet: DF, 41 and D0. RGB value is (223,65,208). Sum of RGB (Red+Green+Blue) = 223+65+208=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 65 (25.78% from 255 or 13.10% from 496); Blue value is 208 (81.64% from 255 or 41.94% from 496); Max value from RGB is 223 - color contains mainly: red. Hex color #DF41D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF41D0 is #20BE2F. Grayscale: #808080. Windows color (decimal): -2145840 or 13648351. OLE color: 13648351.
HSL color Cylindrical-coordinate representation of color #DF41D0: hue angle of 305.7º 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 #DF41D0 is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 65 | 208 | - |
| CMYK | 0 | 0.71 | 0.07 | 0.13 |
| HSL | 305.7º | 0.71% | 0.56% | - |
| HSV(B) | 305.7º | 0.71% | 0.87% | - |
| XYZ | 43.71 | 24.02 | 62.01 | - |
| YUV | 128.54 | 172.85 | 195.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 65 | 208 | 0 | 0.71 | 0.07 | 0.13 | 305.7 | 0.71 | 0.56 |
| Hex | DF | 41 | D0 | 0 | 47 | 7 | D | 132 | 47 | 38 |
| Octal | 337 | 101 | 320 | 0 | 107 | 7 | 15 | 462 | 107 | 70 |
| Binary | 11011111 | 1000001 | 11010000 | 0 | 1000111 | 111 | 1101 | 100110010 | 1000111 | 111000 |
Color Harmonies of #DF41D0
Complementary color
Monochromatic Colors of #DF41D0
Black with #DF41D0
Text Example
Text Example
White with #DF41D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF41D0; }
p { color: rgb(223,65,208); }
H1.HeaderClassName
{
color: #DF41D0;
}
.AnyTagClassName
{
color: #DF41D0;
}
</style>
background-color css
<style>
a { background-color: #DF41D0; }
a { background-color: rgb(223,65,208); }
div.DivClassName
{
background-color: #DF41D0;
}
.BgClassName
{
background-color: #DF41D0;
}
</style>
border-color css
<style>
span { border-color: #DF41D0; }
span { border-color: rgb(223,65,208); }
td.TdClassName
{
border-color: #DF41D0;
}
.TagClassName
{
border-color: #DF41D0;
}
</style>