Html Css Color HEX #DF41CE Free Speech Magenta
📋 copy color: '#DF41CE'red 223 ◦ green 65 ◦ blue 206
Shades of Free Speech Magenta #DF41CE
Tints of Free Speech Magenta #DF41CE
RGB
CMYK
RGB Variations
Color information
#DF41CE (or 0xDF41CE) is known color: Free Speech Magenta. HEX triplet: DF, 41 and CE. RGB value is (223,65,206). Sum of RGB (Red+Green+Blue) = 223+65+206=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 65 (25.78% from 255 or 13.16% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 223 - color contains mainly: red. Hex color #DF41CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF41CE is #20BE31. Grayscale: #7F7F7F. Windows color (decimal): -2145842 or 13517279. OLE color: 13517279.
HSL color Cylindrical-coordinate representation of color #DF41CE: hue angle of 306.46º 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 #DF41CE is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 65 | 206 | - |
| CMYK | 0 | 0.71 | 0.08 | 0.13 |
| HSL | 306.46º | 0.71% | 0.56% | - |
| HSV(B) | 306.46º | 0.71% | 0.87% | - |
| XYZ | 43.46 | 23.92 | 60.72 | - |
| YUV | 128.32 | 171.85 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 65 | 206 | 0 | 0.71 | 0.08 | 0.13 | 306.46 | 0.71 | 0.56 |
| Hex | DF | 41 | CE | 0 | 47 | 8 | D | 132 | 47 | 38 |
| Octal | 337 | 101 | 316 | 0 | 107 | 10 | 15 | 462 | 107 | 70 |
| Binary | 11011111 | 1000001 | 11001110 | 0 | 1000111 | 1000 | 1101 | 100110010 | 1000111 | 111000 |
Color Harmonies of #DF41CE
Complementary color
Monochromatic Colors of #DF41CE
Black with #DF41CE
Text Example
Text Example
White with #DF41CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF41CE; }
p { color: rgb(223,65,206); }
H1.HeaderClassName
{
color: #DF41CE;
}
.AnyTagClassName
{
color: #DF41CE;
}
</style>
background-color css
<style>
a { background-color: #DF41CE; }
a { background-color: rgb(223,65,206); }
div.DivClassName
{
background-color: #DF41CE;
}
.BgClassName
{
background-color: #DF41CE;
}
</style>
border-color css
<style>
span { border-color: #DF41CE; }
span { border-color: rgb(223,65,206); }
td.TdClassName
{
border-color: #DF41CE;
}
.TagClassName
{
border-color: #DF41CE;
}
</style>