Html Css Color HEX #DB56DA Free Speech Magenta
📋 copy color: '#DB56DA'red 219 ◦ green 86 ◦ blue 218
Shades of Free Speech Magenta #DB56DA
Tints of Free Speech Magenta #DB56DA
RGB
CMYK
RGB Variations
Color information
#DB56DA (or 0xDB56DA) is known color: Free Speech Magenta. HEX triplet: DB, 56 and DA. RGB value is (219,86,218). Sum of RGB (Red+Green+Blue) = 219+86+218=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 86 (33.98% from 255 or 16.44% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 219 - color contains mainly: red. Hex color #DB56DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB56DA is #24A925. Grayscale: #8C8C8C. Windows color (decimal): -2402598 or 14309083. OLE color: 14309083.
HSL color Cylindrical-coordinate representation of color #DB56DA: hue angle of 300.45º 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 #DB56DA is Cyan = 0, Magento = 0.61, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 86 | 218 | - |
| CMYK | 0 | 0.61 | 0.00 | 0.14 |
| HSL | 300.45º | 0.65% | 0.6% | - |
| HSV(B) | 300.45º | 0.61% | 0.86% | - |
| XYZ | 45.2 | 26.78 | 69.12 | - |
| YUV | 140.82 | 171.56 | 183.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 86 | 218 | 0 | 0.61 | 0.00 | 0.14 | 300.45 | 0.65 | 0.6 |
| Hex | DB | 56 | DA | 0 | 3D | 0 | E | 12C | 41 | 3C |
| Octal | 333 | 126 | 332 | 0 | 75 | 0 | 16 | 454 | 101 | 74 |
| Binary | 11011011 | 1010110 | 11011010 | 0 | 111101 | 0 | 1110 | 100101100 | 1000001 | 111100 |
Color Harmonies of #DB56DA
Complementary color
Monochromatic Colors of #DB56DA
Black with #DB56DA
Text Example
Text Example
White with #DB56DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB56DA; }
p { color: rgb(219,86,218); }
H1.HeaderClassName
{
color: #DB56DA;
}
.AnyTagClassName
{
color: #DB56DA;
}
</style>
background-color css
<style>
a { background-color: #DB56DA; }
a { background-color: rgb(219,86,218); }
div.DivClassName
{
background-color: #DB56DA;
}
.BgClassName
{
background-color: #DB56DA;
}
</style>
border-color css
<style>
span { border-color: #DB56DA; }
span { border-color: rgb(219,86,218); }
td.TdClassName
{
border-color: #DB56DA;
}
.TagClassName
{
border-color: #DB56DA;
}
</style>