Html Css Color HEX #DF4EE5 Free Speech Magenta
📋 copy color: '#DF4EE5'red 223 ◦ green 78 ◦ blue 229
Shades of Free Speech Magenta #DF4EE5
Tints of Free Speech Magenta #DF4EE5
RGB
CMYK
RGB Variations
Color information
#DF4EE5 (or 0xDF4EE5) is known color: Free Speech Magenta. HEX triplet: DF, 4E and E5. RGB value is (223,78,229). Sum of RGB (Red+Green+Blue) = 223+78+229=530 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.08% from 530); Green value is 78 (30.86% from 255 or 14.72% from 530); Blue value is 229 (89.84% from 255 or 43.21% from 530); Max value from RGB is 229 - color contains mainly: blue. Hex color #DF4EE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF4EE5 is #20B11A. Grayscale: #8A8A8A. Windows color (decimal): -2142491 or 15027935. OLE color: 15027935.
HSL color Cylindrical-coordinate representation of color #DF4EE5: hue angle of 297.62º 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 #DF4EE5 is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 78 | 229 | - |
| CMYK | 0.03 | 0.66 | 0 | 0.10 |
| HSL | 297.62º | 0.74% | 0.6% | - |
| HSV(B) | 297.62º | 0.66% | 0.9% | - |
| XYZ | 47.3 | 26.79 | 76.81 | - |
| YUV | 138.57 | 179.04 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 78 | 229 | 0.03 | 0.66 | 0 | 0.10 | 297.62 | 0.74 | 0.6 |
| Hex | DF | 4E | E5 | 3 | 42 | 0 | A | 12A | 4A | 3C |
| Octal | 337 | 116 | 345 | 3 | 102 | 0 | 12 | 452 | 112 | 74 |
| Binary | 11011111 | 1001110 | 11100101 | 11 | 1000010 | 0 | 1010 | 100101010 | 1001010 | 111100 |
Color Harmonies of #DF4EE5
Complementary color
Monochromatic Colors of #DF4EE5
Black with #DF4EE5
Text Example
Text Example
White with #DF4EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4EE5; }
p { color: rgb(223,78,229); }
H1.HeaderClassName
{
color: #DF4EE5;
}
.AnyTagClassName
{
color: #DF4EE5;
}
</style>
background-color css
<style>
a { background-color: #DF4EE5; }
a { background-color: rgb(223,78,229); }
div.DivClassName
{
background-color: #DF4EE5;
}
.BgClassName
{
background-color: #DF4EE5;
}
</style>
border-color css
<style>
span { border-color: #DF4EE5; }
span { border-color: rgb(223,78,229); }
td.TdClassName
{
border-color: #DF4EE5;
}
.TagClassName
{
border-color: #DF4EE5;
}
</style>