Html Css Color HEX #DB40EA Free Speech Magenta
📋 copy color: '#DB40EA'red 219 ◦ green 64 ◦ blue 234
Shades of Free Speech Magenta #DB40EA
Tints of Free Speech Magenta #DB40EA
RGB
CMYK
RGB Variations
Color information
#DB40EA (or 0xDB40EA) is known color: Free Speech Magenta. HEX triplet: DB, 40 and EA. RGB value is (219,64,234). Sum of RGB (Red+Green+Blue) = 219+64+234=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 64 (25.39% from 255 or 12.38% from 517); Blue value is 234 (91.80% from 255 or 45.26% from 517); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB40EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB40EA is #24BF15. Grayscale: #818181. Windows color (decimal): -2408214 or 15352027. OLE color: 15352027.
HSL color Cylindrical-coordinate representation of color #DB40EA: hue angle of 294.71º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB40EA is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 64 | 234 | - |
| CMYK | 0.06 | 0.73 | 0 | 0.08 |
| HSL | 294.71º | 0.8% | 0.58% | - |
| HSV(B) | 294.71º | 0.73% | 0.92% | - |
| XYZ | 45.9 | 24.67 | 80.18 | - |
| YUV | 129.73 | 186.85 | 191.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 64 | 234 | 0.06 | 0.73 | 0 | 0.08 | 294.71 | 0.8 | 0.58 |
| Hex | DB | 40 | EA | 6 | 49 | 0 | 8 | 127 | 50 | 3A |
| Octal | 333 | 100 | 352 | 6 | 111 | 0 | 10 | 447 | 120 | 72 |
| Binary | 11011011 | 1000000 | 11101010 | 110 | 1001001 | 0 | 1000 | 100100111 | 1010000 | 111010 |
Color Harmonies of #DB40EA
Complementary color
Monochromatic Colors of #DB40EA
Black with #DB40EA
Text Example
Text Example
White with #DB40EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB40EA; }
p { color: rgb(219,64,234); }
H1.HeaderClassName
{
color: #DB40EA;
}
.AnyTagClassName
{
color: #DB40EA;
}
</style>
background-color css
<style>
a { background-color: #DB40EA; }
a { background-color: rgb(219,64,234); }
div.DivClassName
{
background-color: #DB40EA;
}
.BgClassName
{
background-color: #DB40EA;
}
</style>
border-color css
<style>
span { border-color: #DB40EA; }
span { border-color: rgb(219,64,234); }
td.TdClassName
{
border-color: #DB40EA;
}
.TagClassName
{
border-color: #DB40EA;
}
</style>