Html Css Color HEX #DC63C0 Free Speech Magenta
📋 copy color: '#DC63C0'red 220 ◦ green 99 ◦ blue 192
Shades of Free Speech Magenta #DC63C0
Tints of Free Speech Magenta #DC63C0
RGB
CMYK
RGB Variations
Color information
#DC63C0 (or 0xDC63C0) is known color: Free Speech Magenta. HEX triplet: DC, 63 and C0. RGB value is (220,99,192). Sum of RGB (Red+Green+Blue) = 220+99+192=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 99 (39.06% from 255 or 19.37% from 511); Blue value is 192 (75.39% from 255 or 37.57% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DC63C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC63C0 is #239C3F. Grayscale: #919191. Windows color (decimal): -2333760 or 12608476. OLE color: 12608476.
HSL color Cylindrical-coordinate representation of color #DC63C0: hue angle of 313.88º 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 #DC63C0 is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 99 | 192 | - |
| CMYK | 0 | 0.55 | 0.13 | 0.14 |
| HSL | 313.88º | 0.63% | 0.63% | - |
| HSV(B) | 313.88º | 0.55% | 0.86% | - |
| XYZ | 43.49 | 27.95 | 52.97 | - |
| YUV | 145.78 | 154.09 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 99 | 192 | 0 | 0.55 | 0.13 | 0.14 | 313.88 | 0.63 | 0.63 |
| Hex | DC | 63 | C0 | 0 | 37 | D | E | 13A | 3F | 3F |
| Octal | 334 | 143 | 300 | 0 | 67 | 15 | 16 | 472 | 77 | 77 |
| Binary | 11011100 | 1100011 | 11000000 | 0 | 110111 | 1101 | 1110 | 100111010 | 111111 | 111111 |
Color Harmonies of #DC63C0
Complementary color
Monochromatic Colors of #DC63C0
Black with #DC63C0
Text Example
Text Example
White with #DC63C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC63C0; }
p { color: rgb(220,99,192); }
H1.HeaderClassName
{
color: #DC63C0;
}
.AnyTagClassName
{
color: #DC63C0;
}
</style>
background-color css
<style>
a { background-color: #DC63C0; }
a { background-color: rgb(220,99,192); }
div.DivClassName
{
background-color: #DC63C0;
}
.BgClassName
{
background-color: #DC63C0;
}
</style>
border-color css
<style>
span { border-color: #DC63C0; }
span { border-color: rgb(220,99,192); }
td.TdClassName
{
border-color: #DC63C0;
}
.TagClassName
{
border-color: #DC63C0;
}
</style>