Html Css Color HEX #DF55EF Free Speech Magenta
📋 copy color: '#DF55EF'red 223 ◦ green 85 ◦ blue 239
Shades of Free Speech Magenta #DF55EF
Tints of Free Speech Magenta #DF55EF
RGB
CMYK
RGB Variations
Color information
#DF55EF (or 0xDF55EF) is known color: Free Speech Magenta. HEX triplet: DF, 55 and EF. RGB value is (223,85,239). Sum of RGB (Red+Green+Blue) = 223+85+239=547 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.77% from 547); Green value is 85 (33.59% from 255 or 15.54% from 547); Blue value is 239 (93.75% from 255 or 43.69% from 547); Max value from RGB is 239 - color contains mainly: blue. Hex color #DF55EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF55EF is #20AA10. Grayscale: #8F8F8F. Windows color (decimal): -2140689 or 15685087. OLE color: 15685087.
HSL color Cylindrical-coordinate representation of color #DF55EF: hue angle of 293.77º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DF55EF is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 85 | 239 | - |
| CMYK | 0.07 | 0.64 | 0 | 0.06 |
| HSL | 293.77º | 0.83% | 0.64% | - |
| HSV(B) | 293.77º | 0.64% | 0.94% | - |
| XYZ | 49.26 | 28.42 | 84.55 | - |
| YUV | 143.82 | 181.72 | 184.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 85 | 239 | 0.07 | 0.64 | 0 | 0.06 | 293.77 | 0.83 | 0.64 |
| Hex | DF | 55 | EF | 7 | 40 | 0 | 6 | 126 | 53 | 40 |
| Octal | 337 | 125 | 357 | 7 | 100 | 0 | 6 | 446 | 123 | 100 |
| Binary | 11011111 | 1010101 | 11101111 | 111 | 1000000 | 0 | 110 | 100100110 | 1010011 | 1000000 |
Color Harmonies of #DF55EF
Complementary color
Monochromatic Colors of #DF55EF
Black with #DF55EF
Text Example
Text Example
White with #DF55EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF55EF; }
p { color: rgb(223,85,239); }
H1.HeaderClassName
{
color: #DF55EF;
}
.AnyTagClassName
{
color: #DF55EF;
}
</style>
background-color css
<style>
a { background-color: #DF55EF; }
a { background-color: rgb(223,85,239); }
div.DivClassName
{
background-color: #DF55EF;
}
.BgClassName
{
background-color: #DF55EF;
}
</style>
border-color css
<style>
span { border-color: #DF55EF; }
span { border-color: rgb(223,85,239); }
td.TdClassName
{
border-color: #DF55EF;
}
.TagClassName
{
border-color: #DF55EF;
}
</style>