Html Css Color HEX #DF55E3 Free Speech Magenta
📋 copy color: '#DF55E3'red 223 ◦ green 85 ◦ blue 227
Shades of Free Speech Magenta #DF55E3
Tints of Free Speech Magenta #DF55E3
RGB
CMYK
RGB Variations
Color information
#DF55E3 (or 0xDF55E3) is known color: Free Speech Magenta. HEX triplet: DF, 55 and E3. RGB value is (223,85,227). Sum of RGB (Red+Green+Blue) = 223+85+227=535 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.68% from 535); Green value is 85 (33.59% from 255 or 15.89% from 535); Blue value is 227 (89.06% from 255 or 42.43% from 535); Max value from RGB is 227 - color contains mainly: blue. Hex color #DF55E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF55E3 is #20AA1C. Grayscale: #8E8E8E. Windows color (decimal): -2140701 or 14898655. OLE color: 14898655.
HSL color Cylindrical-coordinate representation of color #DF55E3: hue angle of 298.31º degrees, saturation: 0.72, 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 #DF55E3 is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 85 | 227 | - |
| CMYK | 0.02 | 0.63 | 0 | 0.11 |
| HSL | 298.31º | 0.72% | 0.61% | - |
| HSV(B) | 298.31º | 0.63% | 0.89% | - |
| XYZ | 47.55 | 27.73 | 75.52 | - |
| YUV | 142.45 | 175.72 | 185.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 85 | 227 | 0.02 | 0.63 | 0 | 0.11 | 298.31 | 0.72 | 0.61 |
| Hex | DF | 55 | E3 | 2 | 3F | 0 | B | 12A | 48 | 3D |
| Octal | 337 | 125 | 343 | 2 | 77 | 0 | 13 | 452 | 110 | 75 |
| Binary | 11011111 | 1010101 | 11100011 | 10 | 111111 | 0 | 1011 | 100101010 | 1001000 | 111101 |
Color Harmonies of #DF55E3
Complementary color
Monochromatic Colors of #DF55E3
Black with #DF55E3
Text Example
Text Example
White with #DF55E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF55E3; }
p { color: rgb(223,85,227); }
H1.HeaderClassName
{
color: #DF55E3;
}
.AnyTagClassName
{
color: #DF55E3;
}
</style>
background-color css
<style>
a { background-color: #DF55E3; }
a { background-color: rgb(223,85,227); }
div.DivClassName
{
background-color: #DF55E3;
}
.BgClassName
{
background-color: #DF55E3;
}
</style>
border-color css
<style>
span { border-color: #DF55E3; }
span { border-color: rgb(223,85,227); }
td.TdClassName
{
border-color: #DF55E3;
}
.TagClassName
{
border-color: #DF55E3;
}
</style>