Html Css Color HEX #DB36D7 Free Speech Magenta
📋 copy color: '#DB36D7'red 219 ◦ green 54 ◦ blue 215
Shades of Free Speech Magenta #DB36D7
Tints of Free Speech Magenta #DB36D7
RGB
CMYK
RGB Variations
Color information
#DB36D7 (or 0xDB36D7) is known color: Free Speech Magenta. HEX triplet: DB, 36 and D7. RGB value is (219,54,215). Sum of RGB (Red+Green+Blue) = 219+54+215=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 54 (21.48% from 255 or 11.07% from 488); Blue value is 215 (84.38% from 255 or 44.06% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DB36D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB36D7 is #24C928. Grayscale: #797979. Windows color (decimal): -2410793 or 14104283. OLE color: 14104283.
HSL color Cylindrical-coordinate representation of color #DB36D7: hue angle of 301.45º 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 #DB36D7 is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 54 | 215 | - |
| CMYK | 0 | 0.75 | 0.02 | 0.14 |
| HSL | 301.45º | 0.7% | 0.54% | - |
| HSV(B) | 301.45º | 0.75% | 0.86% | - |
| XYZ | 42.8 | 22.6 | 66.4 | - |
| YUV | 121.69 | 180.66 | 197.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 54 | 215 | 0 | 0.75 | 0.02 | 0.14 | 301.45 | 0.7 | 0.54 |
| Hex | DB | 36 | D7 | 0 | 4B | 2 | E | 12D | 46 | 36 |
| Octal | 333 | 66 | 327 | 0 | 113 | 2 | 16 | 455 | 106 | 66 |
| Binary | 11011011 | 110110 | 11010111 | 0 | 1001011 | 10 | 1110 | 100101101 | 1000110 | 110110 |
Color Harmonies of #DB36D7
Complementary color
Monochromatic Colors of #DB36D7
Black with #DB36D7
Text Example
Text Example
White with #DB36D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB36D7; }
p { color: rgb(219,54,215); }
H1.HeaderClassName
{
color: #DB36D7;
}
.AnyTagClassName
{
color: #DB36D7;
}
</style>
background-color css
<style>
a { background-color: #DB36D7; }
a { background-color: rgb(219,54,215); }
div.DivClassName
{
background-color: #DB36D7;
}
.BgClassName
{
background-color: #DB36D7;
}
</style>
border-color css
<style>
span { border-color: #DB36D7; }
span { border-color: rgb(219,54,215); }
td.TdClassName
{
border-color: #DB36D7;
}
.TagClassName
{
border-color: #DB36D7;
}
</style>