Html Css Color HEX #DC63DB Free Speech Magenta
📋 copy color: '#DC63DB'red 220 ◦ green 99 ◦ blue 219
Shades of Free Speech Magenta #DC63DB
Tints of Free Speech Magenta #DC63DB
RGB
CMYK
RGB Variations
Color information
#DC63DB (or 0xDC63DB) is known color: Free Speech Magenta. HEX triplet: DC, 63 and DB. RGB value is (220,99,219). Sum of RGB (Red+Green+Blue) = 220+99+219=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 99 (39.06% from 255 or 18.40% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 220 - color contains mainly: red. Hex color #DC63DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC63DB is #239C24. Grayscale: #949494. Windows color (decimal): -2333733 or 14377948. OLE color: 14377948.
HSL color Cylindrical-coordinate representation of color #DC63DB: hue angle of 300.5º 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 #DC63DB is Cyan = 0, Magento = 0.55, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 99 | 219 | - |
| CMYK | 0 | 0.55 | 0.00 | 0.14 |
| HSL | 300.5º | 0.63% | 0.63% | - |
| HSV(B) | 300.5º | 0.55% | 0.86% | - |
| XYZ | 46.76 | 29.25 | 70.2 | - |
| YUV | 148.86 | 167.59 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 99 | 219 | 0 | 0.55 | 0.00 | 0.14 | 300.5 | 0.63 | 0.63 |
| Hex | DC | 63 | DB | 0 | 37 | 0 | E | 12C | 3F | 3F |
| Octal | 334 | 143 | 333 | 0 | 67 | 0 | 16 | 454 | 77 | 77 |
| Binary | 11011100 | 1100011 | 11011011 | 0 | 110111 | 0 | 1110 | 100101100 | 111111 | 111111 |
Color Harmonies of #DC63DB
Complementary color
Monochromatic Colors of #DC63DB
Black with #DC63DB
Text Example
Text Example
White with #DC63DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC63DB; }
p { color: rgb(220,99,219); }
H1.HeaderClassName
{
color: #DC63DB;
}
.AnyTagClassName
{
color: #DC63DB;
}
</style>
background-color css
<style>
a { background-color: #DC63DB; }
a { background-color: rgb(220,99,219); }
div.DivClassName
{
background-color: #DC63DB;
}
.BgClassName
{
background-color: #DC63DB;
}
</style>
border-color css
<style>
span { border-color: #DC63DB; }
span { border-color: rgb(220,99,219); }
td.TdClassName
{
border-color: #DC63DB;
}
.TagClassName
{
border-color: #DC63DB;
}
</style>