Html Css Color HEX #DC55C7 Free Speech Magenta
📋 copy color: '#DC55C7'red 220 ◦ green 85 ◦ blue 199
Shades of Free Speech Magenta #DC55C7
Tints of Free Speech Magenta #DC55C7
RGB
CMYK
RGB Variations
Color information
#DC55C7 (or 0xDC55C7) is known color: Free Speech Magenta. HEX triplet: DC, 55 and C7. RGB value is (220,85,199). Sum of RGB (Red+Green+Blue) = 220+85+199=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 85 (33.59% from 255 or 16.87% from 504); Blue value is 199 (78.12% from 255 or 39.48% from 504); Max value from RGB is 220 - color contains mainly: red. Hex color #DC55C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC55C7 is #23AA38. Grayscale: #8A8A8A. Windows color (decimal): -2337337 or 13063644. OLE color: 13063644.
HSL color Cylindrical-coordinate representation of color #DC55C7: hue angle of 309.33º 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 #DC55C7 is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 85 | 199 | - |
| CMYK | 0 | 0.61 | 0.10 | 0.14 |
| HSL | 309.33º | 0.66% | 0.6% | - |
| HSV(B) | 309.33º | 0.61% | 0.86% | - |
| XYZ | 43.07 | 25.84 | 56.75 | - |
| YUV | 138.36 | 162.23 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 85 | 199 | 0 | 0.61 | 0.10 | 0.14 | 309.33 | 0.66 | 0.6 |
| Hex | DC | 55 | C7 | 0 | 3D | A | E | 135 | 42 | 3C |
| Octal | 334 | 125 | 307 | 0 | 75 | 12 | 16 | 465 | 102 | 74 |
| Binary | 11011100 | 1010101 | 11000111 | 0 | 111101 | 1010 | 1110 | 100110101 | 1000010 | 111100 |
Color Harmonies of #DC55C7
Complementary color
Monochromatic Colors of #DC55C7
Black with #DC55C7
Text Example
Text Example
White with #DC55C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC55C7; }
p { color: rgb(220,85,199); }
H1.HeaderClassName
{
color: #DC55C7;
}
.AnyTagClassName
{
color: #DC55C7;
}
</style>
background-color css
<style>
a { background-color: #DC55C7; }
a { background-color: rgb(220,85,199); }
div.DivClassName
{
background-color: #DC55C7;
}
.BgClassName
{
background-color: #DC55C7;
}
</style>
border-color css
<style>
span { border-color: #DC55C7; }
span { border-color: rgb(220,85,199); }
td.TdClassName
{
border-color: #DC55C7;
}
.TagClassName
{
border-color: #DC55C7;
}
</style>