Html Css Color HEX #DB40F6 Free Speech Magenta
📋 copy color: '#DB40F6'red 219 ◦ green 64 ◦ blue 246
Shades of Free Speech Magenta #DB40F6
Tints of Free Speech Magenta #DB40F6
RGB
CMYK
RGB Variations
Color information
#DB40F6 (or 0xDB40F6) is known color: Free Speech Magenta. HEX triplet: DB, 40 and F6. RGB value is (219,64,246). Sum of RGB (Red+Green+Blue) = 219+64+246=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 64 (25.39% from 255 or 12.10% from 529); Blue value is 246 (96.48% from 255 or 46.50% from 529); Max value from RGB is 246 - color contains mainly: blue. Hex color #DB40F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB40F6 is #24BF09. Grayscale: #828282. Windows color (decimal): -2408202 or 16138459. OLE color: 16138459.
HSL color Cylindrical-coordinate representation of color #DB40F6: hue angle of 291.1º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB40F6 is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 64 | 246 | - |
| CMYK | 0.11 | 0.74 | 0 | 0.04 |
| HSL | 291.1º | 0.91% | 0.61% | - |
| HSV(B) | 291.1º | 0.74% | 0.96% | - |
| XYZ | 47.68 | 25.38 | 89.57 | - |
| YUV | 131.09 | 192.85 | 190.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 64 | 246 | 0.11 | 0.74 | 0 | 0.04 | 291.1 | 0.91 | 0.61 |
| Hex | DB | 40 | F6 | B | 4A | 0 | 4 | 123 | 5B | 3D |
| Octal | 333 | 100 | 366 | 13 | 112 | 0 | 4 | 443 | 133 | 75 |
| Binary | 11011011 | 1000000 | 11110110 | 1011 | 1001010 | 0 | 100 | 100100011 | 1011011 | 111101 |
Color Harmonies of #DB40F6
Complementary color
Monochromatic Colors of #DB40F6
Black with #DB40F6
Text Example
Text Example
White with #DB40F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB40F6; }
p { color: rgb(219,64,246); }
H1.HeaderClassName
{
color: #DB40F6;
}
.AnyTagClassName
{
color: #DB40F6;
}
</style>
background-color css
<style>
a { background-color: #DB40F6; }
a { background-color: rgb(219,64,246); }
div.DivClassName
{
background-color: #DB40F6;
}
.BgClassName
{
background-color: #DB40F6;
}
</style>
border-color css
<style>
span { border-color: #DB40F6; }
span { border-color: rgb(219,64,246); }
td.TdClassName
{
border-color: #DB40F6;
}
.TagClassName
{
border-color: #DB40F6;
}
</style>