Html Css Color HEX #DB36E6 Free Speech Magenta
📋 copy color: '#DB36E6'red 219 ◦ green 54 ◦ blue 230
Shades of Free Speech Magenta #DB36E6
Tints of Free Speech Magenta #DB36E6
RGB
CMYK
RGB Variations
Color information
#DB36E6 (or 0xDB36E6) is known color: Free Speech Magenta. HEX triplet: DB, 36 and E6. RGB value is (219,54,230). Sum of RGB (Red+Green+Blue) = 219+54+230=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 54 (21.48% from 255 or 10.74% from 503); Blue value is 230 (90.23% from 255 or 45.73% from 503); Max value from RGB is 230 - color contains mainly: blue. Hex color #DB36E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB36E6 is #24C919. Grayscale: #7A7A7A. Windows color (decimal): -2410778 or 15087323. OLE color: 15087323.
HSL color Cylindrical-coordinate representation of color #DB36E6: hue angle of 296.25º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB36E6 is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 54 | 230 | - |
| CMYK | 0.05 | 0.77 | 0 | 0.10 |
| HSL | 296.25º | 0.78% | 0.56% | - |
| HSV(B) | 296.25º | 0.77% | 0.9% | - |
| XYZ | 44.82 | 23.41 | 77.02 | - |
| YUV | 123.4 | 188.16 | 196.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 54 | 230 | 0.05 | 0.77 | 0 | 0.10 | 296.25 | 0.78 | 0.56 |
| Hex | DB | 36 | E6 | 5 | 4D | 0 | A | 128 | 4E | 38 |
| Octal | 333 | 66 | 346 | 5 | 115 | 0 | 12 | 450 | 116 | 70 |
| Binary | 11011011 | 110110 | 11100110 | 101 | 1001101 | 0 | 1010 | 100101000 | 1001110 | 111000 |
Color Harmonies of #DB36E6
Complementary color
Monochromatic Colors of #DB36E6
Black with #DB36E6
Text Example
Text Example
White with #DB36E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB36E6; }
p { color: rgb(219,54,230); }
H1.HeaderClassName
{
color: #DB36E6;
}
.AnyTagClassName
{
color: #DB36E6;
}
</style>
background-color css
<style>
a { background-color: #DB36E6; }
a { background-color: rgb(219,54,230); }
div.DivClassName
{
background-color: #DB36E6;
}
.BgClassName
{
background-color: #DB36E6;
}
</style>
border-color css
<style>
span { border-color: #DB36E6; }
span { border-color: rgb(219,54,230); }
td.TdClassName
{
border-color: #DB36E6;
}
.TagClassName
{
border-color: #DB36E6;
}
</style>