Html Css Color HEX #DC63CF Free Speech Magenta
📋 copy color: '#DC63CF'red 220 ◦ green 99 ◦ blue 207
Shades of Free Speech Magenta #DC63CF
Tints of Free Speech Magenta #DC63CF
RGB
CMYK
RGB Variations
Color information
#DC63CF (or 0xDC63CF) is known color: Free Speech Magenta. HEX triplet: DC, 63 and CF. RGB value is (220,99,207). Sum of RGB (Red+Green+Blue) = 220+99+207=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 99 (39.06% from 255 or 18.82% from 526); Blue value is 207 (81.25% from 255 or 39.35% from 526); Max value from RGB is 220 - color contains mainly: red. Hex color #DC63CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC63CF is #239C30. Grayscale: #939393. Windows color (decimal): -2333745 or 13591516. OLE color: 13591516.
HSL color Cylindrical-coordinate representation of color #DC63CF: hue angle of 306.45º 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 #DC63CF is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 99 | 207 | - |
| CMYK | 0 | 0.55 | 0.06 | 0.14 |
| HSL | 306.45º | 0.63% | 0.63% | - |
| HSV(B) | 306.45º | 0.55% | 0.86% | - |
| XYZ | 45.24 | 28.64 | 62.18 | - |
| YUV | 147.49 | 161.59 | 179.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 99 | 207 | 0 | 0.55 | 0.06 | 0.14 | 306.45 | 0.63 | 0.63 |
| Hex | DC | 63 | CF | 0 | 37 | 6 | E | 132 | 3F | 3F |
| Octal | 334 | 143 | 317 | 0 | 67 | 6 | 16 | 462 | 77 | 77 |
| Binary | 11011100 | 1100011 | 11001111 | 0 | 110111 | 110 | 1110 | 100110010 | 111111 | 111111 |
Color Harmonies of #DC63CF
Complementary color
Monochromatic Colors of #DC63CF
Black with #DC63CF
Text Example
Text Example
White with #DC63CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC63CF; }
p { color: rgb(220,99,207); }
H1.HeaderClassName
{
color: #DC63CF;
}
.AnyTagClassName
{
color: #DC63CF;
}
</style>
background-color css
<style>
a { background-color: #DC63CF; }
a { background-color: rgb(220,99,207); }
div.DivClassName
{
background-color: #DC63CF;
}
.BgClassName
{
background-color: #DC63CF;
}
</style>
border-color css
<style>
span { border-color: #DC63CF; }
span { border-color: rgb(220,99,207); }
td.TdClassName
{
border-color: #DC63CF;
}
.TagClassName
{
border-color: #DC63CF;
}
</style>