Html Css Color HEX #DF55E5 Free Speech Magenta
📋 copy color: '#DF55E5'red 223 ◦ green 85 ◦ blue 229
Shades of Free Speech Magenta #DF55E5
Tints of Free Speech Magenta #DF55E5
RGB
CMYK
RGB Variations
Color information
#DF55E5 (or 0xDF55E5) is known color: Free Speech Magenta. HEX triplet: DF, 55 and E5. RGB value is (223,85,229). Sum of RGB (Red+Green+Blue) = 223+85+229=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 85 (33.59% from 255 or 15.83% from 537); Blue value is 229 (89.84% from 255 or 42.64% from 537); Max value from RGB is 229 - color contains mainly: blue. Hex color #DF55E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF55E5 is #20AA1A. Grayscale: #8E8E8E. Windows color (decimal): -2140699 or 15029727. OLE color: 15029727.
HSL color Cylindrical-coordinate representation of color #DF55E5: hue angle of 297.5º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DF55E5 is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 85 | 229 | - |
| CMYK | 0.03 | 0.63 | 0 | 0.10 |
| HSL | 297.5º | 0.73% | 0.62% | - |
| HSV(B) | 297.5º | 0.63% | 0.9% | - |
| XYZ | 47.82 | 27.84 | 76.98 | - |
| YUV | 142.68 | 176.72 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 85 | 229 | 0.03 | 0.63 | 0 | 0.10 | 297.5 | 0.73 | 0.62 |
| Hex | DF | 55 | E5 | 3 | 3F | 0 | A | 12A | 49 | 3E |
| Octal | 337 | 125 | 345 | 3 | 77 | 0 | 12 | 452 | 111 | 76 |
| Binary | 11011111 | 1010101 | 11100101 | 11 | 111111 | 0 | 1010 | 100101010 | 1001001 | 111110 |
Color Harmonies of #DF55E5
Complementary color
Monochromatic Colors of #DF55E5
Black with #DF55E5
Text Example
Text Example
White with #DF55E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF55E5; }
p { color: rgb(223,85,229); }
H1.HeaderClassName
{
color: #DF55E5;
}
.AnyTagClassName
{
color: #DF55E5;
}
</style>
background-color css
<style>
a { background-color: #DF55E5; }
a { background-color: rgb(223,85,229); }
div.DivClassName
{
background-color: #DF55E5;
}
.BgClassName
{
background-color: #DF55E5;
}
</style>
border-color css
<style>
span { border-color: #DF55E5; }
span { border-color: rgb(223,85,229); }
td.TdClassName
{
border-color: #DF55E5;
}
.TagClassName
{
border-color: #DF55E5;
}
</style>