Html Css Color HEX #DB36F0 Free Speech Magenta
📋 copy color: '#DB36F0'red 219 ◦ green 54 ◦ blue 240
Shades of Free Speech Magenta #DB36F0
Tints of Free Speech Magenta #DB36F0
RGB
CMYK
RGB Variations
Color information
#DB36F0 (or 0xDB36F0) is known color: Free Speech Magenta. HEX triplet: DB, 36 and F0. RGB value is (219,54,240). Sum of RGB (Red+Green+Blue) = 219+54+240=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 54 (21.48% from 255 or 10.53% from 513); Blue value is 240 (94.14% from 255 or 46.78% from 513); Max value from RGB is 240 - color contains mainly: blue. Hex color #DB36F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB36F0 is #24C90F. Grayscale: #7B7B7B. Windows color (decimal): -2410768 or 15742683. OLE color: 15742683.
HSL color Cylindrical-coordinate representation of color #DB36F0: hue angle of 293.23º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB36F0 is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 54 | 240 | - |
| CMYK | 0.09 | 0.78 | 0 | 0.06 |
| HSL | 293.23º | 0.86% | 0.58% | - |
| HSV(B) | 293.23º | 0.78% | 0.94% | - |
| XYZ | 46.26 | 23.99 | 84.63 | - |
| YUV | 124.54 | 193.16 | 195.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 54 | 240 | 0.09 | 0.78 | 0 | 0.06 | 293.23 | 0.86 | 0.58 |
| Hex | DB | 36 | F0 | 9 | 4E | 0 | 6 | 125 | 56 | 3A |
| Octal | 333 | 66 | 360 | 11 | 116 | 0 | 6 | 445 | 126 | 72 |
| Binary | 11011011 | 110110 | 11110000 | 1001 | 1001110 | 0 | 110 | 100100101 | 1010110 | 111010 |
Color Harmonies of #DB36F0
Complementary color
Monochromatic Colors of #DB36F0
Black with #DB36F0
Text Example
Text Example
White with #DB36F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB36F0; }
p { color: rgb(219,54,240); }
H1.HeaderClassName
{
color: #DB36F0;
}
.AnyTagClassName
{
color: #DB36F0;
}
</style>
background-color css
<style>
a { background-color: #DB36F0; }
a { background-color: rgb(219,54,240); }
div.DivClassName
{
background-color: #DB36F0;
}
.BgClassName
{
background-color: #DB36F0;
}
</style>
border-color css
<style>
span { border-color: #DB36F0; }
span { border-color: rgb(219,54,240); }
td.TdClassName
{
border-color: #DB36F0;
}
.TagClassName
{
border-color: #DB36F0;
}
</style>