Html Css Color HEX #DB3DFA Free Speech Magenta
📋 copy color: '#DB3DFA'red 219 ◦ green 61 ◦ blue 250
Shades of Free Speech Magenta #DB3DFA
Tints of Free Speech Magenta #DB3DFA
RGB
CMYK
RGB Variations
Color information
#DB3DFA (or 0xDB3DFA) is known color: Free Speech Magenta. HEX triplet: DB, 3D and FA. RGB value is (219,61,250). Sum of RGB (Red+Green+Blue) = 219+61+250=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 61 (24.22% from 255 or 11.51% from 530); Blue value is 250 (98.05% from 255 or 47.17% from 530); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB3DFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB3DFA is #24C205. Grayscale: #818181. Windows color (decimal): -2408966 or 16399835. OLE color: 16399835.
HSL color Cylindrical-coordinate representation of color #DB3DFA: hue angle of 290.16º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB3DFA is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 61 | 250 | - |
| CMYK | 0.12 | 0.76 | 0 | 0.02 |
| HSL | 290.16º | 0.95% | 0.61% | - |
| HSV(B) | 290.16º | 0.76% | 0.98% | - |
| XYZ | 48.14 | 25.3 | 92.79 | - |
| YUV | 129.79 | 195.85 | 191.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 61 | 250 | 0.12 | 0.76 | 0 | 0.02 | 290.16 | 0.95 | 0.61 |
| Hex | DB | 3D | FA | C | 4C | 0 | 2 | 122 | 5F | 3D |
| Octal | 333 | 75 | 372 | 14 | 114 | 0 | 2 | 442 | 137 | 75 |
| Binary | 11011011 | 111101 | 11111010 | 1100 | 1001100 | 0 | 10 | 100100010 | 1011111 | 111101 |
Color Harmonies of #DB3DFA
Complementary color
Monochromatic Colors of #DB3DFA
Black with #DB3DFA
Text Example
Text Example
White with #DB3DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3DFA; }
p { color: rgb(219,61,250); }
H1.HeaderClassName
{
color: #DB3DFA;
}
.AnyTagClassName
{
color: #DB3DFA;
}
</style>
background-color css
<style>
a { background-color: #DB3DFA; }
a { background-color: rgb(219,61,250); }
div.DivClassName
{
background-color: #DB3DFA;
}
.BgClassName
{
background-color: #DB3DFA;
}
</style>
border-color css
<style>
span { border-color: #DB3DFA; }
span { border-color: rgb(219,61,250); }
td.TdClassName
{
border-color: #DB3DFA;
}
.TagClassName
{
border-color: #DB3DFA;
}
</style>