Html Css Color HEX #DB36D5 Free Speech Magenta
📋 copy color: '#DB36D5'red 219 ◦ green 54 ◦ blue 213
Shades of Free Speech Magenta #DB36D5
Tints of Free Speech Magenta #DB36D5
RGB
CMYK
RGB Variations
Color information
#DB36D5 (or 0xDB36D5) is known color: Free Speech Magenta. HEX triplet: DB, 36 and D5. RGB value is (219,54,213). Sum of RGB (Red+Green+Blue) = 219+54+213=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 54 (21.48% from 255 or 11.11% from 486); Blue value is 213 (83.59% from 255 or 43.83% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DB36D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB36D5 is #24C92A. Grayscale: #787878. Windows color (decimal): -2410795 or 13973211. OLE color: 13973211.
HSL color Cylindrical-coordinate representation of color #DB36D5: hue angle of 302.18º 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 #DB36D5 is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 54 | 213 | - |
| CMYK | 0 | 0.75 | 0.03 | 0.14 |
| HSL | 302.18º | 0.7% | 0.54% | - |
| HSV(B) | 302.18º | 0.75% | 0.86% | - |
| XYZ | 42.54 | 22.5 | 65.05 | - |
| YUV | 121.46 | 179.66 | 197.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 54 | 213 | 0 | 0.75 | 0.03 | 0.14 | 302.18 | 0.7 | 0.54 |
| Hex | DB | 36 | D5 | 0 | 4B | 3 | E | 12E | 46 | 36 |
| Octal | 333 | 66 | 325 | 0 | 113 | 3 | 16 | 456 | 106 | 66 |
| Binary | 11011011 | 110110 | 11010101 | 0 | 1001011 | 11 | 1110 | 100101110 | 1000110 | 110110 |
Color Harmonies of #DB36D5
Complementary color
Monochromatic Colors of #DB36D5
Black with #DB36D5
Text Example
Text Example
White with #DB36D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB36D5; }
p { color: rgb(219,54,213); }
H1.HeaderClassName
{
color: #DB36D5;
}
.AnyTagClassName
{
color: #DB36D5;
}
</style>
background-color css
<style>
a { background-color: #DB36D5; }
a { background-color: rgb(219,54,213); }
div.DivClassName
{
background-color: #DB36D5;
}
.BgClassName
{
background-color: #DB36D5;
}
</style>
border-color css
<style>
span { border-color: #DB36D5; }
span { border-color: rgb(219,54,213); }
td.TdClassName
{
border-color: #DB36D5;
}
.TagClassName
{
border-color: #DB36D5;
}
</style>