Html Css Color HEX #DC63C7 Free Speech Magenta
📋 copy color: '#DC63C7'red 220 ◦ green 99 ◦ blue 199
Shades of Free Speech Magenta #DC63C7
Tints of Free Speech Magenta #DC63C7
RGB
CMYK
RGB Variations
Color information
#DC63C7 (or 0xDC63C7) is known color: Free Speech Magenta. HEX triplet: DC, 63 and C7. RGB value is (220,99,199). Sum of RGB (Red+Green+Blue) = 220+99+199=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 99 (39.06% from 255 or 19.11% from 518); Blue value is 199 (78.12% from 255 or 38.42% from 518); Max value from RGB is 220 - color contains mainly: red. Hex color #DC63C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC63C7 is #239C38. Grayscale: #929292. Windows color (decimal): -2333753 or 13067228. OLE color: 13067228.
HSL color Cylindrical-coordinate representation of color #DC63C7: hue angle of 310.41º 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 #DC63C7 is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 99 | 199 | - |
| CMYK | 0 | 0.55 | 0.10 | 0.14 |
| HSL | 310.41º | 0.63% | 0.63% | - |
| HSV(B) | 310.41º | 0.55% | 0.86% | - |
| XYZ | 44.29 | 28.26 | 57.15 | - |
| YUV | 146.58 | 157.59 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 99 | 199 | 0 | 0.55 | 0.10 | 0.14 | 310.41 | 0.63 | 0.63 |
| Hex | DC | 63 | C7 | 0 | 37 | A | E | 136 | 3F | 3F |
| Octal | 334 | 143 | 307 | 0 | 67 | 12 | 16 | 466 | 77 | 77 |
| Binary | 11011100 | 1100011 | 11000111 | 0 | 110111 | 1010 | 1110 | 100110110 | 111111 | 111111 |
Color Harmonies of #DC63C7
Complementary color
Monochromatic Colors of #DC63C7
Black with #DC63C7
Text Example
Text Example
White with #DC63C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC63C7; }
p { color: rgb(220,99,199); }
H1.HeaderClassName
{
color: #DC63C7;
}
.AnyTagClassName
{
color: #DC63C7;
}
</style>
background-color css
<style>
a { background-color: #DC63C7; }
a { background-color: rgb(220,99,199); }
div.DivClassName
{
background-color: #DC63C7;
}
.BgClassName
{
background-color: #DC63C7;
}
</style>
border-color css
<style>
span { border-color: #DC63C7; }
span { border-color: rgb(220,99,199); }
td.TdClassName
{
border-color: #DC63C7;
}
.TagClassName
{
border-color: #DC63C7;
}
</style>