Html Css Color HEX #DB56C5 Free Speech Magenta
📋 copy color: '#DB56C5'red 219 ◦ green 86 ◦ blue 197
Shades of Free Speech Magenta #DB56C5
Tints of Free Speech Magenta #DB56C5
RGB
CMYK
RGB Variations
Color information
#DB56C5 (or 0xDB56C5) is known color: Free Speech Magenta. HEX triplet: DB, 56 and C5. RGB value is (219,86,197). Sum of RGB (Red+Green+Blue) = 219+86+197=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 86 (33.98% from 255 or 17.13% from 502); Blue value is 197 (77.34% from 255 or 39.24% from 502); Max value from RGB is 219 - color contains mainly: red. Hex color #DB56C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB56C5 is #24A93A. Grayscale: #8A8A8A. Windows color (decimal): -2402619 or 12932827. OLE color: 12932827.
HSL color Cylindrical-coordinate representation of color #DB56C5: hue angle of 309.92º 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 #DB56C5 is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 86 | 197 | - |
| CMYK | 0 | 0.61 | 0.10 | 0.14 |
| HSL | 309.92º | 0.65% | 0.6% | - |
| HSV(B) | 309.92º | 0.61% | 0.86% | - |
| XYZ | 42.62 | 25.75 | 55.55 | - |
| YUV | 138.42 | 161.06 | 185.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 86 | 197 | 0 | 0.61 | 0.10 | 0.14 | 309.92 | 0.65 | 0.6 |
| Hex | DB | 56 | C5 | 0 | 3D | A | E | 136 | 41 | 3C |
| Octal | 333 | 126 | 305 | 0 | 75 | 12 | 16 | 466 | 101 | 74 |
| Binary | 11011011 | 1010110 | 11000101 | 0 | 111101 | 1010 | 1110 | 100110110 | 1000001 | 111100 |
Color Harmonies of #DB56C5
Complementary color
Monochromatic Colors of #DB56C5
Black with #DB56C5
Text Example
Text Example
White with #DB56C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB56C5; }
p { color: rgb(219,86,197); }
H1.HeaderClassName
{
color: #DB56C5;
}
.AnyTagClassName
{
color: #DB56C5;
}
</style>
background-color css
<style>
a { background-color: #DB56C5; }
a { background-color: rgb(219,86,197); }
div.DivClassName
{
background-color: #DB56C5;
}
.BgClassName
{
background-color: #DB56C5;
}
</style>
border-color css
<style>
span { border-color: #DB56C5; }
span { border-color: rgb(219,86,197); }
td.TdClassName
{
border-color: #DB56C5;
}
.TagClassName
{
border-color: #DB56C5;
}
</style>