Html Css Color HEX #DB3BF1 Free Speech Magenta
📋 copy color: '#DB3BF1'red 219 ◦ green 59 ◦ blue 241
Shades of Free Speech Magenta #DB3BF1
Tints of Free Speech Magenta #DB3BF1
RGB
CMYK
RGB Variations
Color information
#DB3BF1 (or 0xDB3BF1) is known color: Free Speech Magenta. HEX triplet: DB, 3B and F1. RGB value is (219,59,241). Sum of RGB (Red+Green+Blue) = 219+59+241=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 59 (23.44% from 255 or 11.37% from 519); Blue value is 241 (94.53% from 255 or 46.44% from 519); Max value from RGB is 241 - color contains mainly: blue. Hex color #DB3BF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB3BF1 is #24C40E. Grayscale: #7F7F7F. Windows color (decimal): -2409487 or 15809499. OLE color: 15809499.
HSL color Cylindrical-coordinate representation of color #DB3BF1: hue angle of 292.75º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB3BF1 is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 59 | 241 | - |
| CMYK | 0.09 | 0.76 | 0 | 0.05 |
| HSL | 292.75º | 0.87% | 0.59% | - |
| HSV(B) | 292.75º | 0.76% | 0.95% | - |
| XYZ | 46.65 | 24.54 | 85.5 | - |
| YUV | 127.59 | 192.01 | 193.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 59 | 241 | 0.09 | 0.76 | 0 | 0.05 | 292.75 | 0.87 | 0.59 |
| Hex | DB | 3B | F1 | 9 | 4C | 0 | 5 | 125 | 57 | 3B |
| Octal | 333 | 73 | 361 | 11 | 114 | 0 | 5 | 445 | 127 | 73 |
| Binary | 11011011 | 111011 | 11110001 | 1001 | 1001100 | 0 | 101 | 100100101 | 1010111 | 111011 |
Color Harmonies of #DB3BF1
Complementary color
Monochromatic Colors of #DB3BF1
Black with #DB3BF1
Text Example
Text Example
White with #DB3BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3BF1; }
p { color: rgb(219,59,241); }
H1.HeaderClassName
{
color: #DB3BF1;
}
.AnyTagClassName
{
color: #DB3BF1;
}
</style>
background-color css
<style>
a { background-color: #DB3BF1; }
a { background-color: rgb(219,59,241); }
div.DivClassName
{
background-color: #DB3BF1;
}
.BgClassName
{
background-color: #DB3BF1;
}
</style>
border-color css
<style>
span { border-color: #DB3BF1; }
span { border-color: rgb(219,59,241); }
td.TdClassName
{
border-color: #DB3BF1;
}
.TagClassName
{
border-color: #DB3BF1;
}
</style>