Html Css Color HEX #DC63C9 Free Speech Magenta
📋 copy color: '#DC63C9'red 220 ◦ green 99 ◦ blue 201
Shades of Free Speech Magenta #DC63C9
Tints of Free Speech Magenta #DC63C9
RGB
CMYK
RGB Variations
Color information
#DC63C9 (or 0xDC63C9) is known color: Free Speech Magenta. HEX triplet: DC, 63 and C9. RGB value is (220,99,201). Sum of RGB (Red+Green+Blue) = 220+99+201=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 99 (39.06% from 255 or 19.04% from 520); Blue value is 201 (78.91% from 255 or 38.65% from 520); Max value from RGB is 220 - color contains mainly: red. Hex color #DC63C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC63C9 is #239C36. Grayscale: #929292. Windows color (decimal): -2333751 or 13198300. OLE color: 13198300.
HSL color Cylindrical-coordinate representation of color #DC63C9: hue angle of 309.42º 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 #DC63C9 is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 99 | 201 | - |
| CMYK | 0 | 0.55 | 0.09 | 0.14 |
| HSL | 309.42º | 0.63% | 0.63% | - |
| HSV(B) | 309.42º | 0.55% | 0.86% | - |
| XYZ | 44.52 | 28.36 | 58.39 | - |
| YUV | 146.81 | 158.59 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 99 | 201 | 0 | 0.55 | 0.09 | 0.14 | 309.42 | 0.63 | 0.63 |
| Hex | DC | 63 | C9 | 0 | 37 | 9 | E | 135 | 3F | 3F |
| Octal | 334 | 143 | 311 | 0 | 67 | 11 | 16 | 465 | 77 | 77 |
| Binary | 11011100 | 1100011 | 11001001 | 0 | 110111 | 1001 | 1110 | 100110101 | 111111 | 111111 |
Color Harmonies of #DC63C9
Complementary color
Monochromatic Colors of #DC63C9
Black with #DC63C9
Text Example
Text Example
White with #DC63C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC63C9; }
p { color: rgb(220,99,201); }
H1.HeaderClassName
{
color: #DC63C9;
}
.AnyTagClassName
{
color: #DC63C9;
}
</style>
background-color css
<style>
a { background-color: #DC63C9; }
a { background-color: rgb(220,99,201); }
div.DivClassName
{
background-color: #DC63C9;
}
.BgClassName
{
background-color: #DC63C9;
}
</style>
border-color css
<style>
span { border-color: #DC63C9; }
span { border-color: rgb(220,99,201); }
td.TdClassName
{
border-color: #DC63C9;
}
.TagClassName
{
border-color: #DC63C9;
}
</style>