Html Css Color HEX #DF46E0 Free Speech Magenta
📋 copy color: '#DF46E0'red 223 ◦ green 70 ◦ blue 224
Shades of Free Speech Magenta #DF46E0
Tints of Free Speech Magenta #DF46E0
RGB
CMYK
RGB Variations
Color information
#DF46E0 (or 0xDF46E0) is known color: Free Speech Magenta. HEX triplet: DF, 46 and E0. RGB value is (223,70,224). Sum of RGB (Red+Green+Blue) = 223+70+224=517 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.13% from 517); Green value is 70 (27.73% from 255 or 13.54% from 517); Blue value is 224 (87.89% from 255 or 43.33% from 517); Max value from RGB is 224 - color contains mainly: blue. Hex color #DF46E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF46E0 is #20B91F. Grayscale: #848484. Windows color (decimal): -2144544 or 14698207. OLE color: 14698207.
HSL color Cylindrical-coordinate representation of color #DF46E0: hue angle of 299.61º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DF46E0 is Cyan = 0.00, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 70 | 224 | - |
| CMYK | 0.00 | 0.69 | 0 | 0.12 |
| HSL | 299.61º | 0.71% | 0.58% | - |
| HSV(B) | 299.61º | 0.69% | 0.88% | - |
| XYZ | 46.08 | 25.45 | 73 | - |
| YUV | 133.3 | 179.19 | 191.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 70 | 224 | 0.00 | 0.69 | 0 | 0.12 | 299.61 | 0.71 | 0.58 |
| Hex | DF | 46 | E0 | 0 | 45 | 0 | C | 12C | 47 | 3A |
| Octal | 337 | 106 | 340 | 0 | 105 | 0 | 14 | 454 | 107 | 72 |
| Binary | 11011111 | 1000110 | 11100000 | 0 | 1000101 | 0 | 1100 | 100101100 | 1000111 | 111010 |
Color Harmonies of #DF46E0
Complementary color
Monochromatic Colors of #DF46E0
Black with #DF46E0
Text Example
Text Example
White with #DF46E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF46E0; }
p { color: rgb(223,70,224); }
H1.HeaderClassName
{
color: #DF46E0;
}
.AnyTagClassName
{
color: #DF46E0;
}
</style>
background-color css
<style>
a { background-color: #DF46E0; }
a { background-color: rgb(223,70,224); }
div.DivClassName
{
background-color: #DF46E0;
}
.BgClassName
{
background-color: #DF46E0;
}
</style>
border-color css
<style>
span { border-color: #DF46E0; }
span { border-color: rgb(223,70,224); }
td.TdClassName
{
border-color: #DF46E0;
}
.TagClassName
{
border-color: #DF46E0;
}
</style>