Html Css Color HEX #DC63CE Free Speech Magenta
📋 copy color: '#DC63CE'red 220 ◦ green 99 ◦ blue 206
Shades of Free Speech Magenta #DC63CE
Tints of Free Speech Magenta #DC63CE
RGB
CMYK
RGB Variations
Color information
#DC63CE (or 0xDC63CE) is known color: Free Speech Magenta. HEX triplet: DC, 63 and CE. RGB value is (220,99,206). Sum of RGB (Red+Green+Blue) = 220+99+206=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 99 (39.06% from 255 or 18.86% from 525); Blue value is 206 (80.86% from 255 or 39.24% from 525); Max value from RGB is 220 - color contains mainly: red. Hex color #DC63CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC63CE is #239C31. Grayscale: #939393. Windows color (decimal): -2333746 or 13525980. OLE color: 13525980.
HSL color Cylindrical-coordinate representation of color #DC63CE: hue angle of 306.94º 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 #DC63CE is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 99 | 206 | - |
| CMYK | 0 | 0.55 | 0.06 | 0.14 |
| HSL | 306.94º | 0.63% | 0.63% | - |
| HSV(B) | 306.94º | 0.55% | 0.86% | - |
| XYZ | 45.12 | 28.6 | 61.53 | - |
| YUV | 147.38 | 161.09 | 179.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 99 | 206 | 0 | 0.55 | 0.06 | 0.14 | 306.94 | 0.63 | 0.63 |
| Hex | DC | 63 | CE | 0 | 37 | 6 | E | 133 | 3F | 3F |
| Octal | 334 | 143 | 316 | 0 | 67 | 6 | 16 | 463 | 77 | 77 |
| Binary | 11011100 | 1100011 | 11001110 | 0 | 110111 | 110 | 1110 | 100110011 | 111111 | 111111 |
Color Harmonies of #DC63CE
Complementary color
Monochromatic Colors of #DC63CE
Black with #DC63CE
Text Example
Text Example
White with #DC63CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC63CE; }
p { color: rgb(220,99,206); }
H1.HeaderClassName
{
color: #DC63CE;
}
.AnyTagClassName
{
color: #DC63CE;
}
</style>
background-color css
<style>
a { background-color: #DC63CE; }
a { background-color: rgb(220,99,206); }
div.DivClassName
{
background-color: #DC63CE;
}
.BgClassName
{
background-color: #DC63CE;
}
</style>
border-color css
<style>
span { border-color: #DC63CE; }
span { border-color: rgb(220,99,206); }
td.TdClassName
{
border-color: #DC63CE;
}
.TagClassName
{
border-color: #DC63CE;
}
</style>