Html Css Color HEX #DC63D0 Free Speech Magenta
📋 copy color: '#DC63D0'red 220 ◦ green 99 ◦ blue 208
Shades of Free Speech Magenta #DC63D0
Tints of Free Speech Magenta #DC63D0
RGB
CMYK
RGB Variations
Color information
#DC63D0 (or 0xDC63D0) is known color: Free Speech Magenta. HEX triplet: DC, 63 and D0. RGB value is (220,99,208). Sum of RGB (Red+Green+Blue) = 220+99+208=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 99 (39.06% from 255 or 18.79% from 527); Blue value is 208 (81.64% from 255 or 39.47% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DC63D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC63D0 is #239C2F. Grayscale: #939393. Windows color (decimal): -2333744 or 13657052. OLE color: 13657052.
HSL color Cylindrical-coordinate representation of color #DC63D0: hue angle of 305.95º 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 #DC63D0 is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 99 | 208 | - |
| CMYK | 0 | 0.55 | 0.05 | 0.14 |
| HSL | 305.95º | 0.63% | 0.63% | - |
| HSV(B) | 305.95º | 0.55% | 0.86% | - |
| XYZ | 45.36 | 28.69 | 62.82 | - |
| YUV | 147.61 | 162.09 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 99 | 208 | 0 | 0.55 | 0.05 | 0.14 | 305.95 | 0.63 | 0.63 |
| Hex | DC | 63 | D0 | 0 | 37 | 5 | E | 132 | 3F | 3F |
| Octal | 334 | 143 | 320 | 0 | 67 | 5 | 16 | 462 | 77 | 77 |
| Binary | 11011100 | 1100011 | 11010000 | 0 | 110111 | 101 | 1110 | 100110010 | 111111 | 111111 |
Color Harmonies of #DC63D0
Complementary color
Monochromatic Colors of #DC63D0
Black with #DC63D0
Text Example
Text Example
White with #DC63D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC63D0; }
p { color: rgb(220,99,208); }
H1.HeaderClassName
{
color: #DC63D0;
}
.AnyTagClassName
{
color: #DC63D0;
}
</style>
background-color css
<style>
a { background-color: #DC63D0; }
a { background-color: rgb(220,99,208); }
div.DivClassName
{
background-color: #DC63D0;
}
.BgClassName
{
background-color: #DC63D0;
}
</style>
border-color css
<style>
span { border-color: #DC63D0; }
span { border-color: rgb(220,99,208); }
td.TdClassName
{
border-color: #DC63D0;
}
.TagClassName
{
border-color: #DC63D0;
}
</style>