Html Css Color HEX #DC63EA Free Speech Magenta
📋 copy color: '#DC63EA'red 220 ◦ green 99 ◦ blue 234
Shades of Free Speech Magenta #DC63EA
Tints of Free Speech Magenta #DC63EA
RGB
CMYK
RGB Variations
Color information
#DC63EA (or 0xDC63EA) is known color: Free Speech Magenta. HEX triplet: DC, 63 and EA. RGB value is (220,99,234). Sum of RGB (Red+Green+Blue) = 220+99+234=553 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.78% from 553); Green value is 99 (39.06% from 255 or 17.90% from 553); Blue value is 234 (91.80% from 255 or 42.31% from 553); Max value from RGB is 234 - color contains mainly: blue. Hex color #DC63EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC63EA is #239C15. Grayscale: #969696. Windows color (decimal): -2333718 or 15360988. OLE color: 15360988.
HSL color Cylindrical-coordinate representation of color #DC63EA: hue angle of 293.78º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DC63EA is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 99 | 234 | - |
| CMYK | 0.06 | 0.58 | 0 | 0.08 |
| HSL | 293.78º | 0.76% | 0.65% | - |
| HSV(B) | 293.78º | 0.58% | 0.92% | - |
| XYZ | 48.83 | 30.08 | 81.07 | - |
| YUV | 150.57 | 175.09 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 99 | 234 | 0.06 | 0.58 | 0 | 0.08 | 293.78 | 0.76 | 0.65 |
| Hex | DC | 63 | EA | 6 | 3A | 0 | 8 | 126 | 4C | 41 |
| Octal | 334 | 143 | 352 | 6 | 72 | 0 | 10 | 446 | 114 | 101 |
| Binary | 11011100 | 1100011 | 11101010 | 110 | 111010 | 0 | 1000 | 100100110 | 1001100 | 1000001 |
Color Harmonies of #DC63EA
Complementary color
Monochromatic Colors of #DC63EA
Black with #DC63EA
Text Example
Text Example
White with #DC63EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC63EA; }
p { color: rgb(220,99,234); }
H1.HeaderClassName
{
color: #DC63EA;
}
.AnyTagClassName
{
color: #DC63EA;
}
</style>
background-color css
<style>
a { background-color: #DC63EA; }
a { background-color: rgb(220,99,234); }
div.DivClassName
{
background-color: #DC63EA;
}
.BgClassName
{
background-color: #DC63EA;
}
</style>
border-color css
<style>
span { border-color: #DC63EA; }
span { border-color: rgb(220,99,234); }
td.TdClassName
{
border-color: #DC63EA;
}
.TagClassName
{
border-color: #DC63EA;
}
</style>