Html Css Color HEX #DB34D3 Free Speech Magenta
📋 copy color: '#DB34D3'red 219 ◦ green 52 ◦ blue 211
Shades of Free Speech Magenta #DB34D3
Tints of Free Speech Magenta #DB34D3
RGB
CMYK
RGB Variations
Color information
#DB34D3 (or 0xDB34D3) is known color: Free Speech Magenta. HEX triplet: DB, 34 and D3. RGB value is (219,52,211). Sum of RGB (Red+Green+Blue) = 219+52+211=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 52 (20.70% from 255 or 10.79% from 482); Blue value is 211 (82.81% from 255 or 43.78% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DB34D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB34D3 is #24CB2C. Grayscale: #777777. Windows color (decimal): -2411309 or 13841627. OLE color: 13841627.
HSL color Cylindrical-coordinate representation of color #DB34D3: hue angle of 302.87º degrees, saturation: 0.7, 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 #DB34D3 is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 52 | 211 | - |
| CMYK | 0 | 0.76 | 0.04 | 0.14 |
| HSL | 302.87º | 0.7% | 0.53% | - |
| HSV(B) | 302.87º | 0.76% | 0.86% | - |
| XYZ | 42.2 | 22.22 | 63.69 | - |
| YUV | 120.06 | 179.33 | 198.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 52 | 211 | 0 | 0.76 | 0.04 | 0.14 | 302.87 | 0.7 | 0.53 |
| Hex | DB | 34 | D3 | 0 | 4C | 4 | E | 12F | 46 | 35 |
| Octal | 333 | 64 | 323 | 0 | 114 | 4 | 16 | 457 | 106 | 65 |
| Binary | 11011011 | 110100 | 11010011 | 0 | 1001100 | 100 | 1110 | 100101111 | 1000110 | 110101 |
Color Harmonies of #DB34D3
Complementary color
Monochromatic Colors of #DB34D3
Black with #DB34D3
Text Example
Text Example
White with #DB34D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB34D3; }
p { color: rgb(219,52,211); }
H1.HeaderClassName
{
color: #DB34D3;
}
.AnyTagClassName
{
color: #DB34D3;
}
</style>
background-color css
<style>
a { background-color: #DB34D3; }
a { background-color: rgb(219,52,211); }
div.DivClassName
{
background-color: #DB34D3;
}
.BgClassName
{
background-color: #DB34D3;
}
</style>
border-color css
<style>
span { border-color: #DB34D3; }
span { border-color: rgb(219,52,211); }
td.TdClassName
{
border-color: #DB34D3;
}
.TagClassName
{
border-color: #DB34D3;
}
</style>