Html Css Color HEX #DC63D2 Free Speech Magenta
📋 copy color: '#DC63D2'red 220 ◦ green 99 ◦ blue 210
Shades of Free Speech Magenta #DC63D2
Tints of Free Speech Magenta #DC63D2
RGB
CMYK
RGB Variations
Color information
#DC63D2 (or 0xDC63D2) is known color: Free Speech Magenta. HEX triplet: DC, 63 and D2. RGB value is (220,99,210). Sum of RGB (Red+Green+Blue) = 220+99+210=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 99 (39.06% from 255 or 18.71% from 529); Blue value is 210 (82.42% from 255 or 39.70% from 529); Max value from RGB is 220 - color contains mainly: red. Hex color #DC63D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC63D2 is #239C2D. Grayscale: #939393. Windows color (decimal): -2333742 or 13788124. OLE color: 13788124.
HSL color Cylindrical-coordinate representation of color #DC63D2: hue angle of 304.96º 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 #DC63D2 is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 99 | 210 | - |
| CMYK | 0 | 0.55 | 0.05 | 0.14 |
| HSL | 304.96º | 0.63% | 0.63% | - |
| HSV(B) | 304.96º | 0.55% | 0.86% | - |
| XYZ | 45.61 | 28.79 | 64.13 | - |
| YUV | 147.83 | 163.09 | 179.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 99 | 210 | 0 | 0.55 | 0.05 | 0.14 | 304.96 | 0.63 | 0.63 |
| Hex | DC | 63 | D2 | 0 | 37 | 5 | E | 131 | 3F | 3F |
| Octal | 334 | 143 | 322 | 0 | 67 | 5 | 16 | 461 | 77 | 77 |
| Binary | 11011100 | 1100011 | 11010010 | 0 | 110111 | 101 | 1110 | 100110001 | 111111 | 111111 |
Color Harmonies of #DC63D2
Complementary color
Monochromatic Colors of #DC63D2
Black with #DC63D2
Text Example
Text Example
White with #DC63D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC63D2; }
p { color: rgb(220,99,210); }
H1.HeaderClassName
{
color: #DC63D2;
}
.AnyTagClassName
{
color: #DC63D2;
}
</style>
background-color css
<style>
a { background-color: #DC63D2; }
a { background-color: rgb(220,99,210); }
div.DivClassName
{
background-color: #DC63D2;
}
.BgClassName
{
background-color: #DC63D2;
}
</style>
border-color css
<style>
span { border-color: #DC63D2; }
span { border-color: rgb(220,99,210); }
td.TdClassName
{
border-color: #DC63D2;
}
.TagClassName
{
border-color: #DC63D2;
}
</style>