Html Css Color HEX #DF3FE7 Free Speech Magenta
📋 copy color: '#DF3FE7'red 223 ◦ green 63 ◦ blue 231
Shades of Free Speech Magenta #DF3FE7
Tints of Free Speech Magenta #DF3FE7
RGB
CMYK
RGB Variations
Color information
#DF3FE7 (or 0xDF3FE7) is known color: Free Speech Magenta. HEX triplet: DF, 3F and E7. RGB value is (223,63,231). Sum of RGB (Red+Green+Blue) = 223+63+231=517 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.13% from 517); Green value is 63 (25% from 255 or 12.19% from 517); Blue value is 231 (90.62% from 255 or 44.68% from 517); Max value from RGB is 231 - color contains mainly: blue. Hex color #DF3FE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF3FE7 is #20C018. Grayscale: #818181. Windows color (decimal): -2146329 or 15155167. OLE color: 15155167.
HSL color Cylindrical-coordinate representation of color #DF3FE7: hue angle of 297.14º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DF3FE7 is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 63 | 231 | - |
| CMYK | 0.03 | 0.73 | 0 | 0.09 |
| HSL | 297.14º | 0.78% | 0.58% | - |
| HSV(B) | 297.14º | 0.73% | 0.91% | - |
| XYZ | 46.63 | 25.01 | 77.97 | - |
| YUV | 129.99 | 185.01 | 194.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 63 | 231 | 0.03 | 0.73 | 0 | 0.09 | 297.14 | 0.78 | 0.58 |
| Hex | DF | 3F | E7 | 3 | 49 | 0 | 9 | 129 | 4E | 3A |
| Octal | 337 | 77 | 347 | 3 | 111 | 0 | 11 | 451 | 116 | 72 |
| Binary | 11011111 | 111111 | 11100111 | 11 | 1001001 | 0 | 1001 | 100101001 | 1001110 | 111010 |
Color Harmonies of #DF3FE7
Complementary color
Monochromatic Colors of #DF3FE7
Black with #DF3FE7
Text Example
Text Example
White with #DF3FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3FE7; }
p { color: rgb(223,63,231); }
H1.HeaderClassName
{
color: #DF3FE7;
}
.AnyTagClassName
{
color: #DF3FE7;
}
</style>
background-color css
<style>
a { background-color: #DF3FE7; }
a { background-color: rgb(223,63,231); }
div.DivClassName
{
background-color: #DF3FE7;
}
.BgClassName
{
background-color: #DF3FE7;
}
</style>
border-color css
<style>
span { border-color: #DF3FE7; }
span { border-color: rgb(223,63,231); }
td.TdClassName
{
border-color: #DF3FE7;
}
.TagClassName
{
border-color: #DF3FE7;
}
</style>