Html Css Color HEX #DB56C0 Free Speech Magenta
📋 copy color: '#DB56C0'red 219 ◦ green 86 ◦ blue 192
Shades of Free Speech Magenta #DB56C0
Tints of Free Speech Magenta #DB56C0
RGB
CMYK
RGB Variations
Color information
#DB56C0 (or 0xDB56C0) is known color: Free Speech Magenta. HEX triplet: DB, 56 and C0. RGB value is (219,86,192). Sum of RGB (Red+Green+Blue) = 219+86+192=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 86 (33.98% from 255 or 17.30% from 497); Blue value is 192 (75.39% from 255 or 38.63% from 497); Max value from RGB is 219 - color contains mainly: red. Hex color #DB56C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB56C0 is #24A93F. Grayscale: #898989. Windows color (decimal): -2402624 or 12605147. OLE color: 12605147.
HSL color Cylindrical-coordinate representation of color #DB56C0: hue angle of 312.18º degrees, saturation: 0.65, 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 #DB56C0 is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 86 | 192 | - |
| CMYK | 0 | 0.61 | 0.12 | 0.14 |
| HSL | 312.18º | 0.65% | 0.6% | - |
| HSV(B) | 312.18º | 0.61% | 0.86% | - |
| XYZ | 42.06 | 25.52 | 52.58 | - |
| YUV | 137.85 | 158.56 | 185.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 86 | 192 | 0 | 0.61 | 0.12 | 0.14 | 312.18 | 0.65 | 0.6 |
| Hex | DB | 56 | C0 | 0 | 3D | C | E | 138 | 41 | 3C |
| Octal | 333 | 126 | 300 | 0 | 75 | 14 | 16 | 470 | 101 | 74 |
| Binary | 11011011 | 1010110 | 11000000 | 0 | 111101 | 1100 | 1110 | 100111000 | 1000001 | 111100 |
Color Harmonies of #DB56C0
Complementary color
Monochromatic Colors of #DB56C0
Black with #DB56C0
Text Example
Text Example
White with #DB56C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB56C0; }
p { color: rgb(219,86,192); }
H1.HeaderClassName
{
color: #DB56C0;
}
.AnyTagClassName
{
color: #DB56C0;
}
</style>
background-color css
<style>
a { background-color: #DB56C0; }
a { background-color: rgb(219,86,192); }
div.DivClassName
{
background-color: #DB56C0;
}
.BgClassName
{
background-color: #DB56C0;
}
</style>
border-color css
<style>
span { border-color: #DB56C0; }
span { border-color: rgb(219,86,192); }
td.TdClassName
{
border-color: #DB56C0;
}
.TagClassName
{
border-color: #DB56C0;
}
</style>