Html Css Color HEX #DB34E5 Free Speech Magenta
📋 copy color: '#DB34E5'red 219 ◦ green 52 ◦ blue 229
Shades of Free Speech Magenta #DB34E5
Tints of Free Speech Magenta #DB34E5
RGB
CMYK
RGB Variations
Color information
#DB34E5 (or 0xDB34E5) is known color: Free Speech Magenta. HEX triplet: DB, 34 and E5. RGB value is (219,52,229). Sum of RGB (Red+Green+Blue) = 219+52+229=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 52 (20.70% from 255 or 10.4% from 500); Blue value is 229 (89.84% from 255 or 45.8% from 500); Max value from RGB is 229 - color contains mainly: blue. Hex color #DB34E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB34E5 is #24CB1A. Grayscale: #797979. Windows color (decimal): -2411291 or 15021275. OLE color: 15021275.
HSL color Cylindrical-coordinate representation of color #DB34E5: hue angle of 296.61º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB34E5 is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 52 | 229 | - |
| CMYK | 0.04 | 0.77 | 0 | 0.10 |
| HSL | 296.61º | 0.77% | 0.55% | - |
| HSV(B) | 296.61º | 0.77% | 0.9% | - |
| XYZ | 44.58 | 23.17 | 76.25 | - |
| YUV | 122.11 | 188.33 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 52 | 229 | 0.04 | 0.77 | 0 | 0.10 | 296.61 | 0.77 | 0.55 |
| Hex | DB | 34 | E5 | 4 | 4D | 0 | A | 129 | 4D | 37 |
| Octal | 333 | 64 | 345 | 4 | 115 | 0 | 12 | 451 | 115 | 67 |
| Binary | 11011011 | 110100 | 11100101 | 100 | 1001101 | 0 | 1010 | 100101001 | 1001101 | 110111 |
Color Harmonies of #DB34E5
Complementary color
Monochromatic Colors of #DB34E5
Black with #DB34E5
Text Example
Text Example
White with #DB34E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB34E5; }
p { color: rgb(219,52,229); }
H1.HeaderClassName
{
color: #DB34E5;
}
.AnyTagClassName
{
color: #DB34E5;
}
</style>
background-color css
<style>
a { background-color: #DB34E5; }
a { background-color: rgb(219,52,229); }
div.DivClassName
{
background-color: #DB34E5;
}
.BgClassName
{
background-color: #DB34E5;
}
</style>
border-color css
<style>
span { border-color: #DB34E5; }
span { border-color: rgb(219,52,229); }
td.TdClassName
{
border-color: #DB34E5;
}
.TagClassName
{
border-color: #DB34E5;
}
</style>