Html Css Color HEX #DF46DF Free Speech Magenta
📋 copy color: '#DF46DF'red 223 ◦ green 70 ◦ blue 223
Shades of Free Speech Magenta #DF46DF
Tints of Free Speech Magenta #DF46DF
RGB
CMYK
RGB Variations
Color information
#DF46DF (or 0xDF46DF) is known color: Free Speech Magenta. HEX triplet: DF, 46 and DF. RGB value is (223,70,223). Sum of RGB (Red+Green+Blue) = 223+70+223=516 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.22% from 516); Green value is 70 (27.73% from 255 or 13.57% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DF46DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF46DF is #20B920. Grayscale: #848484. Windows color (decimal): -2144545 or 14632671. OLE color: 14632671.
HSL color Cylindrical-coordinate representation of color #DF46DF: hue angle of 300º 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 #DF46DF is Cyan = 0, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 70 | 223 | - |
| CMYK | 0 | 0.69 | 0 | 0.13 |
| HSL | 300º | 0.71% | 0.57% | - |
| HSV(B) | 300º | 0.69% | 0.87% | - |
| XYZ | 45.94 | 25.4 | 72.29 | - |
| YUV | 133.19 | 178.69 | 192.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 70 | 223 | 0 | 0.69 | 0 | 0.13 | 300 | 0.71 | 0.57 |
| Hex | DF | 46 | DF | 0 | 45 | 0 | D | 12C | 47 | 39 |
| Octal | 337 | 106 | 337 | 0 | 105 | 0 | 15 | 454 | 107 | 71 |
| Binary | 11011111 | 1000110 | 11011111 | 0 | 1000101 | 0 | 1101 | 100101100 | 1000111 | 111001 |
Color Harmonies of #DF46DF
Complementary color
Monochromatic Colors of #DF46DF
Black with #DF46DF
Text Example
Text Example
White with #DF46DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF46DF; }
p { color: rgb(223,70,223); }
H1.HeaderClassName
{
color: #DF46DF;
}
.AnyTagClassName
{
color: #DF46DF;
}
</style>
background-color css
<style>
a { background-color: #DF46DF; }
a { background-color: rgb(223,70,223); }
div.DivClassName
{
background-color: #DF46DF;
}
.BgClassName
{
background-color: #DF46DF;
}
</style>
border-color css
<style>
span { border-color: #DF46DF; }
span { border-color: rgb(223,70,223); }
td.TdClassName
{
border-color: #DF46DF;
}
.TagClassName
{
border-color: #DF46DF;
}
</style>