Html Css Color HEX #DC63E0 Free Speech Magenta
📋 copy color: '#DC63E0'red 220 ◦ green 99 ◦ blue 224
Shades of Free Speech Magenta #DC63E0
Tints of Free Speech Magenta #DC63E0
RGB
CMYK
RGB Variations
Color information
#DC63E0 (or 0xDC63E0) is known color: Free Speech Magenta. HEX triplet: DC, 63 and E0. RGB value is (220,99,224). Sum of RGB (Red+Green+Blue) = 220+99+224=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 99 (39.06% from 255 or 18.23% from 543); Blue value is 224 (87.89% from 255 or 41.25% from 543); Max value from RGB is 224 - color contains mainly: blue. Hex color #DC63E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC63E0 is #239C1F. Grayscale: #959595. Windows color (decimal): -2333728 or 14705628. OLE color: 14705628.
HSL color Cylindrical-coordinate representation of color #DC63E0: hue angle of 298.08º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC63E0 is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 99 | 224 | - |
| CMYK | 0.02 | 0.56 | 0 | 0.12 |
| HSL | 298.08º | 0.67% | 0.63% | - |
| HSV(B) | 298.08º | 0.56% | 0.88% | - |
| XYZ | 47.43 | 29.52 | 73.72 | - |
| YUV | 149.43 | 170.09 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 99 | 224 | 0.02 | 0.56 | 0 | 0.12 | 298.08 | 0.67 | 0.63 |
| Hex | DC | 63 | E0 | 2 | 38 | 0 | C | 12A | 43 | 3F |
| Octal | 334 | 143 | 340 | 2 | 70 | 0 | 14 | 452 | 103 | 77 |
| Binary | 11011100 | 1100011 | 11100000 | 10 | 111000 | 0 | 1100 | 100101010 | 1000011 | 111111 |
Color Harmonies of #DC63E0
Complementary color
Monochromatic Colors of #DC63E0
Black with #DC63E0
Text Example
Text Example
White with #DC63E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC63E0; }
p { color: rgb(220,99,224); }
H1.HeaderClassName
{
color: #DC63E0;
}
.AnyTagClassName
{
color: #DC63E0;
}
</style>
background-color css
<style>
a { background-color: #DC63E0; }
a { background-color: rgb(220,99,224); }
div.DivClassName
{
background-color: #DC63E0;
}
.BgClassName
{
background-color: #DC63E0;
}
</style>
border-color css
<style>
span { border-color: #DC63E0; }
span { border-color: rgb(220,99,224); }
td.TdClassName
{
border-color: #DC63E0;
}
.TagClassName
{
border-color: #DC63E0;
}
</style>