Html Css Color HEX #DC55CE Free Speech Magenta
📋 copy color: '#DC55CE'red 220 ◦ green 85 ◦ blue 206
Shades of Free Speech Magenta #DC55CE
Tints of Free Speech Magenta #DC55CE
RGB
CMYK
RGB Variations
Color information
#DC55CE (or 0xDC55CE) is known color: Free Speech Magenta. HEX triplet: DC, 55 and CE. RGB value is (220,85,206). Sum of RGB (Red+Green+Blue) = 220+85+206=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 85 (33.59% from 255 or 16.63% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DC55CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC55CE is #23AA31. Grayscale: #8A8A8A. Windows color (decimal): -2337330 or 13522396. OLE color: 13522396.
HSL color Cylindrical-coordinate representation of color #DC55CE: hue angle of 306.22º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DC55CE is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 85 | 206 | - |
| CMYK | 0 | 0.61 | 0.06 | 0.14 |
| HSL | 306.22º | 0.66% | 0.6% | - |
| HSV(B) | 306.22º | 0.61% | 0.86% | - |
| XYZ | 43.9 | 26.17 | 61.13 | - |
| YUV | 139.16 | 165.73 | 185.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 85 | 206 | 0 | 0.61 | 0.06 | 0.14 | 306.22 | 0.66 | 0.6 |
| Hex | DC | 55 | CE | 0 | 3D | 6 | E | 132 | 42 | 3C |
| Octal | 334 | 125 | 316 | 0 | 75 | 6 | 16 | 462 | 102 | 74 |
| Binary | 11011100 | 1010101 | 11001110 | 0 | 111101 | 110 | 1110 | 100110010 | 1000010 | 111100 |
Color Harmonies of #DC55CE
Complementary color
Monochromatic Colors of #DC55CE
Black with #DC55CE
Text Example
Text Example
White with #DC55CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC55CE; }
p { color: rgb(220,85,206); }
H1.HeaderClassName
{
color: #DC55CE;
}
.AnyTagClassName
{
color: #DC55CE;
}
</style>
background-color css
<style>
a { background-color: #DC55CE; }
a { background-color: rgb(220,85,206); }
div.DivClassName
{
background-color: #DC55CE;
}
.BgClassName
{
background-color: #DC55CE;
}
</style>
border-color css
<style>
span { border-color: #DC55CE; }
span { border-color: rgb(220,85,206); }
td.TdClassName
{
border-color: #DC55CE;
}
.TagClassName
{
border-color: #DC55CE;
}
</style>