Html Css Color HEX #DC55E7 Free Speech Magenta
📋 copy color: '#DC55E7'red 220 ◦ green 85 ◦ blue 231
Shades of Free Speech Magenta #DC55E7
Tints of Free Speech Magenta #DC55E7
RGB
CMYK
RGB Variations
Color information
#DC55E7 (or 0xDC55E7) is known color: Free Speech Magenta. HEX triplet: DC, 55 and E7. RGB value is (220,85,231). Sum of RGB (Red+Green+Blue) = 220+85+231=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 85 (33.59% from 255 or 15.86% from 536); Blue value is 231 (90.62% from 255 or 43.10% from 536); Max value from RGB is 231 - color contains mainly: blue. Hex color #DC55E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC55E7 is #23AA18. Grayscale: #8D8D8D. Windows color (decimal): -2337305 or 15160796. OLE color: 15160796.
HSL color Cylindrical-coordinate representation of color #DC55E7: hue angle of 295.48º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC55E7 is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 85 | 231 | - |
| CMYK | 0.05 | 0.63 | 0 | 0.09 |
| HSL | 295.48º | 0.75% | 0.62% | - |
| HSV(B) | 295.48º | 0.63% | 0.91% | - |
| XYZ | 47.19 | 27.48 | 78.42 | - |
| YUV | 142.01 | 178.23 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 85 | 231 | 0.05 | 0.63 | 0 | 0.09 | 295.48 | 0.75 | 0.62 |
| Hex | DC | 55 | E7 | 5 | 3F | 0 | 9 | 127 | 4B | 3E |
| Octal | 334 | 125 | 347 | 5 | 77 | 0 | 11 | 447 | 113 | 76 |
| Binary | 11011100 | 1010101 | 11100111 | 101 | 111111 | 0 | 1001 | 100100111 | 1001011 | 111110 |
Color Harmonies of #DC55E7
Complementary color
Monochromatic Colors of #DC55E7
Black with #DC55E7
Text Example
Text Example
White with #DC55E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC55E7; }
p { color: rgb(220,85,231); }
H1.HeaderClassName
{
color: #DC55E7;
}
.AnyTagClassName
{
color: #DC55E7;
}
</style>
background-color css
<style>
a { background-color: #DC55E7; }
a { background-color: rgb(220,85,231); }
div.DivClassName
{
background-color: #DC55E7;
}
.BgClassName
{
background-color: #DC55E7;
}
</style>
border-color css
<style>
span { border-color: #DC55E7; }
span { border-color: rgb(220,85,231); }
td.TdClassName
{
border-color: #DC55E7;
}
.TagClassName
{
border-color: #DC55E7;
}
</style>