Html Css Color HEX #DB34DC Free Speech Magenta
📋 copy color: '#DB34DC'red 219 ◦ green 52 ◦ blue 220
Shades of Free Speech Magenta #DB34DC
Tints of Free Speech Magenta #DB34DC
RGB
CMYK
RGB Variations
Color information
#DB34DC (or 0xDB34DC) is known color: Free Speech Magenta. HEX triplet: DB, 34 and DC. RGB value is (219,52,220). Sum of RGB (Red+Green+Blue) = 219+52+220=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 52 (20.70% from 255 or 10.59% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB34DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB34DC is #24CB23. Grayscale: #787878. Windows color (decimal): -2411300 or 14431451. OLE color: 14431451.
HSL color Cylindrical-coordinate representation of color #DB34DC: hue angle of 299.64º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB34DC is Cyan = 0.00, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 52 | 220 | - |
| CMYK | 0.00 | 0.76 | 0 | 0.14 |
| HSL | 299.64º | 0.71% | 0.53% | - |
| HSV(B) | 299.64º | 0.76% | 0.86% | - |
| XYZ | 43.36 | 22.68 | 69.8 | - |
| YUV | 121.09 | 183.83 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 52 | 220 | 0.00 | 0.76 | 0 | 0.14 | 299.64 | 0.71 | 0.53 |
| Hex | DB | 34 | DC | 0 | 4C | 0 | E | 12C | 47 | 35 |
| Octal | 333 | 64 | 334 | 0 | 114 | 0 | 16 | 454 | 107 | 65 |
| Binary | 11011011 | 110100 | 11011100 | 0 | 1001100 | 0 | 1110 | 100101100 | 1000111 | 110101 |
Color Harmonies of #DB34DC
Complementary color
Monochromatic Colors of #DB34DC
Black with #DB34DC
Text Example
Text Example
White with #DB34DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB34DC; }
p { color: rgb(219,52,220); }
H1.HeaderClassName
{
color: #DB34DC;
}
.AnyTagClassName
{
color: #DB34DC;
}
</style>
background-color css
<style>
a { background-color: #DB34DC; }
a { background-color: rgb(219,52,220); }
div.DivClassName
{
background-color: #DB34DC;
}
.BgClassName
{
background-color: #DB34DC;
}
</style>
border-color css
<style>
span { border-color: #DB34DC; }
span { border-color: rgb(219,52,220); }
td.TdClassName
{
border-color: #DB34DC;
}
.TagClassName
{
border-color: #DB34DC;
}
</style>