Html Css Color HEX #DB34DB Free Speech Magenta
📋 copy color: '#DB34DB'red 219 ◦ green 52 ◦ blue 219
Shades of Free Speech Magenta #DB34DB
Tints of Free Speech Magenta #DB34DB
RGB
CMYK
RGB Variations
Color information
#DB34DB (or 0xDB34DB) is known color: Free Speech Magenta. HEX triplet: DB, 34 and DB. RGB value is (219,52,219). Sum of RGB (Red+Green+Blue) = 219+52+219=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 52 (20.70% from 255 or 10.61% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB34DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB34DB is #24CB24. Grayscale: #787878. Windows color (decimal): -2411301 or 14365915. OLE color: 14365915.
HSL color Cylindrical-coordinate representation of color #DB34DB: hue angle of 300º 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 #DB34DB is Cyan = 0, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 52 | 219 | - |
CMYK | 0 | 0.76 | 0 | 0.14 |
HSL | 300º | 0.7% | 0.53% | - |
HSV(B) | 300º | 0.76% | 0.86% | - |
XYZ | 43.23 | 22.63 | 69.11 | - |
YUV | 120.97 | 183.33 | 197.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 52 | 219 | 0 | 0.76 | 0 | 0.14 | 300 | 0.7 | 0.53 |
Hex | DB | 34 | DB | 0 | 4C | 0 | E | 12C | 46 | 35 |
Octal | 333 | 64 | 333 | 0 | 114 | 0 | 16 | 454 | 106 | 65 |
Binary | 11011011 | 110100 | 11011011 | 0 | 1001100 | 0 | 1110 | 100101100 | 1000110 | 110101 |
Color Harmonies of #DB34DB
Complementary color
Monochromatic Colors of #DB34DB
Black with #DB34DB
Text Example
Text Example
White with #DB34DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB34DB; }
p { color: rgb(219,52,219); }
H1.HeaderClassName
{
color: #DB34DB;
}
.AnyTagClassName
{
color: #DB34DB;
}
</style>
background-color css
<style>
a { background-color: #DB34DB; }
a { background-color: rgb(219,52,219); }
div.DivClassName
{
background-color: #DB34DB;
}
.BgClassName
{
background-color: #DB34DB;
}
</style>
border-color css
<style>
span { border-color: #DB34DB; }
span { border-color: rgb(219,52,219); }
td.TdClassName
{
border-color: #DB34DB;
}
.TagClassName
{
border-color: #DB34DB;
}
</style>