Html Css Color HEX #DB37F4 Free Speech Magenta
📋 copy color: '#DB37F4'red 219 ◦ green 55 ◦ blue 244
Shades of Free Speech Magenta #DB37F4
Tints of Free Speech Magenta #DB37F4
RGB
CMYK
RGB Variations
Color information
#DB37F4 (or 0xDB37F4) is known color: Free Speech Magenta. HEX triplet: DB, 37 and F4. RGB value is (219,55,244). Sum of RGB (Red+Green+Blue) = 219+55+244=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 55 (21.88% from 255 or 10.62% from 518); Blue value is 244 (95.70% from 255 or 47.10% from 518); Max value from RGB is 244 - color contains mainly: blue. Hex color #DB37F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB37F4 is #24C80B. Grayscale: #7C7C7C. Windows color (decimal): -2410508 or 16005083. OLE color: 16005083.
HSL color Cylindrical-coordinate representation of color #DB37F4: hue angle of 292.06º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB37F4 is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 55 | 244 | - |
| CMYK | 0.10 | 0.77 | 0 | 0.04 |
| HSL | 292.06º | 0.9% | 0.59% | - |
| HSV(B) | 292.06º | 0.77% | 0.96% | - |
| XYZ | 46.91 | 24.32 | 87.81 | - |
| YUV | 125.58 | 194.83 | 194.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 55 | 244 | 0.10 | 0.77 | 0 | 0.04 | 292.06 | 0.9 | 0.59 |
| Hex | DB | 37 | F4 | A | 4D | 0 | 4 | 124 | 5A | 3B |
| Octal | 333 | 67 | 364 | 12 | 115 | 0 | 4 | 444 | 132 | 73 |
| Binary | 11011011 | 110111 | 11110100 | 1010 | 1001101 | 0 | 100 | 100100100 | 1011010 | 111011 |
Color Harmonies of #DB37F4
Complementary color
Monochromatic Colors of #DB37F4
Black with #DB37F4
Text Example
Text Example
White with #DB37F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB37F4; }
p { color: rgb(219,55,244); }
H1.HeaderClassName
{
color: #DB37F4;
}
.AnyTagClassName
{
color: #DB37F4;
}
</style>
background-color css
<style>
a { background-color: #DB37F4; }
a { background-color: rgb(219,55,244); }
div.DivClassName
{
background-color: #DB37F4;
}
.BgClassName
{
background-color: #DB37F4;
}
</style>
border-color css
<style>
span { border-color: #DB37F4; }
span { border-color: rgb(219,55,244); }
td.TdClassName
{
border-color: #DB37F4;
}
.TagClassName
{
border-color: #DB37F4;
}
</style>