Html Css Color HEX #DC63BE Free Speech Magenta
📋 copy color: '#DC63BE'red 220 ◦ green 99 ◦ blue 190
Shades of Free Speech Magenta #DC63BE
Tints of Free Speech Magenta #DC63BE
RGB
CMYK
RGB Variations
Color information
#DC63BE (or 0xDC63BE) is known color: Free Speech Magenta. HEX triplet: DC, 63 and BE. RGB value is (220,99,190). Sum of RGB (Red+Green+Blue) = 220+99+190=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 99 (39.06% from 255 or 19.45% from 509); Blue value is 190 (74.61% from 255 or 37.33% from 509); Max value from RGB is 220 - color contains mainly: red. Hex color #DC63BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC63BE is #239C41. Grayscale: #919191. Windows color (decimal): -2333762 or 12477404. OLE color: 12477404.
HSL color Cylindrical-coordinate representation of color #DC63BE: hue angle of 314.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 #DC63BE is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 99 | 190 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.14 |
| HSL | 314.88º | 0.63% | 0.63% | - |
| HSV(B) | 314.88º | 0.55% | 0.86% | - |
| XYZ | 43.27 | 27.86 | 51.81 | - |
| YUV | 145.55 | 153.09 | 181.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 99 | 190 | 0 | 0.55 | 0.14 | 0.14 | 314.88 | 0.63 | 0.63 |
| Hex | DC | 63 | BE | 0 | 37 | E | E | 13B | 3F | 3F |
| Octal | 334 | 143 | 276 | 0 | 67 | 16 | 16 | 473 | 77 | 77 |
| Binary | 11011100 | 1100011 | 10111110 | 0 | 110111 | 1110 | 1110 | 100111011 | 111111 | 111111 |
Color Harmonies of #DC63BE
Complementary color
Monochromatic Colors of #DC63BE
Black with #DC63BE
Text Example
Text Example
White with #DC63BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC63BE; }
p { color: rgb(220,99,190); }
H1.HeaderClassName
{
color: #DC63BE;
}
.AnyTagClassName
{
color: #DC63BE;
}
</style>
background-color css
<style>
a { background-color: #DC63BE; }
a { background-color: rgb(220,99,190); }
div.DivClassName
{
background-color: #DC63BE;
}
.BgClassName
{
background-color: #DC63BE;
}
</style>
border-color css
<style>
span { border-color: #DC63BE; }
span { border-color: rgb(220,99,190); }
td.TdClassName
{
border-color: #DC63BE;
}
.TagClassName
{
border-color: #DC63BE;
}
</style>