Html Css Color HEX #DB56EE Free Speech Magenta
📋 copy color: '#DB56EE'red 219 ◦ green 86 ◦ blue 238
Shades of Free Speech Magenta #DB56EE
Tints of Free Speech Magenta #DB56EE
RGB
CMYK
RGB Variations
Color information
#DB56EE (or 0xDB56EE) is known color: Free Speech Magenta. HEX triplet: DB, 56 and EE. RGB value is (219,86,238). Sum of RGB (Red+Green+Blue) = 219+86+238=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 86 (33.98% from 255 or 15.84% from 543); Blue value is 238 (93.36% from 255 or 43.83% from 543); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB56EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB56EE is #24A911. Grayscale: #8E8E8E. Windows color (decimal): -2402578 or 15619803. OLE color: 15619803.
HSL color Cylindrical-coordinate representation of color #DB56EE: hue angle of 292.5º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DB56EE is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 86 | 238 | - |
| CMYK | 0.08 | 0.64 | 0 | 0.07 |
| HSL | 292.5º | 0.82% | 0.64% | - |
| HSV(B) | 292.5º | 0.64% | 0.93% | - |
| XYZ | 47.97 | 27.89 | 83.74 | - |
| YUV | 143.1 | 181.56 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 86 | 238 | 0.08 | 0.64 | 0 | 0.07 | 292.5 | 0.82 | 0.64 |
| Hex | DB | 56 | EE | 8 | 40 | 0 | 7 | 124 | 52 | 40 |
| Octal | 333 | 126 | 356 | 10 | 100 | 0 | 7 | 444 | 122 | 100 |
| Binary | 11011011 | 1010110 | 11101110 | 1000 | 1000000 | 0 | 111 | 100100100 | 1010010 | 1000000 |
Color Harmonies of #DB56EE
Complementary color
Monochromatic Colors of #DB56EE
Black with #DB56EE
Text Example
Text Example
White with #DB56EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB56EE; }
p { color: rgb(219,86,238); }
H1.HeaderClassName
{
color: #DB56EE;
}
.AnyTagClassName
{
color: #DB56EE;
}
</style>
background-color css
<style>
a { background-color: #DB56EE; }
a { background-color: rgb(219,86,238); }
div.DivClassName
{
background-color: #DB56EE;
}
.BgClassName
{
background-color: #DB56EE;
}
</style>
border-color css
<style>
span { border-color: #DB56EE; }
span { border-color: rgb(219,86,238); }
td.TdClassName
{
border-color: #DB56EE;
}
.TagClassName
{
border-color: #DB56EE;
}
</style>