Html Css Color HEX #DC55C9 Free Speech Magenta
📋 copy color: '#DC55C9'red 220 ◦ green 85 ◦ blue 201
Shades of Free Speech Magenta #DC55C9
Tints of Free Speech Magenta #DC55C9
RGB
CMYK
RGB Variations
Color information
#DC55C9 (or 0xDC55C9) is known color: Free Speech Magenta. HEX triplet: DC, 55 and C9. RGB value is (220,85,201). Sum of RGB (Red+Green+Blue) = 220+85+201=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 85 (33.59% from 255 or 16.80% from 506); Blue value is 201 (78.91% from 255 or 39.72% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DC55C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC55C9 is #23AA36. Grayscale: #8A8A8A. Windows color (decimal): -2337335 or 13194716. OLE color: 13194716.
HSL color Cylindrical-coordinate representation of color #DC55C9: hue angle of 308.44º 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 #DC55C9 is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 85 | 201 | - |
| CMYK | 0 | 0.61 | 0.09 | 0.14 |
| HSL | 308.44º | 0.66% | 0.6% | - |
| HSV(B) | 308.44º | 0.61% | 0.86% | - |
| XYZ | 43.31 | 25.93 | 57.98 | - |
| YUV | 138.59 | 163.23 | 186.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 85 | 201 | 0 | 0.61 | 0.09 | 0.14 | 308.44 | 0.66 | 0.6 |
| Hex | DC | 55 | C9 | 0 | 3D | 9 | E | 134 | 42 | 3C |
| Octal | 334 | 125 | 311 | 0 | 75 | 11 | 16 | 464 | 102 | 74 |
| Binary | 11011100 | 1010101 | 11001001 | 0 | 111101 | 1001 | 1110 | 100110100 | 1000010 | 111100 |
Color Harmonies of #DC55C9
Complementary color
Monochromatic Colors of #DC55C9
Black with #DC55C9
Text Example
Text Example
White with #DC55C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC55C9; }
p { color: rgb(220,85,201); }
H1.HeaderClassName
{
color: #DC55C9;
}
.AnyTagClassName
{
color: #DC55C9;
}
</style>
background-color css
<style>
a { background-color: #DC55C9; }
a { background-color: rgb(220,85,201); }
div.DivClassName
{
background-color: #DC55C9;
}
.BgClassName
{
background-color: #DC55C9;
}
</style>
border-color css
<style>
span { border-color: #DC55C9; }
span { border-color: rgb(220,85,201); }
td.TdClassName
{
border-color: #DC55C9;
}
.TagClassName
{
border-color: #DC55C9;
}
</style>