Html Css Color HEX #DC63BD Free Speech Magenta
📋 copy color: '#DC63BD'red 220 ◦ green 99 ◦ blue 189
Shades of Free Speech Magenta #DC63BD
Tints of Free Speech Magenta #DC63BD
RGB
CMYK
RGB Variations
Color information
#DC63BD (or 0xDC63BD) is known color: Free Speech Magenta. HEX triplet: DC, 63 and BD. RGB value is (220,99,189). Sum of RGB (Red+Green+Blue) = 220+99+189=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 99 (39.06% from 255 or 19.49% from 508); Blue value is 189 (74.22% from 255 or 37.20% from 508); Max value from RGB is 220 - color contains mainly: red. Hex color #DC63BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC63BD is #239C42. Grayscale: #919191. Windows color (decimal): -2333763 or 12411868. OLE color: 12411868.
HSL color Cylindrical-coordinate representation of color #DC63BD: hue angle of 315.37º 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 #DC63BD is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 99 | 189 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.14 |
| HSL | 315.37º | 0.63% | 0.63% | - |
| HSV(B) | 315.37º | 0.55% | 0.86% | - |
| XYZ | 43.16 | 27.81 | 51.24 | - |
| YUV | 145.44 | 152.59 | 181.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 99 | 189 | 0 | 0.55 | 0.14 | 0.14 | 315.37 | 0.63 | 0.63 |
| Hex | DC | 63 | BD | 0 | 37 | E | E | 13B | 3F | 3F |
| Octal | 334 | 143 | 275 | 0 | 67 | 16 | 16 | 473 | 77 | 77 |
| Binary | 11011100 | 1100011 | 10111101 | 0 | 110111 | 1110 | 1110 | 100111011 | 111111 | 111111 |
Color Harmonies of #DC63BD
Complementary color
Monochromatic Colors of #DC63BD
Black with #DC63BD
Text Example
Text Example
White with #DC63BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC63BD; }
p { color: rgb(220,99,189); }
H1.HeaderClassName
{
color: #DC63BD;
}
.AnyTagClassName
{
color: #DC63BD;
}
</style>
background-color css
<style>
a { background-color: #DC63BD; }
a { background-color: rgb(220,99,189); }
div.DivClassName
{
background-color: #DC63BD;
}
.BgClassName
{
background-color: #DC63BD;
}
</style>
border-color css
<style>
span { border-color: #DC63BD; }
span { border-color: rgb(220,99,189); }
td.TdClassName
{
border-color: #DC63BD;
}
.TagClassName
{
border-color: #DC63BD;
}
</style>