Html Css Color HEX #DF54E4 Free Speech Magenta
📋 copy color: '#DF54E4'red 223 ◦ green 84 ◦ blue 228
Shades of Free Speech Magenta #DF54E4
Tints of Free Speech Magenta #DF54E4
RGB
CMYK
RGB Variations
Color information
#DF54E4 (or 0xDF54E4) is known color: Free Speech Magenta. HEX triplet: DF, 54 and E4. RGB value is (223,84,228). Sum of RGB (Red+Green+Blue) = 223+84+228=535 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.68% from 535); Green value is 84 (33.20% from 255 or 15.70% from 535); Blue value is 228 (89.45% from 255 or 42.62% from 535); Max value from RGB is 228 - color contains mainly: blue. Hex color #DF54E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF54E4 is #20AB1B. Grayscale: #8D8D8D. Windows color (decimal): -2140956 or 14963935. OLE color: 14963935.
HSL color Cylindrical-coordinate representation of color #DF54E4: hue angle of 297.92º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DF54E4 is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 84 | 228 | - |
| CMYK | 0.02 | 0.63 | 0 | 0.11 |
| HSL | 297.92º | 0.73% | 0.61% | - |
| HSV(B) | 297.92º | 0.63% | 0.89% | - |
| XYZ | 47.61 | 27.63 | 76.22 | - |
| YUV | 141.98 | 176.55 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 84 | 228 | 0.02 | 0.63 | 0 | 0.11 | 297.92 | 0.73 | 0.61 |
| Hex | DF | 54 | E4 | 2 | 3F | 0 | B | 12A | 49 | 3D |
| Octal | 337 | 124 | 344 | 2 | 77 | 0 | 13 | 452 | 111 | 75 |
| Binary | 11011111 | 1010100 | 11100100 | 10 | 111111 | 0 | 1011 | 100101010 | 1001001 | 111101 |
Color Harmonies of #DF54E4
Complementary color
Monochromatic Colors of #DF54E4
Black with #DF54E4
Text Example
Text Example
White with #DF54E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF54E4; }
p { color: rgb(223,84,228); }
H1.HeaderClassName
{
color: #DF54E4;
}
.AnyTagClassName
{
color: #DF54E4;
}
</style>
background-color css
<style>
a { background-color: #DF54E4; }
a { background-color: rgb(223,84,228); }
div.DivClassName
{
background-color: #DF54E4;
}
.BgClassName
{
background-color: #DF54E4;
}
</style>
border-color css
<style>
span { border-color: #DF54E4; }
span { border-color: rgb(223,84,228); }
td.TdClassName
{
border-color: #DF54E4;
}
.TagClassName
{
border-color: #DF54E4;
}
</style>