Html Css Color HEX #DC55EE Free Speech Magenta
📋 copy color: '#DC55EE'red 220 ◦ green 85 ◦ blue 238
Shades of Free Speech Magenta #DC55EE
Tints of Free Speech Magenta #DC55EE
RGB
CMYK
RGB Variations
Color information
#DC55EE (or 0xDC55EE) is known color: Free Speech Magenta. HEX triplet: DC, 55 and EE. RGB value is (220,85,238). Sum of RGB (Red+Green+Blue) = 220+85+238=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 85 (33.59% from 255 or 15.65% from 543); Blue value is 238 (93.36% from 255 or 43.83% from 543); Max value from RGB is 238 - color contains mainly: blue. Hex color #DC55EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC55EE is #23AA11. Grayscale: #8E8E8E. Windows color (decimal): -2337298 or 15619548. OLE color: 15619548.
HSL color Cylindrical-coordinate representation of color #DC55EE: hue angle of 292.94º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DC55EE is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 85 | 238 | - |
| CMYK | 0.08 | 0.64 | 0 | 0.07 |
| HSL | 292.94º | 0.82% | 0.63% | - |
| HSV(B) | 292.94º | 0.64% | 0.93% | - |
| XYZ | 48.2 | 27.89 | 83.73 | - |
| YUV | 142.81 | 181.73 | 183.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 85 | 238 | 0.08 | 0.64 | 0 | 0.07 | 292.94 | 0.82 | 0.63 |
| Hex | DC | 55 | EE | 8 | 40 | 0 | 7 | 125 | 52 | 3F |
| Octal | 334 | 125 | 356 | 10 | 100 | 0 | 7 | 445 | 122 | 77 |
| Binary | 11011100 | 1010101 | 11101110 | 1000 | 1000000 | 0 | 111 | 100100101 | 1010010 | 111111 |
Color Harmonies of #DC55EE
Complementary color
Monochromatic Colors of #DC55EE
Black with #DC55EE
Text Example
Text Example
White with #DC55EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC55EE; }
p { color: rgb(220,85,238); }
H1.HeaderClassName
{
color: #DC55EE;
}
.AnyTagClassName
{
color: #DC55EE;
}
</style>
background-color css
<style>
a { background-color: #DC55EE; }
a { background-color: rgb(220,85,238); }
div.DivClassName
{
background-color: #DC55EE;
}
.BgClassName
{
background-color: #DC55EE;
}
</style>
border-color css
<style>
span { border-color: #DC55EE; }
span { border-color: rgb(220,85,238); }
td.TdClassName
{
border-color: #DC55EE;
}
.TagClassName
{
border-color: #DC55EE;
}
</style>