Html Css Color HEX #DC63C8 Free Speech Magenta
📋 copy color: '#DC63C8'red 220 ◦ green 99 ◦ blue 200
Shades of Free Speech Magenta #DC63C8
Tints of Free Speech Magenta #DC63C8
RGB
CMYK
RGB Variations
Color information
#DC63C8 (or 0xDC63C8) is known color: Free Speech Magenta. HEX triplet: DC, 63 and C8. RGB value is (220,99,200). Sum of RGB (Red+Green+Blue) = 220+99+200=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 99 (39.06% from 255 or 19.08% from 519); Blue value is 200 (78.52% from 255 or 38.54% from 519); Max value from RGB is 220 - color contains mainly: red. Hex color #DC63C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC63C8 is #239C37. Grayscale: #929292. Windows color (decimal): -2333752 or 13132764. OLE color: 13132764.
HSL color Cylindrical-coordinate representation of color #DC63C8: hue angle of 309.92º 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 #DC63C8 is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 99 | 200 | - |
| CMYK | 0 | 0.55 | 0.09 | 0.14 |
| HSL | 309.92º | 0.63% | 0.63% | - |
| HSV(B) | 309.92º | 0.55% | 0.86% | - |
| XYZ | 44.4 | 28.31 | 57.77 | - |
| YUV | 146.69 | 158.09 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 99 | 200 | 0 | 0.55 | 0.09 | 0.14 | 309.92 | 0.63 | 0.63 |
| Hex | DC | 63 | C8 | 0 | 37 | 9 | E | 136 | 3F | 3F |
| Octal | 334 | 143 | 310 | 0 | 67 | 11 | 16 | 466 | 77 | 77 |
| Binary | 11011100 | 1100011 | 11001000 | 0 | 110111 | 1001 | 1110 | 100110110 | 111111 | 111111 |
Color Harmonies of #DC63C8
Complementary color
Monochromatic Colors of #DC63C8
Black with #DC63C8
Text Example
Text Example
White with #DC63C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC63C8; }
p { color: rgb(220,99,200); }
H1.HeaderClassName
{
color: #DC63C8;
}
.AnyTagClassName
{
color: #DC63C8;
}
</style>
background-color css
<style>
a { background-color: #DC63C8; }
a { background-color: rgb(220,99,200); }
div.DivClassName
{
background-color: #DC63C8;
}
.BgClassName
{
background-color: #DC63C8;
}
</style>
border-color css
<style>
span { border-color: #DC63C8; }
span { border-color: rgb(220,99,200); }
td.TdClassName
{
border-color: #DC63C8;
}
.TagClassName
{
border-color: #DC63C8;
}
</style>