Html Css Color HEX #DC55E9 Free Speech Magenta
📋 copy color: '#DC55E9'red 220 ◦ green 85 ◦ blue 233
Shades of Free Speech Magenta #DC55E9
Tints of Free Speech Magenta #DC55E9
RGB
CMYK
RGB Variations
Color information
#DC55E9 (or 0xDC55E9) is known color: Free Speech Magenta. HEX triplet: DC, 55 and E9. RGB value is (220,85,233). Sum of RGB (Red+Green+Blue) = 220+85+233=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 85 (33.59% from 255 or 15.80% from 538); Blue value is 233 (91.41% from 255 or 43.31% from 538); Max value from RGB is 233 - color contains mainly: blue. Hex color #DC55E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC55E9 is #23AA16. Grayscale: #8D8D8D. Windows color (decimal): -2337303 or 15291868. OLE color: 15291868.
HSL color Cylindrical-coordinate representation of color #DC55E9: hue angle of 294.73º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DC55E9 is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 85 | 233 | - |
| CMYK | 0.06 | 0.64 | 0 | 0.09 |
| HSL | 294.73º | 0.77% | 0.62% | - |
| HSV(B) | 294.73º | 0.64% | 0.91% | - |
| XYZ | 47.47 | 27.6 | 79.92 | - |
| YUV | 142.24 | 179.23 | 183.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 85 | 233 | 0.06 | 0.64 | 0 | 0.09 | 294.73 | 0.77 | 0.62 |
| Hex | DC | 55 | E9 | 6 | 40 | 0 | 9 | 127 | 4D | 3E |
| Octal | 334 | 125 | 351 | 6 | 100 | 0 | 11 | 447 | 115 | 76 |
| Binary | 11011100 | 1010101 | 11101001 | 110 | 1000000 | 0 | 1001 | 100100111 | 1001101 | 111110 |
Color Harmonies of #DC55E9
Complementary color
Monochromatic Colors of #DC55E9
Black with #DC55E9
Text Example
Text Example
White with #DC55E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC55E9; }
p { color: rgb(220,85,233); }
H1.HeaderClassName
{
color: #DC55E9;
}
.AnyTagClassName
{
color: #DC55E9;
}
</style>
background-color css
<style>
a { background-color: #DC55E9; }
a { background-color: rgb(220,85,233); }
div.DivClassName
{
background-color: #DC55E9;
}
.BgClassName
{
background-color: #DC55E9;
}
</style>
border-color css
<style>
span { border-color: #DC55E9; }
span { border-color: rgb(220,85,233); }
td.TdClassName
{
border-color: #DC55E9;
}
.TagClassName
{
border-color: #DC55E9;
}
</style>