Html Css Color HEX #DB36F1 Free Speech Magenta
📋 copy color: '#DB36F1'red 219 ◦ green 54 ◦ blue 241
Shades of Free Speech Magenta #DB36F1
Tints of Free Speech Magenta #DB36F1
RGB
CMYK
RGB Variations
Color information
#DB36F1 (or 0xDB36F1) is known color: Free Speech Magenta. HEX triplet: DB, 36 and F1. RGB value is (219,54,241). Sum of RGB (Red+Green+Blue) = 219+54+241=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 54 (21.48% from 255 or 10.51% from 514); Blue value is 241 (94.53% from 255 or 46.89% from 514); Max value from RGB is 241 - color contains mainly: blue. Hex color #DB36F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB36F1 is #24C90E. Grayscale: #7C7C7C. Windows color (decimal): -2410767 or 15808219. OLE color: 15808219.
HSL color Cylindrical-coordinate representation of color #DB36F1: hue angle of 292.94º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB36F1 is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 54 | 241 | - |
| CMYK | 0.09 | 0.78 | 0 | 0.05 |
| HSL | 292.94º | 0.87% | 0.58% | - |
| HSV(B) | 292.94º | 0.78% | 0.95% | - |
| XYZ | 46.41 | 24.05 | 85.41 | - |
| YUV | 124.65 | 193.66 | 195.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 54 | 241 | 0.09 | 0.78 | 0 | 0.05 | 292.94 | 0.87 | 0.58 |
| Hex | DB | 36 | F1 | 9 | 4E | 0 | 5 | 125 | 57 | 3A |
| Octal | 333 | 66 | 361 | 11 | 116 | 0 | 5 | 445 | 127 | 72 |
| Binary | 11011011 | 110110 | 11110001 | 1001 | 1001110 | 0 | 101 | 100100101 | 1010111 | 111010 |
Color Harmonies of #DB36F1
Complementary color
Monochromatic Colors of #DB36F1
Black with #DB36F1
Text Example
Text Example
White with #DB36F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB36F1; }
p { color: rgb(219,54,241); }
H1.HeaderClassName
{
color: #DB36F1;
}
.AnyTagClassName
{
color: #DB36F1;
}
</style>
background-color css
<style>
a { background-color: #DB36F1; }
a { background-color: rgb(219,54,241); }
div.DivClassName
{
background-color: #DB36F1;
}
.BgClassName
{
background-color: #DB36F1;
}
</style>
border-color css
<style>
span { border-color: #DB36F1; }
span { border-color: rgb(219,54,241); }
td.TdClassName
{
border-color: #DB36F1;
}
.TagClassName
{
border-color: #DB36F1;
}
</style>