Html Css Color HEX #DC63BA Free Speech Magenta
📋 copy color: '#DC63BA'red 220 ◦ green 99 ◦ blue 186
Shades of Free Speech Magenta #DC63BA
Tints of Free Speech Magenta #DC63BA
RGB
CMYK
RGB Variations
Color information
#DC63BA (or 0xDC63BA) is known color: Free Speech Magenta. HEX triplet: DC, 63 and BA. RGB value is (220,99,186). Sum of RGB (Red+Green+Blue) = 220+99+186=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 99 (39.06% from 255 or 19.60% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 220 - color contains mainly: red. Hex color #DC63BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC63BA is #239C45. Grayscale: #909090. Windows color (decimal): -2333766 or 12215260. OLE color: 12215260.
HSL color Cylindrical-coordinate representation of color #DC63BA: hue angle of 316.86º 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 #DC63BA is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 99 | 186 | - |
| CMYK | 0 | 0.55 | 0.15 | 0.14 |
| HSL | 316.86º | 0.63% | 0.63% | - |
| HSV(B) | 316.86º | 0.55% | 0.86% | - |
| XYZ | 42.84 | 27.68 | 49.54 | - |
| YUV | 145.1 | 151.09 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 99 | 186 | 0 | 0.55 | 0.15 | 0.14 | 316.86 | 0.63 | 0.63 |
| Hex | DC | 63 | BA | 0 | 37 | F | E | 13D | 3F | 3F |
| Octal | 334 | 143 | 272 | 0 | 67 | 17 | 16 | 475 | 77 | 77 |
| Binary | 11011100 | 1100011 | 10111010 | 0 | 110111 | 1111 | 1110 | 100111101 | 111111 | 111111 |
Color Harmonies of #DC63BA
Complementary color
Monochromatic Colors of #DC63BA
Black with #DC63BA
Text Example
Text Example
White with #DC63BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC63BA; }
p { color: rgb(220,99,186); }
H1.HeaderClassName
{
color: #DC63BA;
}
.AnyTagClassName
{
color: #DC63BA;
}
</style>
background-color css
<style>
a { background-color: #DC63BA; }
a { background-color: rgb(220,99,186); }
div.DivClassName
{
background-color: #DC63BA;
}
.BgClassName
{
background-color: #DC63BA;
}
</style>
border-color css
<style>
span { border-color: #DC63BA; }
span { border-color: rgb(220,99,186); }
td.TdClassName
{
border-color: #DC63BA;
}
.TagClassName
{
border-color: #DC63BA;
}
</style>