Html Css Color HEX #DF41C8 Free Speech Magenta
📋 copy color: '#DF41C8'red 223 ◦ green 65 ◦ blue 200
Shades of Free Speech Magenta #DF41C8
Tints of Free Speech Magenta #DF41C8
RGB
CMYK
RGB Variations
Color information
#DF41C8 (or 0xDF41C8) is known color: Free Speech Magenta. HEX triplet: DF, 41 and C8. RGB value is (223,65,200). Sum of RGB (Red+Green+Blue) = 223+65+200=488 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.70% from 488); Green value is 65 (25.78% from 255 or 13.32% from 488); Blue value is 200 (78.52% from 255 or 40.98% from 488); Max value from RGB is 223 - color contains mainly: red. Hex color #DF41C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF41C8 is #20BE37. Grayscale: #7F7F7F. Windows color (decimal): -2145848 or 13124063. OLE color: 13124063.
HSL color Cylindrical-coordinate representation of color #DF41C8: hue angle of 308.73º 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 #DF41C8 is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 65 | 200 | - |
| CMYK | 0 | 0.71 | 0.10 | 0.13 |
| HSL | 308.73º | 0.71% | 0.56% | - |
| HSV(B) | 308.73º | 0.71% | 0.87% | - |
| XYZ | 42.75 | 23.64 | 56.95 | - |
| YUV | 127.63 | 168.85 | 196.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 65 | 200 | 0 | 0.71 | 0.10 | 0.13 | 308.73 | 0.71 | 0.56 |
| Hex | DF | 41 | C8 | 0 | 47 | A | D | 135 | 47 | 38 |
| Octal | 337 | 101 | 310 | 0 | 107 | 12 | 15 | 465 | 107 | 70 |
| Binary | 11011111 | 1000001 | 11001000 | 0 | 1000111 | 1010 | 1101 | 100110101 | 1000111 | 111000 |
Color Harmonies of #DF41C8
Complementary color
Monochromatic Colors of #DF41C8
Black with #DF41C8
Text Example
Text Example
White with #DF41C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF41C8; }
p { color: rgb(223,65,200); }
H1.HeaderClassName
{
color: #DF41C8;
}
.AnyTagClassName
{
color: #DF41C8;
}
</style>
background-color css
<style>
a { background-color: #DF41C8; }
a { background-color: rgb(223,65,200); }
div.DivClassName
{
background-color: #DF41C8;
}
.BgClassName
{
background-color: #DF41C8;
}
</style>
border-color css
<style>
span { border-color: #DF41C8; }
span { border-color: rgb(223,65,200); }
td.TdClassName
{
border-color: #DF41C8;
}
.TagClassName
{
border-color: #DF41C8;
}
</style>