Html Css Color HEX #DB40EB Free Speech Magenta
📋 copy color: '#DB40EB'red 219 ◦ green 64 ◦ blue 235
Shades of Free Speech Magenta #DB40EB
Tints of Free Speech Magenta #DB40EB
RGB
CMYK
RGB Variations
Color information
#DB40EB (or 0xDB40EB) is known color: Free Speech Magenta. HEX triplet: DB, 40 and EB. RGB value is (219,64,235). Sum of RGB (Red+Green+Blue) = 219+64+235=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 64 (25.39% from 255 or 12.36% from 518); Blue value is 235 (92.19% from 255 or 45.37% from 518); Max value from RGB is 235 - color contains mainly: blue. Hex color #DB40EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB40EB is #24BF14. Grayscale: #818181. Windows color (decimal): -2408213 or 15417563. OLE color: 15417563.
HSL color Cylindrical-coordinate representation of color #DB40EB: hue angle of 294.39º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB40EB is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 64 | 235 | - |
| CMYK | 0.07 | 0.73 | 0 | 0.08 |
| HSL | 294.39º | 0.81% | 0.59% | - |
| HSV(B) | 294.39º | 0.73% | 0.92% | - |
| XYZ | 46.04 | 24.73 | 80.94 | - |
| YUV | 129.84 | 187.35 | 191.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 64 | 235 | 0.07 | 0.73 | 0 | 0.08 | 294.39 | 0.81 | 0.59 |
| Hex | DB | 40 | EB | 7 | 49 | 0 | 8 | 126 | 51 | 3B |
| Octal | 333 | 100 | 353 | 7 | 111 | 0 | 10 | 446 | 121 | 73 |
| Binary | 11011011 | 1000000 | 11101011 | 111 | 1001001 | 0 | 1000 | 100100110 | 1010001 | 111011 |
Color Harmonies of #DB40EB
Complementary color
Monochromatic Colors of #DB40EB
Black with #DB40EB
Text Example
Text Example
White with #DB40EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB40EB; }
p { color: rgb(219,64,235); }
H1.HeaderClassName
{
color: #DB40EB;
}
.AnyTagClassName
{
color: #DB40EB;
}
</style>
background-color css
<style>
a { background-color: #DB40EB; }
a { background-color: rgb(219,64,235); }
div.DivClassName
{
background-color: #DB40EB;
}
.BgClassName
{
background-color: #DB40EB;
}
</style>
border-color css
<style>
span { border-color: #DB40EB; }
span { border-color: rgb(219,64,235); }
td.TdClassName
{
border-color: #DB40EB;
}
.TagClassName
{
border-color: #DB40EB;
}
</style>