Html Css Color HEX #DF40E3 Free Speech Magenta
📋 copy color: '#DF40E3'red 223 ◦ green 64 ◦ blue 227
Shades of Free Speech Magenta #DF40E3
Tints of Free Speech Magenta #DF40E3
RGB
CMYK
RGB Variations
Color information
#DF40E3 (or 0xDF40E3) is known color: Free Speech Magenta. HEX triplet: DF, 40 and E3. RGB value is (223,64,227). Sum of RGB (Red+Green+Blue) = 223+64+227=514 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.39% from 514); Green value is 64 (25.39% from 255 or 12.45% from 514); Blue value is 227 (89.06% from 255 or 44.16% from 514); Max value from RGB is 227 - color contains mainly: blue. Hex color #DF40E3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF40E3 is #20BF1C. Grayscale: #818181. Windows color (decimal): -2146077 or 14893279. OLE color: 14893279.
HSL color Cylindrical-coordinate representation of color #DF40E3: hue angle of 298.53º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DF40E3 is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 64 | 227 | - |
| CMYK | 0.02 | 0.72 | 0 | 0.11 |
| HSL | 298.53º | 0.74% | 0.57% | - |
| HSV(B) | 298.53º | 0.72% | 0.89% | - |
| XYZ | 46.13 | 24.9 | 75.05 | - |
| YUV | 130.12 | 182.68 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 64 | 227 | 0.02 | 0.72 | 0 | 0.11 | 298.53 | 0.74 | 0.57 |
| Hex | DF | 40 | E3 | 2 | 48 | 0 | B | 12B | 4A | 39 |
| Octal | 337 | 100 | 343 | 2 | 110 | 0 | 13 | 453 | 112 | 71 |
| Binary | 11011111 | 1000000 | 11100011 | 10 | 1001000 | 0 | 1011 | 100101011 | 1001010 | 111001 |
Color Harmonies of #DF40E3
Complementary color
Monochromatic Colors of #DF40E3
Black with #DF40E3
Text Example
Text Example
White with #DF40E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF40E3; }
p { color: rgb(223,64,227); }
H1.HeaderClassName
{
color: #DF40E3;
}
.AnyTagClassName
{
color: #DF40E3;
}
</style>
background-color css
<style>
a { background-color: #DF40E3; }
a { background-color: rgb(223,64,227); }
div.DivClassName
{
background-color: #DF40E3;
}
.BgClassName
{
background-color: #DF40E3;
}
</style>
border-color css
<style>
span { border-color: #DF40E3; }
span { border-color: rgb(223,64,227); }
td.TdClassName
{
border-color: #DF40E3;
}
.TagClassName
{
border-color: #DF40E3;
}
</style>