Html Css Color HEX #DB36DB Free Speech Magenta
📋 copy color: '#DB36DB'red 219 ◦ green 54 ◦ blue 219
Shades of Free Speech Magenta #DB36DB
Tints of Free Speech Magenta #DB36DB
RGB
CMYK
RGB Variations
Color information
#DB36DB (or 0xDB36DB) is known color: Free Speech Magenta. HEX triplet: DB, 36 and DB. RGB value is (219,54,219). Sum of RGB (Red+Green+Blue) = 219+54+219=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 54 (21.48% from 255 or 10.98% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB36DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB36DB is #24C924. Grayscale: #797979. Windows color (decimal): -2410789 or 14366427. OLE color: 14366427.
HSL color Cylindrical-coordinate representation of color #DB36DB: hue angle of 300º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB36DB is Cyan = 0, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 54 | 219 | - |
| CMYK | 0 | 0.75 | 0 | 0.14 |
| HSL | 300º | 0.7% | 0.54% | - |
| HSV(B) | 300º | 0.75% | 0.86% | - |
| XYZ | 43.32 | 22.81 | 69.14 | - |
| YUV | 122.15 | 182.66 | 197.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 54 | 219 | 0 | 0.75 | 0 | 0.14 | 300 | 0.7 | 0.54 |
| Hex | DB | 36 | DB | 0 | 4B | 0 | E | 12C | 46 | 36 |
| Octal | 333 | 66 | 333 | 0 | 113 | 0 | 16 | 454 | 106 | 66 |
| Binary | 11011011 | 110110 | 11011011 | 0 | 1001011 | 0 | 1110 | 100101100 | 1000110 | 110110 |
Color Harmonies of #DB36DB
Complementary color
Monochromatic Colors of #DB36DB
Black with #DB36DB
Text Example
Text Example
White with #DB36DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB36DB; }
p { color: rgb(219,54,219); }
H1.HeaderClassName
{
color: #DB36DB;
}
.AnyTagClassName
{
color: #DB36DB;
}
</style>
background-color css
<style>
a { background-color: #DB36DB; }
a { background-color: rgb(219,54,219); }
div.DivClassName
{
background-color: #DB36DB;
}
.BgClassName
{
background-color: #DB36DB;
}
</style>
border-color css
<style>
span { border-color: #DB36DB; }
span { border-color: rgb(219,54,219); }
td.TdClassName
{
border-color: #DB36DB;
}
.TagClassName
{
border-color: #DB36DB;
}
</style>