Html Css Color HEX #DB56EA Free Speech Magenta
📋 copy color: '#DB56EA'red 219 ◦ green 86 ◦ blue 234
Shades of Free Speech Magenta #DB56EA
Tints of Free Speech Magenta #DB56EA
RGB
CMYK
RGB Variations
Color information
#DB56EA (or 0xDB56EA) is known color: Free Speech Magenta. HEX triplet: DB, 56 and EA. RGB value is (219,86,234). Sum of RGB (Red+Green+Blue) = 219+86+234=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 86 (33.98% from 255 or 15.96% from 539); Blue value is 234 (91.80% from 255 or 43.41% from 539); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB56EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB56EA is #24A915. Grayscale: #8E8E8E. Windows color (decimal): -2402582 or 15357659. OLE color: 15357659.
HSL color Cylindrical-coordinate representation of color #DB56EA: hue angle of 293.92º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB56EA is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 86 | 234 | - |
| CMYK | 0.06 | 0.63 | 0 | 0.08 |
| HSL | 293.92º | 0.78% | 0.63% | - |
| HSV(B) | 293.92º | 0.63% | 0.92% | - |
| XYZ | 47.39 | 27.66 | 80.68 | - |
| YUV | 142.64 | 179.56 | 182.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 86 | 234 | 0.06 | 0.63 | 0 | 0.08 | 293.92 | 0.78 | 0.63 |
| Hex | DB | 56 | EA | 6 | 3F | 0 | 8 | 126 | 4E | 3F |
| Octal | 333 | 126 | 352 | 6 | 77 | 0 | 10 | 446 | 116 | 77 |
| Binary | 11011011 | 1010110 | 11101010 | 110 | 111111 | 0 | 1000 | 100100110 | 1001110 | 111111 |
Color Harmonies of #DB56EA
Complementary color
Monochromatic Colors of #DB56EA
Black with #DB56EA
Text Example
Text Example
White with #DB56EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB56EA; }
p { color: rgb(219,86,234); }
H1.HeaderClassName
{
color: #DB56EA;
}
.AnyTagClassName
{
color: #DB56EA;
}
</style>
background-color css
<style>
a { background-color: #DB56EA; }
a { background-color: rgb(219,86,234); }
div.DivClassName
{
background-color: #DB56EA;
}
.BgClassName
{
background-color: #DB56EA;
}
</style>
border-color css
<style>
span { border-color: #DB56EA; }
span { border-color: rgb(219,86,234); }
td.TdClassName
{
border-color: #DB56EA;
}
.TagClassName
{
border-color: #DB56EA;
}
</style>