Html Css Color HEX #DB50F4 Free Speech Magenta
📋 copy color: '#DB50F4'red 219 ◦ green 80 ◦ blue 244
Shades of Free Speech Magenta #DB50F4
Tints of Free Speech Magenta #DB50F4
RGB
CMYK
RGB Variations
Color information
#DB50F4 (or 0xDB50F4) is known color: Free Speech Magenta. HEX triplet: DB, 50 and F4. RGB value is (219,80,244). Sum of RGB (Red+Green+Blue) = 219+80+244=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 80 (31.64% from 255 or 14.73% from 543); Blue value is 244 (95.70% from 255 or 44.94% from 543); Max value from RGB is 244 - color contains mainly: blue. Hex color #DB50F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB50F4 is #24AF0B. Grayscale: #8B8B8B. Windows color (decimal): -2404108 or 16011483. OLE color: 16011483.
HSL color Cylindrical-coordinate representation of color #DB50F4: hue angle of 290.85º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DB50F4 is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 80 | 244 | - |
| CMYK | 0.10 | 0.67 | 0 | 0.04 |
| HSL | 290.85º | 0.88% | 0.64% | - |
| HSV(B) | 290.85º | 0.67% | 0.96% | - |
| XYZ | 48.41 | 27.33 | 88.31 | - |
| YUV | 140.26 | 186.55 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 80 | 244 | 0.10 | 0.67 | 0 | 0.04 | 290.85 | 0.88 | 0.64 |
| Hex | DB | 50 | F4 | A | 43 | 0 | 4 | 123 | 58 | 40 |
| Octal | 333 | 120 | 364 | 12 | 103 | 0 | 4 | 443 | 130 | 100 |
| Binary | 11011011 | 1010000 | 11110100 | 1010 | 1000011 | 0 | 100 | 100100011 | 1011000 | 1000000 |
Color Harmonies of #DB50F4
Complementary color
Monochromatic Colors of #DB50F4
Black with #DB50F4
Text Example
Text Example
White with #DB50F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB50F4; }
p { color: rgb(219,80,244); }
H1.HeaderClassName
{
color: #DB50F4;
}
.AnyTagClassName
{
color: #DB50F4;
}
</style>
background-color css
<style>
a { background-color: #DB50F4; }
a { background-color: rgb(219,80,244); }
div.DivClassName
{
background-color: #DB50F4;
}
.BgClassName
{
background-color: #DB50F4;
}
</style>
border-color css
<style>
span { border-color: #DB50F4; }
span { border-color: rgb(219,80,244); }
td.TdClassName
{
border-color: #DB50F4;
}
.TagClassName
{
border-color: #DB50F4;
}
</style>