Html Css Color HEX #DC62C6 Free Speech Magenta
📋 copy color: '#DC62C6'red 220 ◦ green 98 ◦ blue 198
Shades of Free Speech Magenta #DC62C6
Tints of Free Speech Magenta #DC62C6
RGB
CMYK
RGB Variations
Color information
#DC62C6 (or 0xDC62C6) is known color: Free Speech Magenta. HEX triplet: DC, 62 and C6. RGB value is (220,98,198). Sum of RGB (Red+Green+Blue) = 220+98+198=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 98 (38.67% from 255 or 18.99% from 516); Blue value is 198 (77.73% from 255 or 38.37% from 516); Max value from RGB is 220 - color contains mainly: red. Hex color #DC62C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC62C6 is #239D39. Grayscale: #919191. Windows color (decimal): -2334010 or 13001436. OLE color: 13001436.
HSL color Cylindrical-coordinate representation of color #DC62C6: hue angle of 310.82º 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 #DC62C6 is Cyan = 0, Magento = 0.55, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 98 | 198 | - |
| CMYK | 0 | 0.55 | 0.1 | 0.14 |
| HSL | 310.82º | 0.64% | 0.62% | - |
| HSV(B) | 310.82º | 0.55% | 0.86% | - |
| XYZ | 44.08 | 28.03 | 56.51 | - |
| YUV | 145.88 | 157.42 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 98 | 198 | 0 | 0.55 | 0.1 | 0.14 | 310.82 | 0.64 | 0.62 |
| Hex | DC | 62 | C6 | 0 | 37 | A | E | 137 | 40 | 3E |
| Octal | 334 | 142 | 306 | 0 | 67 | 12 | 16 | 467 | 100 | 76 |
| Binary | 11011100 | 1100010 | 11000110 | 0 | 110111 | 1010 | 1110 | 100110111 | 1000000 | 111110 |
Color Harmonies of #DC62C6
Complementary color
Monochromatic Colors of #DC62C6
Black with #DC62C6
Text Example
Text Example
White with #DC62C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC62C6; }
p { color: rgb(220,98,198); }
H1.HeaderClassName
{
color: #DC62C6;
}
.AnyTagClassName
{
color: #DC62C6;
}
</style>
background-color css
<style>
a { background-color: #DC62C6; }
a { background-color: rgb(220,98,198); }
div.DivClassName
{
background-color: #DC62C6;
}
.BgClassName
{
background-color: #DC62C6;
}
</style>
border-color css
<style>
span { border-color: #DC62C6; }
span { border-color: rgb(220,98,198); }
td.TdClassName
{
border-color: #DC62C6;
}
.TagClassName
{
border-color: #DC62C6;
}
</style>