Html Css Color HEX #DC62C5 Free Speech Magenta
📋 copy color: '#DC62C5'red 220 ◦ green 98 ◦ blue 197
Shades of Free Speech Magenta #DC62C5
Tints of Free Speech Magenta #DC62C5
RGB
CMYK
RGB Variations
Color information
#DC62C5 (or 0xDC62C5) is known color: Free Speech Magenta. HEX triplet: DC, 62 and C5. RGB value is (220,98,197). Sum of RGB (Red+Green+Blue) = 220+98+197=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 98 (38.67% from 255 or 19.03% from 515); Blue value is 197 (77.34% from 255 or 38.25% from 515); Max value from RGB is 220 - color contains mainly: red. Hex color #DC62C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC62C5 is #239D3A. Grayscale: #919191. Windows color (decimal): -2334011 or 12935900. OLE color: 12935900.
HSL color Cylindrical-coordinate representation of color #DC62C5: hue angle of 311.31º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC62C5 is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 98 | 197 | - |
| CMYK | 0 | 0.55 | 0.10 | 0.14 |
| HSL | 311.31º | 0.64% | 0.62% | - |
| HSV(B) | 311.31º | 0.55% | 0.86% | - |
| XYZ | 43.96 | 27.98 | 55.91 | - |
| YUV | 145.76 | 156.92 | 180.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 98 | 197 | 0 | 0.55 | 0.10 | 0.14 | 311.31 | 0.64 | 0.62 |
| Hex | DC | 62 | C5 | 0 | 37 | A | E | 137 | 40 | 3E |
| Octal | 334 | 142 | 305 | 0 | 67 | 12 | 16 | 467 | 100 | 76 |
| Binary | 11011100 | 1100010 | 11000101 | 0 | 110111 | 1010 | 1110 | 100110111 | 1000000 | 111110 |
Color Harmonies of #DC62C5
Complementary color
Monochromatic Colors of #DC62C5
Black with #DC62C5
Text Example
Text Example
White with #DC62C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC62C5; }
p { color: rgb(220,98,197); }
H1.HeaderClassName
{
color: #DC62C5;
}
.AnyTagClassName
{
color: #DC62C5;
}
</style>
background-color css
<style>
a { background-color: #DC62C5; }
a { background-color: rgb(220,98,197); }
div.DivClassName
{
background-color: #DC62C5;
}
.BgClassName
{
background-color: #DC62C5;
}
</style>
border-color css
<style>
span { border-color: #DC62C5; }
span { border-color: rgb(220,98,197); }
td.TdClassName
{
border-color: #DC62C5;
}
.TagClassName
{
border-color: #DC62C5;
}
</style>