Html Css Color HEX #DC63D5 Free Speech Magenta
📋 copy color: '#DC63D5'red 220 ◦ green 99 ◦ blue 213
Shades of Free Speech Magenta #DC63D5
Tints of Free Speech Magenta #DC63D5
RGB
CMYK
RGB Variations
Color information
#DC63D5 (or 0xDC63D5) is known color: Free Speech Magenta. HEX triplet: DC, 63 and D5. RGB value is (220,99,213). Sum of RGB (Red+Green+Blue) = 220+99+213=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 99 (39.06% from 255 or 18.61% from 532); Blue value is 213 (83.59% from 255 or 40.04% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DC63D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC63D5 is #239C2A. Grayscale: #939393. Windows color (decimal): -2333739 or 13984732. OLE color: 13984732.
HSL color Cylindrical-coordinate representation of color #DC63D5: hue angle of 303.47º 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 #DC63D5 is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 99 | 213 | - |
| CMYK | 0 | 0.55 | 0.03 | 0.14 |
| HSL | 303.47º | 0.63% | 0.63% | - |
| HSV(B) | 303.47º | 0.55% | 0.86% | - |
| XYZ | 45.99 | 28.94 | 66.11 | - |
| YUV | 148.18 | 164.59 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 99 | 213 | 0 | 0.55 | 0.03 | 0.14 | 303.47 | 0.63 | 0.63 |
| Hex | DC | 63 | D5 | 0 | 37 | 3 | E | 12F | 3F | 3F |
| Octal | 334 | 143 | 325 | 0 | 67 | 3 | 16 | 457 | 77 | 77 |
| Binary | 11011100 | 1100011 | 11010101 | 0 | 110111 | 11 | 1110 | 100101111 | 111111 | 111111 |
Color Harmonies of #DC63D5
Complementary color
Monochromatic Colors of #DC63D5
Black with #DC63D5
Text Example
Text Example
White with #DC63D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC63D5; }
p { color: rgb(220,99,213); }
H1.HeaderClassName
{
color: #DC63D5;
}
.AnyTagClassName
{
color: #DC63D5;
}
</style>
background-color css
<style>
a { background-color: #DC63D5; }
a { background-color: rgb(220,99,213); }
div.DivClassName
{
background-color: #DC63D5;
}
.BgClassName
{
background-color: #DC63D5;
}
</style>
border-color css
<style>
span { border-color: #DC63D5; }
span { border-color: rgb(220,99,213); }
td.TdClassName
{
border-color: #DC63D5;
}
.TagClassName
{
border-color: #DC63D5;
}
</style>