Html Css Color HEX #DC56DB Free Speech Magenta
📋 copy color: '#DC56DB'red 220 ◦ green 86 ◦ blue 219
Shades of Free Speech Magenta #DC56DB
Tints of Free Speech Magenta #DC56DB
RGB
CMYK
RGB Variations
Color information
#DC56DB (or 0xDC56DB) is known color: Free Speech Magenta. HEX triplet: DC, 56 and DB. RGB value is (220,86,219). Sum of RGB (Red+Green+Blue) = 220+86+219=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 86 (33.98% from 255 or 16.38% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 220 - color contains mainly: red. Hex color #DC56DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC56DB is #23A924. Grayscale: #8C8C8C. Windows color (decimal): -2337061 or 14374620. OLE color: 14374620.
HSL color Cylindrical-coordinate representation of color #DC56DB: hue angle of 300.45º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DC56DB is Cyan = 0, Magento = 0.61, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 86 | 219 | - |
| CMYK | 0 | 0.61 | 0.00 | 0.14 |
| HSL | 300.45º | 0.66% | 0.6% | - |
| HSV(B) | 300.45º | 0.61% | 0.86% | - |
| XYZ | 45.63 | 26.99 | 69.82 | - |
| YUV | 141.23 | 171.89 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 86 | 219 | 0 | 0.61 | 0.00 | 0.14 | 300.45 | 0.66 | 0.6 |
| Hex | DC | 56 | DB | 0 | 3D | 0 | E | 12C | 42 | 3C |
| Octal | 334 | 126 | 333 | 0 | 75 | 0 | 16 | 454 | 102 | 74 |
| Binary | 11011100 | 1010110 | 11011011 | 0 | 111101 | 0 | 1110 | 100101100 | 1000010 | 111100 |
Color Harmonies of #DC56DB
Complementary color
Monochromatic Colors of #DC56DB
Black with #DC56DB
Text Example
Text Example
White with #DC56DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC56DB; }
p { color: rgb(220,86,219); }
H1.HeaderClassName
{
color: #DC56DB;
}
.AnyTagClassName
{
color: #DC56DB;
}
</style>
background-color css
<style>
a { background-color: #DC56DB; }
a { background-color: rgb(220,86,219); }
div.DivClassName
{
background-color: #DC56DB;
}
.BgClassName
{
background-color: #DC56DB;
}
</style>
border-color css
<style>
span { border-color: #DC56DB; }
span { border-color: rgb(220,86,219); }
td.TdClassName
{
border-color: #DC56DB;
}
.TagClassName
{
border-color: #DC56DB;
}
</style>