Html Css Color HEX #DC63C2 Free Speech Magenta
📋 copy color: '#DC63C2'red 220 ◦ green 99 ◦ blue 194
Shades of Free Speech Magenta #DC63C2
Tints of Free Speech Magenta #DC63C2
RGB
CMYK
RGB Variations
Color information
#DC63C2 (or 0xDC63C2) is known color: Free Speech Magenta. HEX triplet: DC, 63 and C2. RGB value is (220,99,194). Sum of RGB (Red+Green+Blue) = 220+99+194=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 99 (39.06% from 255 or 19.30% from 513); Blue value is 194 (76.17% from 255 or 37.82% from 513); Max value from RGB is 220 - color contains mainly: red. Hex color #DC63C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC63C2 is #239C3D. Grayscale: #919191. Windows color (decimal): -2333758 or 12739548. OLE color: 12739548.
HSL color Cylindrical-coordinate representation of color #DC63C2: hue angle of 312.89º 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 #DC63C2 is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 99 | 194 | - |
| CMYK | 0 | 0.55 | 0.12 | 0.14 |
| HSL | 312.89º | 0.63% | 0.63% | - |
| HSV(B) | 312.89º | 0.55% | 0.86% | - |
| XYZ | 43.71 | 28.03 | 54.15 | - |
| YUV | 146.01 | 155.09 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 99 | 194 | 0 | 0.55 | 0.12 | 0.14 | 312.89 | 0.63 | 0.63 |
| Hex | DC | 63 | C2 | 0 | 37 | C | E | 139 | 3F | 3F |
| Octal | 334 | 143 | 302 | 0 | 67 | 14 | 16 | 471 | 77 | 77 |
| Binary | 11011100 | 1100011 | 11000010 | 0 | 110111 | 1100 | 1110 | 100111001 | 111111 | 111111 |
Color Harmonies of #DC63C2
Complementary color
Monochromatic Colors of #DC63C2
Black with #DC63C2
Text Example
Text Example
White with #DC63C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC63C2; }
p { color: rgb(220,99,194); }
H1.HeaderClassName
{
color: #DC63C2;
}
.AnyTagClassName
{
color: #DC63C2;
}
</style>
background-color css
<style>
a { background-color: #DC63C2; }
a { background-color: rgb(220,99,194); }
div.DivClassName
{
background-color: #DC63C2;
}
.BgClassName
{
background-color: #DC63C2;
}
</style>
border-color css
<style>
span { border-color: #DC63C2; }
span { border-color: rgb(220,99,194); }
td.TdClassName
{
border-color: #DC63C2;
}
.TagClassName
{
border-color: #DC63C2;
}
</style>