Html Css Color HEX #DB3BF0 Free Speech Magenta
📋 copy color: '#DB3BF0'red 219 ◦ green 59 ◦ blue 240
Shades of Free Speech Magenta #DB3BF0
Tints of Free Speech Magenta #DB3BF0
RGB
CMYK
RGB Variations
Color information
#DB3BF0 (or 0xDB3BF0) is known color: Free Speech Magenta. HEX triplet: DB, 3B and F0. RGB value is (219,59,240). Sum of RGB (Red+Green+Blue) = 219+59+240=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 59 (23.44% from 255 or 11.39% from 518); Blue value is 240 (94.14% from 255 or 46.33% from 518); Max value from RGB is 240 - color contains mainly: blue. Hex color #DB3BF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB3BF0 is #24C40F. Grayscale: #7E7E7E. Windows color (decimal): -2409488 or 15743963. OLE color: 15743963.
HSL color Cylindrical-coordinate representation of color #DB3BF0: hue angle of 293.04º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB3BF0 is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 59 | 240 | - |
| CMYK | 0.09 | 0.75 | 0 | 0.06 |
| HSL | 293.04º | 0.86% | 0.59% | - |
| HSV(B) | 293.04º | 0.75% | 0.94% | - |
| XYZ | 46.51 | 24.48 | 84.71 | - |
| YUV | 127.47 | 191.51 | 193.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 59 | 240 | 0.09 | 0.75 | 0 | 0.06 | 293.04 | 0.86 | 0.59 |
| Hex | DB | 3B | F0 | 9 | 4B | 0 | 6 | 125 | 56 | 3B |
| Octal | 333 | 73 | 360 | 11 | 113 | 0 | 6 | 445 | 126 | 73 |
| Binary | 11011011 | 111011 | 11110000 | 1001 | 1001011 | 0 | 110 | 100100101 | 1010110 | 111011 |
Color Harmonies of #DB3BF0
Complementary color
Monochromatic Colors of #DB3BF0
Black with #DB3BF0
Text Example
Text Example
White with #DB3BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3BF0; }
p { color: rgb(219,59,240); }
H1.HeaderClassName
{
color: #DB3BF0;
}
.AnyTagClassName
{
color: #DB3BF0;
}
</style>
background-color css
<style>
a { background-color: #DB3BF0; }
a { background-color: rgb(219,59,240); }
div.DivClassName
{
background-color: #DB3BF0;
}
.BgClassName
{
background-color: #DB3BF0;
}
</style>
border-color css
<style>
span { border-color: #DB3BF0; }
span { border-color: rgb(219,59,240); }
td.TdClassName
{
border-color: #DB3BF0;
}
.TagClassName
{
border-color: #DB3BF0;
}
</style>