Html Css Color HEX #DC59C5 Free Speech Magenta
📋 copy color: '#DC59C5'red 220 ◦ green 89 ◦ blue 197
Shades of Free Speech Magenta #DC59C5
Tints of Free Speech Magenta #DC59C5
RGB
CMYK
RGB Variations
Color information
#DC59C5 (or 0xDC59C5) is known color: Free Speech Magenta. HEX triplet: DC, 59 and C5. RGB value is (220,89,197). Sum of RGB (Red+Green+Blue) = 220+89+197=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 89 (35.16% from 255 or 17.59% from 506); Blue value is 197 (77.34% from 255 or 38.93% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DC59C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC59C5 is #23A63A. Grayscale: #8C8C8C. Windows color (decimal): -2336315 or 12933596. OLE color: 12933596.
HSL color Cylindrical-coordinate representation of color #DC59C5: hue angle of 310.53º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC59C5 is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 89 | 197 | - |
| CMYK | 0 | 0.60 | 0.10 | 0.14 |
| HSL | 310.53º | 0.65% | 0.61% | - |
| HSV(B) | 310.53º | 0.6% | 0.86% | - |
| XYZ | 43.17 | 26.39 | 55.64 | - |
| YUV | 140.48 | 159.9 | 184.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 89 | 197 | 0 | 0.60 | 0.10 | 0.14 | 310.53 | 0.65 | 0.61 |
| Hex | DC | 59 | C5 | 0 | 3C | A | E | 137 | 41 | 3D |
| Octal | 334 | 131 | 305 | 0 | 74 | 12 | 16 | 467 | 101 | 75 |
| Binary | 11011100 | 1011001 | 11000101 | 0 | 111100 | 1010 | 1110 | 100110111 | 1000001 | 111101 |
Color Harmonies of #DC59C5
Complementary color
Monochromatic Colors of #DC59C5
Black with #DC59C5
Text Example
Text Example
White with #DC59C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC59C5; }
p { color: rgb(220,89,197); }
H1.HeaderClassName
{
color: #DC59C5;
}
.AnyTagClassName
{
color: #DC59C5;
}
</style>
background-color css
<style>
a { background-color: #DC59C5; }
a { background-color: rgb(220,89,197); }
div.DivClassName
{
background-color: #DC59C5;
}
.BgClassName
{
background-color: #DC59C5;
}
</style>
border-color css
<style>
span { border-color: #DC59C5; }
span { border-color: rgb(220,89,197); }
td.TdClassName
{
border-color: #DC59C5;
}
.TagClassName
{
border-color: #DC59C5;
}
</style>