Html Css Color HEX #DC55C6 Free Speech Magenta
📋 copy color: '#DC55C6'red 220 ◦ green 85 ◦ blue 198
Shades of Free Speech Magenta #DC55C6
Tints of Free Speech Magenta #DC55C6
RGB
CMYK
RGB Variations
Color information
#DC55C6 (or 0xDC55C6) is known color: Free Speech Magenta. HEX triplet: DC, 55 and C6. RGB value is (220,85,198). Sum of RGB (Red+Green+Blue) = 220+85+198=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 85 (33.59% from 255 or 16.90% from 503); Blue value is 198 (77.73% from 255 or 39.36% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DC55C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC55C6 is #23AA39. Grayscale: #898989. Windows color (decimal): -2337338 or 12998108. OLE color: 12998108.
HSL color Cylindrical-coordinate representation of color #DC55C6: hue angle of 309.78º 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 #DC55C6 is Cyan = 0, Magento = 0.61, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 85 | 198 | - |
| CMYK | 0 | 0.61 | 0.1 | 0.14 |
| HSL | 309.78º | 0.66% | 0.6% | - |
| HSV(B) | 309.78º | 0.61% | 0.86% | - |
| XYZ | 42.96 | 25.79 | 56.14 | - |
| YUV | 138.25 | 161.73 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 85 | 198 | 0 | 0.61 | 0.1 | 0.14 | 309.78 | 0.66 | 0.6 |
| Hex | DC | 55 | C6 | 0 | 3D | A | E | 136 | 42 | 3C |
| Octal | 334 | 125 | 306 | 0 | 75 | 12 | 16 | 466 | 102 | 74 |
| Binary | 11011100 | 1010101 | 11000110 | 0 | 111101 | 1010 | 1110 | 100110110 | 1000010 | 111100 |
Color Harmonies of #DC55C6
Complementary color
Monochromatic Colors of #DC55C6
Black with #DC55C6
Text Example
Text Example
White with #DC55C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC55C6; }
p { color: rgb(220,85,198); }
H1.HeaderClassName
{
color: #DC55C6;
}
.AnyTagClassName
{
color: #DC55C6;
}
</style>
background-color css
<style>
a { background-color: #DC55C6; }
a { background-color: rgb(220,85,198); }
div.DivClassName
{
background-color: #DC55C6;
}
.BgClassName
{
background-color: #DC55C6;
}
</style>
border-color css
<style>
span { border-color: #DC55C6; }
span { border-color: rgb(220,85,198); }
td.TdClassName
{
border-color: #DC55C6;
}
.TagClassName
{
border-color: #DC55C6;
}
</style>