Html Css Color HEX #DB34E6 Free Speech Magenta
📋 copy color: '#DB34E6'red 219 ◦ green 52 ◦ blue 230
Shades of Free Speech Magenta #DB34E6
Tints of Free Speech Magenta #DB34E6
RGB
CMYK
RGB Variations
Color information
#DB34E6 (or 0xDB34E6) is known color: Free Speech Magenta. HEX triplet: DB, 34 and E6. RGB value is (219,52,230). Sum of RGB (Red+Green+Blue) = 219+52+230=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 52 (20.70% from 255 or 10.38% from 501); Blue value is 230 (90.23% from 255 or 45.91% from 501); Max value from RGB is 230 - color contains mainly: blue. Hex color #DB34E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB34E6 is #24CB19. Grayscale: #797979. Windows color (decimal): -2411290 or 15086811. OLE color: 15086811.
HSL color Cylindrical-coordinate representation of color #DB34E6: hue angle of 296.29º degrees, saturation: 0.78, 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 #DB34E6 is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 52 | 230 | - |
| CMYK | 0.05 | 0.77 | 0 | 0.10 |
| HSL | 296.29º | 0.78% | 0.55% | - |
| HSV(B) | 296.29º | 0.77% | 0.9% | - |
| XYZ | 44.72 | 23.23 | 76.99 | - |
| YUV | 122.23 | 188.83 | 197.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 52 | 230 | 0.05 | 0.77 | 0 | 0.10 | 296.29 | 0.78 | 0.55 |
| Hex | DB | 34 | E6 | 5 | 4D | 0 | A | 128 | 4E | 37 |
| Octal | 333 | 64 | 346 | 5 | 115 | 0 | 12 | 450 | 116 | 67 |
| Binary | 11011011 | 110100 | 11100110 | 101 | 1001101 | 0 | 1010 | 100101000 | 1001110 | 110111 |
Color Harmonies of #DB34E6
Complementary color
Monochromatic Colors of #DB34E6
Black with #DB34E6
Text Example
Text Example
White with #DB34E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB34E6; }
p { color: rgb(219,52,230); }
H1.HeaderClassName
{
color: #DB34E6;
}
.AnyTagClassName
{
color: #DB34E6;
}
</style>
background-color css
<style>
a { background-color: #DB34E6; }
a { background-color: rgb(219,52,230); }
div.DivClassName
{
background-color: #DB34E6;
}
.BgClassName
{
background-color: #DB34E6;
}
</style>
border-color css
<style>
span { border-color: #DB34E6; }
span { border-color: rgb(219,52,230); }
td.TdClassName
{
border-color: #DB34E6;
}
.TagClassName
{
border-color: #DB34E6;
}
</style>