Html Css Color HEX #DB36D0 Free Speech Magenta
📋 copy color: '#DB36D0'red 219 ◦ green 54 ◦ blue 208
Shades of Free Speech Magenta #DB36D0
Tints of Free Speech Magenta #DB36D0
RGB
CMYK
RGB Variations
Color information
#DB36D0 (or 0xDB36D0) is known color: Free Speech Magenta. HEX triplet: DB, 36 and D0. RGB value is (219,54,208). Sum of RGB (Red+Green+Blue) = 219+54+208=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 54 (21.48% from 255 or 11.23% from 481); Blue value is 208 (81.64% from 255 or 43.24% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DB36D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB36D0 is #24C92F. Grayscale: #787878. Windows color (decimal): -2410800 or 13645531. OLE color: 13645531.
HSL color Cylindrical-coordinate representation of color #DB36D0: hue angle of 304º 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 #DB36D0 is Cyan = 0, Magento = 0.75, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 54 | 208 | - |
| CMYK | 0 | 0.75 | 0.05 | 0.14 |
| HSL | 304º | 0.7% | 0.54% | - |
| HSV(B) | 304º | 0.75% | 0.86% | - |
| XYZ | 41.92 | 22.25 | 61.76 | - |
| YUV | 120.89 | 177.16 | 197.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 54 | 208 | 0 | 0.75 | 0.05 | 0.14 | 304 | 0.7 | 0.54 |
| Hex | DB | 36 | D0 | 0 | 4B | 5 | E | 130 | 46 | 36 |
| Octal | 333 | 66 | 320 | 0 | 113 | 5 | 16 | 460 | 106 | 66 |
| Binary | 11011011 | 110110 | 11010000 | 0 | 1001011 | 101 | 1110 | 100110000 | 1000110 | 110110 |
Color Harmonies of #DB36D0
Complementary color
Monochromatic Colors of #DB36D0
Black with #DB36D0
Text Example
Text Example
White with #DB36D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB36D0; }
p { color: rgb(219,54,208); }
H1.HeaderClassName
{
color: #DB36D0;
}
.AnyTagClassName
{
color: #DB36D0;
}
</style>
background-color css
<style>
a { background-color: #DB36D0; }
a { background-color: rgb(219,54,208); }
div.DivClassName
{
background-color: #DB36D0;
}
.BgClassName
{
background-color: #DB36D0;
}
</style>
border-color css
<style>
span { border-color: #DB36D0; }
span { border-color: rgb(219,54,208); }
td.TdClassName
{
border-color: #DB36D0;
}
.TagClassName
{
border-color: #DB36D0;
}
</style>