Html Css Color HEX #DC63D8 Free Speech Magenta
📋 copy color: '#DC63D8'red 220 ◦ green 99 ◦ blue 216
Shades of Free Speech Magenta #DC63D8
Tints of Free Speech Magenta #DC63D8
RGB
CMYK
RGB Variations
Color information
#DC63D8 (or 0xDC63D8) is known color: Free Speech Magenta. HEX triplet: DC, 63 and D8. RGB value is (220,99,216). Sum of RGB (Red+Green+Blue) = 220+99+216=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 99 (39.06% from 255 or 18.50% from 535); Blue value is 216 (84.77% from 255 or 40.37% from 535); Max value from RGB is 220 - color contains mainly: red. Hex color #DC63D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC63D8 is #239C27. Grayscale: #949494. Windows color (decimal): -2333736 or 14181340. OLE color: 14181340.
HSL color Cylindrical-coordinate representation of color #DC63D8: hue angle of 301.98º 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 #DC63D8 is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 99 | 216 | - |
| CMYK | 0 | 0.55 | 0.02 | 0.14 |
| HSL | 301.98º | 0.63% | 0.63% | - |
| HSV(B) | 301.98º | 0.55% | 0.86% | - |
| XYZ | 46.37 | 29.1 | 68.14 | - |
| YUV | 148.52 | 166.09 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 99 | 216 | 0 | 0.55 | 0.02 | 0.14 | 301.98 | 0.63 | 0.63 |
| Hex | DC | 63 | D8 | 0 | 37 | 2 | E | 12E | 3F | 3F |
| Octal | 334 | 143 | 330 | 0 | 67 | 2 | 16 | 456 | 77 | 77 |
| Binary | 11011100 | 1100011 | 11011000 | 0 | 110111 | 10 | 1110 | 100101110 | 111111 | 111111 |
Color Harmonies of #DC63D8
Complementary color
Monochromatic Colors of #DC63D8
Black with #DC63D8
Text Example
Text Example
White with #DC63D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC63D8; }
p { color: rgb(220,99,216); }
H1.HeaderClassName
{
color: #DC63D8;
}
.AnyTagClassName
{
color: #DC63D8;
}
</style>
background-color css
<style>
a { background-color: #DC63D8; }
a { background-color: rgb(220,99,216); }
div.DivClassName
{
background-color: #DC63D8;
}
.BgClassName
{
background-color: #DC63D8;
}
</style>
border-color css
<style>
span { border-color: #DC63D8; }
span { border-color: rgb(220,99,216); }
td.TdClassName
{
border-color: #DC63D8;
}
.TagClassName
{
border-color: #DC63D8;
}
</style>