Html Css Color HEX #DB56E5 Free Speech Magenta
📋 copy color: '#DB56E5'red 219 ◦ green 86 ◦ blue 229
Shades of Free Speech Magenta #DB56E5
Tints of Free Speech Magenta #DB56E5
RGB
CMYK
RGB Variations
Color information
#DB56E5 (or 0xDB56E5) is known color: Free Speech Magenta. HEX triplet: DB, 56 and E5. RGB value is (219,86,229). Sum of RGB (Red+Green+Blue) = 219+86+229=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 86 (33.98% from 255 or 16.10% from 534); Blue value is 229 (89.84% from 255 or 42.88% from 534); Max value from RGB is 229 - color contains mainly: blue. Hex color #DB56E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB56E5 is #24A91A. Grayscale: #8D8D8D. Windows color (decimal): -2402587 or 15029979. OLE color: 15029979.
HSL color Cylindrical-coordinate representation of color #DB56E5: hue angle of 295.8º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB56E5 is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 86 | 229 | - |
| CMYK | 0.04 | 0.62 | 0 | 0.10 |
| HSL | 295.8º | 0.73% | 0.62% | - |
| HSV(B) | 295.8º | 0.62% | 0.9% | - |
| XYZ | 46.68 | 27.37 | 76.95 | - |
| YUV | 142.07 | 177.06 | 182.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 86 | 229 | 0.04 | 0.62 | 0 | 0.10 | 295.8 | 0.73 | 0.62 |
| Hex | DB | 56 | E5 | 4 | 3E | 0 | A | 128 | 49 | 3E |
| Octal | 333 | 126 | 345 | 4 | 76 | 0 | 12 | 450 | 111 | 76 |
| Binary | 11011011 | 1010110 | 11100101 | 100 | 111110 | 0 | 1010 | 100101000 | 1001001 | 111110 |
Color Harmonies of #DB56E5
Complementary color
Monochromatic Colors of #DB56E5
Black with #DB56E5
Text Example
Text Example
White with #DB56E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB56E5; }
p { color: rgb(219,86,229); }
H1.HeaderClassName
{
color: #DB56E5;
}
.AnyTagClassName
{
color: #DB56E5;
}
</style>
background-color css
<style>
a { background-color: #DB56E5; }
a { background-color: rgb(219,86,229); }
div.DivClassName
{
background-color: #DB56E5;
}
.BgClassName
{
background-color: #DB56E5;
}
</style>
border-color css
<style>
span { border-color: #DB56E5; }
span { border-color: rgb(219,86,229); }
td.TdClassName
{
border-color: #DB56E5;
}
.TagClassName
{
border-color: #DB56E5;
}
</style>