Html Css Color HEX #DF46DC Free Speech Magenta
📋 copy color: '#DF46DC'red 223 ◦ green 70 ◦ blue 220
Shades of Free Speech Magenta #DF46DC
Tints of Free Speech Magenta #DF46DC
RGB
CMYK
RGB Variations
Color information
#DF46DC (or 0xDF46DC) is known color: Free Speech Magenta. HEX triplet: DF, 46 and DC. RGB value is (223,70,220). Sum of RGB (Red+Green+Blue) = 223+70+220=513 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.47% from 513); Green value is 70 (27.73% from 255 or 13.65% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 223 - color contains mainly: red. Hex color #DF46DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF46DC is #20B923. Grayscale: #848484. Windows color (decimal): -2144548 or 14436063. OLE color: 14436063.
HSL color Cylindrical-coordinate representation of color #DF46DC: hue angle of 301.18º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DF46DC is Cyan = 0, Magento = 0.69, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 70 | 220 | - |
| CMYK | 0 | 0.69 | 0.01 | 0.13 |
| HSL | 301.18º | 0.71% | 0.57% | - |
| HSV(B) | 301.18º | 0.69% | 0.87% | - |
| XYZ | 45.54 | 25.24 | 70.18 | - |
| YUV | 132.85 | 177.19 | 192.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 70 | 220 | 0 | 0.69 | 0.01 | 0.13 | 301.18 | 0.71 | 0.57 |
| Hex | DF | 46 | DC | 0 | 45 | 1 | D | 12D | 47 | 39 |
| Octal | 337 | 106 | 334 | 0 | 105 | 1 | 15 | 455 | 107 | 71 |
| Binary | 11011111 | 1000110 | 11011100 | 0 | 1000101 | 1 | 1101 | 100101101 | 1000111 | 111001 |
Color Harmonies of #DF46DC
Complementary color
Monochromatic Colors of #DF46DC
Black with #DF46DC
Text Example
Text Example
White with #DF46DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF46DC; }
p { color: rgb(223,70,220); }
H1.HeaderClassName
{
color: #DF46DC;
}
.AnyTagClassName
{
color: #DF46DC;
}
</style>
background-color css
<style>
a { background-color: #DF46DC; }
a { background-color: rgb(223,70,220); }
div.DivClassName
{
background-color: #DF46DC;
}
.BgClassName
{
background-color: #DF46DC;
}
</style>
border-color css
<style>
span { border-color: #DF46DC; }
span { border-color: rgb(223,70,220); }
td.TdClassName
{
border-color: #DF46DC;
}
.TagClassName
{
border-color: #DF46DC;
}
</style>