Html Css Color HEX #DF4FE5 Free Speech Magenta
📋 copy color: '#DF4FE5'red 223 ◦ green 79 ◦ blue 229
Shades of Free Speech Magenta #DF4FE5
Tints of Free Speech Magenta #DF4FE5
RGB
CMYK
RGB Variations
Color information
#DF4FE5 (or 0xDF4FE5) is known color: Free Speech Magenta. HEX triplet: DF, 4F and E5. RGB value is (223,79,229). Sum of RGB (Red+Green+Blue) = 223+79+229=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 79 (31.25% from 255 or 14.88% from 531); Blue value is 229 (89.84% from 255 or 43.13% from 531); Max value from RGB is 229 - color contains mainly: blue. Hex color #DF4FE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF4FE5 is #20B01A. Grayscale: #8A8A8A. Windows color (decimal): -2142235 or 15028191. OLE color: 15028191.
HSL color Cylindrical-coordinate representation of color #DF4FE5: hue angle of 297.6º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DF4FE5 is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 79 | 229 | - |
| CMYK | 0.03 | 0.66 | 0 | 0.10 |
| HSL | 297.6º | 0.74% | 0.6% | - |
| HSV(B) | 297.6º | 0.66% | 0.9% | - |
| XYZ | 47.37 | 26.94 | 76.83 | - |
| YUV | 139.16 | 178.71 | 187.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 79 | 229 | 0.03 | 0.66 | 0 | 0.10 | 297.6 | 0.74 | 0.6 |
| Hex | DF | 4F | E5 | 3 | 42 | 0 | A | 12A | 4A | 3C |
| Octal | 337 | 117 | 345 | 3 | 102 | 0 | 12 | 452 | 112 | 74 |
| Binary | 11011111 | 1001111 | 11100101 | 11 | 1000010 | 0 | 1010 | 100101010 | 1001010 | 111100 |
Color Harmonies of #DF4FE5
Complementary color
Monochromatic Colors of #DF4FE5
Black with #DF4FE5
Text Example
Text Example
White with #DF4FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4FE5; }
p { color: rgb(223,79,229); }
H1.HeaderClassName
{
color: #DF4FE5;
}
.AnyTagClassName
{
color: #DF4FE5;
}
</style>
background-color css
<style>
a { background-color: #DF4FE5; }
a { background-color: rgb(223,79,229); }
div.DivClassName
{
background-color: #DF4FE5;
}
.BgClassName
{
background-color: #DF4FE5;
}
</style>
border-color css
<style>
span { border-color: #DF4FE5; }
span { border-color: rgb(223,79,229); }
td.TdClassName
{
border-color: #DF4FE5;
}
.TagClassName
{
border-color: #DF4FE5;
}
</style>