Html Css Color HEX #DC59C2 Free Speech Magenta
📋 copy color: '#DC59C2'red 220 ◦ green 89 ◦ blue 194
Shades of Free Speech Magenta #DC59C2
Tints of Free Speech Magenta #DC59C2
RGB
CMYK
RGB Variations
Color information
#DC59C2 (or 0xDC59C2) is known color: Free Speech Magenta. HEX triplet: DC, 59 and C2. RGB value is (220,89,194). Sum of RGB (Red+Green+Blue) = 220+89+194=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 89 (35.16% from 255 or 17.69% from 503); Blue value is 194 (76.17% from 255 or 38.57% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DC59C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC59C2 is #23A63D. Grayscale: #8B8B8B. Windows color (decimal): -2336318 or 12736988. OLE color: 12736988.
HSL color Cylindrical-coordinate representation of color #DC59C2: hue angle of 311.91º 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 #DC59C2 is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 89 | 194 | - |
| CMYK | 0 | 0.60 | 0.12 | 0.14 |
| HSL | 311.91º | 0.65% | 0.61% | - |
| HSV(B) | 311.91º | 0.6% | 0.86% | - |
| XYZ | 42.83 | 26.26 | 53.85 | - |
| YUV | 140.14 | 158.4 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 89 | 194 | 0 | 0.60 | 0.12 | 0.14 | 311.91 | 0.65 | 0.61 |
| Hex | DC | 59 | C2 | 0 | 3C | C | E | 138 | 41 | 3D |
| Octal | 334 | 131 | 302 | 0 | 74 | 14 | 16 | 470 | 101 | 75 |
| Binary | 11011100 | 1011001 | 11000010 | 0 | 111100 | 1100 | 1110 | 100111000 | 1000001 | 111101 |
Color Harmonies of #DC59C2
Complementary color
Monochromatic Colors of #DC59C2
Black with #DC59C2
Text Example
Text Example
White with #DC59C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC59C2; }
p { color: rgb(220,89,194); }
H1.HeaderClassName
{
color: #DC59C2;
}
.AnyTagClassName
{
color: #DC59C2;
}
</style>
background-color css
<style>
a { background-color: #DC59C2; }
a { background-color: rgb(220,89,194); }
div.DivClassName
{
background-color: #DC59C2;
}
.BgClassName
{
background-color: #DC59C2;
}
</style>
border-color css
<style>
span { border-color: #DC59C2; }
span { border-color: rgb(220,89,194); }
td.TdClassName
{
border-color: #DC59C2;
}
.TagClassName
{
border-color: #DC59C2;
}
</style>