Html Css Color HEX #DC5EE0 Free Speech Magenta
📋 copy color: '#DC5EE0'red 220 ◦ green 94 ◦ blue 224
Shades of Free Speech Magenta #DC5EE0
Tints of Free Speech Magenta #DC5EE0
RGB
CMYK
RGB Variations
Color information
#DC5EE0 (or 0xDC5EE0) is known color: Free Speech Magenta. HEX triplet: DC, 5E and E0. RGB value is (220,94,224). Sum of RGB (Red+Green+Blue) = 220+94+224=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 94 (37.11% from 255 or 17.47% from 538); Blue value is 224 (87.89% from 255 or 41.64% from 538); Max value from RGB is 224 - color contains mainly: blue. Hex color #DC5EE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC5EE0 is #23A11F. Grayscale: #929292. Windows color (decimal): -2335008 or 14704348. OLE color: 14704348.
HSL color Cylindrical-coordinate representation of color #DC5EE0: hue angle of 298.15º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DC5EE0 is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 94 | 224 | - |
| CMYK | 0.02 | 0.58 | 0 | 0.12 |
| HSL | 298.15º | 0.68% | 0.62% | - |
| HSV(B) | 298.15º | 0.58% | 0.88% | - |
| XYZ | 46.97 | 28.6 | 73.57 | - |
| YUV | 146.49 | 171.74 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 94 | 224 | 0.02 | 0.58 | 0 | 0.12 | 298.15 | 0.68 | 0.62 |
| Hex | DC | 5E | E0 | 2 | 3A | 0 | C | 12A | 44 | 3E |
| Octal | 334 | 136 | 340 | 2 | 72 | 0 | 14 | 452 | 104 | 76 |
| Binary | 11011100 | 1011110 | 11100000 | 10 | 111010 | 0 | 1100 | 100101010 | 1000100 | 111110 |
Color Harmonies of #DC5EE0
Complementary color
Monochromatic Colors of #DC5EE0
Black with #DC5EE0
Text Example
Text Example
White with #DC5EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5EE0; }
p { color: rgb(220,94,224); }
H1.HeaderClassName
{
color: #DC5EE0;
}
.AnyTagClassName
{
color: #DC5EE0;
}
</style>
background-color css
<style>
a { background-color: #DC5EE0; }
a { background-color: rgb(220,94,224); }
div.DivClassName
{
background-color: #DC5EE0;
}
.BgClassName
{
background-color: #DC5EE0;
}
</style>
border-color css
<style>
span { border-color: #DC5EE0; }
span { border-color: rgb(220,94,224); }
td.TdClassName
{
border-color: #DC5EE0;
}
.TagClassName
{
border-color: #DC5EE0;
}
</style>