Html Css Color HEX #DC63C5 Free Speech Magenta
📋 copy color: '#DC63C5'red 220 ◦ green 99 ◦ blue 197
Shades of Free Speech Magenta #DC63C5
Tints of Free Speech Magenta #DC63C5
RGB
CMYK
RGB Variations
Color information
#DC63C5 (or 0xDC63C5) is known color: Free Speech Magenta. HEX triplet: DC, 63 and C5. RGB value is (220,99,197). Sum of RGB (Red+Green+Blue) = 220+99+197=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 99 (39.06% from 255 or 19.19% from 516); Blue value is 197 (77.34% from 255 or 38.18% from 516); Max value from RGB is 220 - color contains mainly: red. Hex color #DC63C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC63C5 is #239C3A. Grayscale: #929292. Windows color (decimal): -2333755 or 12936156. OLE color: 12936156.
HSL color Cylindrical-coordinate representation of color #DC63C5: hue angle of 311.4º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC63C5 is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 99 | 197 | - |
| CMYK | 0 | 0.55 | 0.10 | 0.14 |
| HSL | 311.41º | 0.63% | 0.63% | - |
| HSV(B) | 311.41º | 0.55% | 0.86% | - |
| XYZ | 44.06 | 28.17 | 55.94 | - |
| YUV | 146.35 | 156.59 | 180.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 99 | 197 | 0 | 0.55 | 0.10 | 0.14 | 311.41 | 0.63 | 0.63 |
| Hex | DC | 63 | C5 | 0 | 37 | A | E | 137 | 3F | 3F |
| Octal | 334 | 143 | 305 | 0 | 67 | 12 | 16 | 467 | 77 | 77 |
| Binary | 11011100 | 1100011 | 11000101 | 0 | 110111 | 1010 | 1110 | 100110111 | 111111 | 111111 |
Color Harmonies of #DC63C5
Complementary color
Monochromatic Colors of #DC63C5
Black with #DC63C5
Text Example
Text Example
White with #DC63C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC63C5; }
p { color: rgb(220,99,197); }
H1.HeaderClassName
{
color: #DC63C5;
}
.AnyTagClassName
{
color: #DC63C5;
}
</style>
background-color css
<style>
a { background-color: #DC63C5; }
a { background-color: rgb(220,99,197); }
div.DivClassName
{
background-color: #DC63C5;
}
.BgClassName
{
background-color: #DC63C5;
}
</style>
border-color css
<style>
span { border-color: #DC63C5; }
span { border-color: rgb(220,99,197); }
td.TdClassName
{
border-color: #DC63C5;
}
.TagClassName
{
border-color: #DC63C5;
}
</style>