Html Css Color HEX #DF55E1 Free Speech Magenta
📋 copy color: '#DF55E1'red 223 ◦ green 85 ◦ blue 225
Shades of Free Speech Magenta #DF55E1
Tints of Free Speech Magenta #DF55E1
RGB
CMYK
RGB Variations
Color information
#DF55E1 (or 0xDF55E1) is known color: Free Speech Magenta. HEX triplet: DF, 55 and E1. RGB value is (223,85,225). Sum of RGB (Red+Green+Blue) = 223+85+225=533 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.84% from 533); Green value is 85 (33.59% from 255 or 15.95% from 533); Blue value is 225 (88.28% from 255 or 42.21% from 533); Max value from RGB is 225 - color contains mainly: blue. Hex color #DF55E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF55E1 is #20AA1E. Grayscale: #8D8D8D. Windows color (decimal): -2140703 or 14767583. OLE color: 14767583.
HSL color Cylindrical-coordinate representation of color #DF55E1: hue angle of 299.14º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DF55E1 is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 85 | 225 | - |
| CMYK | 0.01 | 0.62 | 0 | 0.12 |
| HSL | 299.14º | 0.7% | 0.61% | - |
| HSV(B) | 299.14º | 0.62% | 0.88% | - |
| XYZ | 47.27 | 27.62 | 74.07 | - |
| YUV | 142.22 | 174.72 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 85 | 225 | 0.01 | 0.62 | 0 | 0.12 | 299.14 | 0.7 | 0.61 |
| Hex | DF | 55 | E1 | 1 | 3E | 0 | C | 12B | 46 | 3D |
| Octal | 337 | 125 | 341 | 1 | 76 | 0 | 14 | 453 | 106 | 75 |
| Binary | 11011111 | 1010101 | 11100001 | 1 | 111110 | 0 | 1100 | 100101011 | 1000110 | 111101 |
Color Harmonies of #DF55E1
Complementary color
Monochromatic Colors of #DF55E1
Black with #DF55E1
Text Example
Text Example
White with #DF55E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF55E1; }
p { color: rgb(223,85,225); }
H1.HeaderClassName
{
color: #DF55E1;
}
.AnyTagClassName
{
color: #DF55E1;
}
</style>
background-color css
<style>
a { background-color: #DF55E1; }
a { background-color: rgb(223,85,225); }
div.DivClassName
{
background-color: #DF55E1;
}
.BgClassName
{
background-color: #DF55E1;
}
</style>
border-color css
<style>
span { border-color: #DF55E1; }
span { border-color: rgb(223,85,225); }
td.TdClassName
{
border-color: #DF55E1;
}
.TagClassName
{
border-color: #DF55E1;
}
</style>