Html Css Color HEX #DC63C4 Free Speech Magenta
📋 copy color: '#DC63C4'red 220 ◦ green 99 ◦ blue 196
Shades of Free Speech Magenta #DC63C4
Tints of Free Speech Magenta #DC63C4
RGB
CMYK
RGB Variations
Color information
#DC63C4 (or 0xDC63C4) is known color: Free Speech Magenta. HEX triplet: DC, 63 and C4. RGB value is (220,99,196). Sum of RGB (Red+Green+Blue) = 220+99+196=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 99 (39.06% from 255 or 19.22% from 515); Blue value is 196 (76.95% from 255 or 38.06% from 515); Max value from RGB is 220 - color contains mainly: red. Hex color #DC63C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC63C4 is #239C3B. Grayscale: #919191. Windows color (decimal): -2333756 or 12870620. OLE color: 12870620.
HSL color Cylindrical-coordinate representation of color #DC63C4: hue angle of 311.9º 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 #DC63C4 is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 99 | 196 | - |
| CMYK | 0 | 0.55 | 0.11 | 0.14 |
| HSL | 311.9º | 0.63% | 0.63% | - |
| HSV(B) | 311.9º | 0.55% | 0.86% | - |
| XYZ | 43.94 | 28.12 | 55.34 | - |
| YUV | 146.24 | 156.09 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 99 | 196 | 0 | 0.55 | 0.11 | 0.14 | 311.9 | 0.63 | 0.63 |
| Hex | DC | 63 | C4 | 0 | 37 | B | E | 138 | 3F | 3F |
| Octal | 334 | 143 | 304 | 0 | 67 | 13 | 16 | 470 | 77 | 77 |
| Binary | 11011100 | 1100011 | 11000100 | 0 | 110111 | 1011 | 1110 | 100111000 | 111111 | 111111 |
Color Harmonies of #DC63C4
Complementary color
Monochromatic Colors of #DC63C4
Black with #DC63C4
Text Example
Text Example
White with #DC63C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC63C4; }
p { color: rgb(220,99,196); }
H1.HeaderClassName
{
color: #DC63C4;
}
.AnyTagClassName
{
color: #DC63C4;
}
</style>
background-color css
<style>
a { background-color: #DC63C4; }
a { background-color: rgb(220,99,196); }
div.DivClassName
{
background-color: #DC63C4;
}
.BgClassName
{
background-color: #DC63C4;
}
</style>
border-color css
<style>
span { border-color: #DC63C4; }
span { border-color: rgb(220,99,196); }
td.TdClassName
{
border-color: #DC63C4;
}
.TagClassName
{
border-color: #DC63C4;
}
</style>