Html Css Color HEX #DF41C2 Free Speech Magenta
📋 copy color: '#DF41C2'red 223 ◦ green 65 ◦ blue 194
Shades of Free Speech Magenta #DF41C2
Tints of Free Speech Magenta #DF41C2
RGB
CMYK
RGB Variations
Color information
#DF41C2 (or 0xDF41C2) is known color: Free Speech Magenta. HEX triplet: DF, 41 and C2. RGB value is (223,65,194). Sum of RGB (Red+Green+Blue) = 223+65+194=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 65 (25.78% from 255 or 13.49% from 482); Blue value is 194 (76.17% from 255 or 40.25% from 482); Max value from RGB is 223 - color contains mainly: red. Hex color #DF41C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF41C2 is #20BE3D. Grayscale: #7E7E7E. Windows color (decimal): -2145854 or 12730847. OLE color: 12730847.
HSL color Cylindrical-coordinate representation of color #DF41C2: hue angle of 311.01º 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 #DF41C2 is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 65 | 194 | - |
| CMYK | 0 | 0.71 | 0.13 | 0.13 |
| HSL | 311.01º | 0.71% | 0.56% | - |
| HSV(B) | 311.01º | 0.71% | 0.87% | - |
| XYZ | 42.06 | 23.36 | 53.33 | - |
| YUV | 126.95 | 165.85 | 196.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 65 | 194 | 0 | 0.71 | 0.13 | 0.13 | 311.01 | 0.71 | 0.56 |
| Hex | DF | 41 | C2 | 0 | 47 | D | D | 137 | 47 | 38 |
| Octal | 337 | 101 | 302 | 0 | 107 | 15 | 15 | 467 | 107 | 70 |
| Binary | 11011111 | 1000001 | 11000010 | 0 | 1000111 | 1101 | 1101 | 100110111 | 1000111 | 111000 |
Color Harmonies of #DF41C2
Complementary color
Monochromatic Colors of #DF41C2
Black with #DF41C2
Text Example
Text Example
White with #DF41C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF41C2; }
p { color: rgb(223,65,194); }
H1.HeaderClassName
{
color: #DF41C2;
}
.AnyTagClassName
{
color: #DF41C2;
}
</style>
background-color css
<style>
a { background-color: #DF41C2; }
a { background-color: rgb(223,65,194); }
div.DivClassName
{
background-color: #DF41C2;
}
.BgClassName
{
background-color: #DF41C2;
}
</style>
border-color css
<style>
span { border-color: #DF41C2; }
span { border-color: rgb(223,65,194); }
td.TdClassName
{
border-color: #DF41C2;
}
.TagClassName
{
border-color: #DF41C2;
}
</style>