Html Css Color HEX #DC63BC Free Speech Magenta
📋 copy color: '#DC63BC'red 220 ◦ green 99 ◦ blue 188
Shades of Free Speech Magenta #DC63BC
Tints of Free Speech Magenta #DC63BC
RGB
CMYK
RGB Variations
Color information
#DC63BC (or 0xDC63BC) is known color: Free Speech Magenta. HEX triplet: DC, 63 and BC. RGB value is (220,99,188). Sum of RGB (Red+Green+Blue) = 220+99+188=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 99 (39.06% from 255 or 19.53% from 507); Blue value is 188 (73.83% from 255 or 37.08% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DC63BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC63BC is #239C43. Grayscale: #919191. Windows color (decimal): -2333764 or 12346332. OLE color: 12346332.
HSL color Cylindrical-coordinate representation of color #DC63BC: hue angle of 315.87º 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 #DC63BC is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 99 | 188 | - |
| CMYK | 0 | 0.55 | 0.15 | 0.14 |
| HSL | 315.87º | 0.63% | 0.63% | - |
| HSV(B) | 315.87º | 0.55% | 0.86% | - |
| XYZ | 43.05 | 27.77 | 50.67 | - |
| YUV | 145.33 | 152.09 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 99 | 188 | 0 | 0.55 | 0.15 | 0.14 | 315.87 | 0.63 | 0.63 |
| Hex | DC | 63 | BC | 0 | 37 | F | E | 13C | 3F | 3F |
| Octal | 334 | 143 | 274 | 0 | 67 | 17 | 16 | 474 | 77 | 77 |
| Binary | 11011100 | 1100011 | 10111100 | 0 | 110111 | 1111 | 1110 | 100111100 | 111111 | 111111 |
Color Harmonies of #DC63BC
Complementary color
Monochromatic Colors of #DC63BC
Black with #DC63BC
Text Example
Text Example
White with #DC63BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC63BC; }
p { color: rgb(220,99,188); }
H1.HeaderClassName
{
color: #DC63BC;
}
.AnyTagClassName
{
color: #DC63BC;
}
</style>
background-color css
<style>
a { background-color: #DC63BC; }
a { background-color: rgb(220,99,188); }
div.DivClassName
{
background-color: #DC63BC;
}
.BgClassName
{
background-color: #DC63BC;
}
</style>
border-color css
<style>
span { border-color: #DC63BC; }
span { border-color: rgb(220,99,188); }
td.TdClassName
{
border-color: #DC63BC;
}
.TagClassName
{
border-color: #DC63BC;
}
</style>