Html Css Color HEX #DB37FA Free Speech Magenta
📋 copy color: '#DB37FA'red 219 ◦ green 55 ◦ blue 250
Shades of Free Speech Magenta #DB37FA
Tints of Free Speech Magenta #DB37FA
RGB
CMYK
RGB Variations
Color information
#DB37FA (or 0xDB37FA) is known color: Free Speech Magenta. HEX triplet: DB, 37 and FA. RGB value is (219,55,250). Sum of RGB (Red+Green+Blue) = 219+55+250=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 55 (21.88% from 255 or 10.50% from 524); Blue value is 250 (98.05% from 255 or 47.71% from 524); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB37FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB37FA is #24C805. Grayscale: #7D7D7D. Windows color (decimal): -2410502 or 16398299. OLE color: 16398299.
HSL color Cylindrical-coordinate representation of color #DB37FA: hue angle of 290.46º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB37FA is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 55 | 250 | - |
| CMYK | 0.12 | 0.78 | 0 | 0.02 |
| HSL | 290.46º | 0.95% | 0.6% | - |
| HSV(B) | 290.46º | 0.78% | 0.98% | - |
| XYZ | 47.83 | 24.69 | 92.69 | - |
| YUV | 126.27 | 197.83 | 194.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 55 | 250 | 0.12 | 0.78 | 0 | 0.02 | 290.46 | 0.95 | 0.6 |
| Hex | DB | 37 | FA | C | 4E | 0 | 2 | 122 | 5F | 3C |
| Octal | 333 | 67 | 372 | 14 | 116 | 0 | 2 | 442 | 137 | 74 |
| Binary | 11011011 | 110111 | 11111010 | 1100 | 1001110 | 0 | 10 | 100100010 | 1011111 | 111100 |
Color Harmonies of #DB37FA
Complementary color
Monochromatic Colors of #DB37FA
Black with #DB37FA
Text Example
Text Example
White with #DB37FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB37FA; }
p { color: rgb(219,55,250); }
H1.HeaderClassName
{
color: #DB37FA;
}
.AnyTagClassName
{
color: #DB37FA;
}
</style>
background-color css
<style>
a { background-color: #DB37FA; }
a { background-color: rgb(219,55,250); }
div.DivClassName
{
background-color: #DB37FA;
}
.BgClassName
{
background-color: #DB37FA;
}
</style>
border-color css
<style>
span { border-color: #DB37FA; }
span { border-color: rgb(219,55,250); }
td.TdClassName
{
border-color: #DB37FA;
}
.TagClassName
{
border-color: #DB37FA;
}
</style>