Html Css Color HEX #DC63C3 Free Speech Magenta
📋 copy color: '#DC63C3'red 220 ◦ green 99 ◦ blue 195
Shades of Free Speech Magenta #DC63C3
Tints of Free Speech Magenta #DC63C3
RGB
CMYK
RGB Variations
Color information
#DC63C3 (or 0xDC63C3) is known color: Free Speech Magenta. HEX triplet: DC, 63 and C3. RGB value is (220,99,195). Sum of RGB (Red+Green+Blue) = 220+99+195=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 99 (39.06% from 255 or 19.26% from 514); Blue value is 195 (76.56% from 255 or 37.94% from 514); Max value from RGB is 220 - color contains mainly: red. Hex color #DC63C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC63C3 is #239C3C. Grayscale: #919191. Windows color (decimal): -2333757 or 12805084. OLE color: 12805084.
HSL color Cylindrical-coordinate representation of color #DC63C3: hue angle of 312.4º 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 #DC63C3 is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 99 | 195 | - |
| CMYK | 0 | 0.55 | 0.11 | 0.14 |
| HSL | 312.4º | 0.63% | 0.63% | - |
| HSV(B) | 312.4º | 0.55% | 0.86% | - |
| XYZ | 43.83 | 28.08 | 54.74 | - |
| YUV | 146.12 | 155.59 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 99 | 195 | 0 | 0.55 | 0.11 | 0.14 | 312.4 | 0.63 | 0.63 |
| Hex | DC | 63 | C3 | 0 | 37 | B | E | 138 | 3F | 3F |
| Octal | 334 | 143 | 303 | 0 | 67 | 13 | 16 | 470 | 77 | 77 |
| Binary | 11011100 | 1100011 | 11000011 | 0 | 110111 | 1011 | 1110 | 100111000 | 111111 | 111111 |
Color Harmonies of #DC63C3
Complementary color
Monochromatic Colors of #DC63C3
Black with #DC63C3
Text Example
Text Example
White with #DC63C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC63C3; }
p { color: rgb(220,99,195); }
H1.HeaderClassName
{
color: #DC63C3;
}
.AnyTagClassName
{
color: #DC63C3;
}
</style>
background-color css
<style>
a { background-color: #DC63C3; }
a { background-color: rgb(220,99,195); }
div.DivClassName
{
background-color: #DC63C3;
}
.BgClassName
{
background-color: #DC63C3;
}
</style>
border-color css
<style>
span { border-color: #DC63C3; }
span { border-color: rgb(220,99,195); }
td.TdClassName
{
border-color: #DC63C3;
}
.TagClassName
{
border-color: #DC63C3;
}
</style>