Html Css Color HEX #DF4FE1 Free Speech Magenta
📋 copy color: '#DF4FE1'red 223 ◦ green 79 ◦ blue 225
Shades of Free Speech Magenta #DF4FE1
Tints of Free Speech Magenta #DF4FE1
RGB
CMYK
RGB Variations
Color information
#DF4FE1 (or 0xDF4FE1) is known color: Free Speech Magenta. HEX triplet: DF, 4F and E1. RGB value is (223,79,225). Sum of RGB (Red+Green+Blue) = 223+79+225=527 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.31% from 527); Green value is 79 (31.25% from 255 or 14.99% from 527); Blue value is 225 (88.28% from 255 or 42.69% from 527); Max value from RGB is 225 - color contains mainly: blue. Hex color #DF4FE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF4FE1 is #20B01E. Grayscale: #8A8A8A. Windows color (decimal): -2142239 or 14766047. OLE color: 14766047.
HSL color Cylindrical-coordinate representation of color #DF4FE1: hue angle of 299.18º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DF4FE1 is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 79 | 225 | - |
| CMYK | 0.01 | 0.65 | 0 | 0.12 |
| HSL | 299.18º | 0.71% | 0.6% | - |
| HSV(B) | 299.18º | 0.65% | 0.88% | - |
| XYZ | 46.82 | 26.72 | 73.92 | - |
| YUV | 138.7 | 176.71 | 188.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 79 | 225 | 0.01 | 0.65 | 0 | 0.12 | 299.18 | 0.71 | 0.6 |
| Hex | DF | 4F | E1 | 1 | 41 | 0 | C | 12B | 47 | 3C |
| Octal | 337 | 117 | 341 | 1 | 101 | 0 | 14 | 453 | 107 | 74 |
| Binary | 11011111 | 1001111 | 11100001 | 1 | 1000001 | 0 | 1100 | 100101011 | 1000111 | 111100 |
Color Harmonies of #DF4FE1
Complementary color
Monochromatic Colors of #DF4FE1
Black with #DF4FE1
Text Example
Text Example
White with #DF4FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4FE1; }
p { color: rgb(223,79,225); }
H1.HeaderClassName
{
color: #DF4FE1;
}
.AnyTagClassName
{
color: #DF4FE1;
}
</style>
background-color css
<style>
a { background-color: #DF4FE1; }
a { background-color: rgb(223,79,225); }
div.DivClassName
{
background-color: #DF4FE1;
}
.BgClassName
{
background-color: #DF4FE1;
}
</style>
border-color css
<style>
span { border-color: #DF4FE1; }
span { border-color: rgb(223,79,225); }
td.TdClassName
{
border-color: #DF4FE1;
}
.TagClassName
{
border-color: #DF4FE1;
}
</style>