Html Css Color HEX #DB40FA Free Speech Magenta
📋 copy color: '#DB40FA'red 219 ◦ green 64 ◦ blue 250
Shades of Free Speech Magenta #DB40FA
Tints of Free Speech Magenta #DB40FA
RGB
CMYK
RGB Variations
Color information
#DB40FA (or 0xDB40FA) is known color: Free Speech Magenta. HEX triplet: DB, 40 and FA. RGB value is (219,64,250). Sum of RGB (Red+Green+Blue) = 219+64+250=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 64 (25.39% from 255 or 12.01% from 533); Blue value is 250 (98.05% from 255 or 46.90% from 533); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB40FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB40FA is #24BF05. Grayscale: #828282. Windows color (decimal): -2408198 or 16400603. OLE color: 16400603.
HSL color Cylindrical-coordinate representation of color #DB40FA: hue angle of 290º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB40FA is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 64 | 250 | - |
| CMYK | 0.12 | 0.74 | 0 | 0.02 |
| HSL | 290º | 0.95% | 0.62% | - |
| HSV(B) | 290º | 0.74% | 0.98% | - |
| XYZ | 48.3 | 25.63 | 92.84 | - |
| YUV | 131.55 | 194.85 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 64 | 250 | 0.12 | 0.74 | 0 | 0.02 | 290 | 0.95 | 0.62 |
| Hex | DB | 40 | FA | C | 4A | 0 | 2 | 122 | 5F | 3E |
| Octal | 333 | 100 | 372 | 14 | 112 | 0 | 2 | 442 | 137 | 76 |
| Binary | 11011011 | 1000000 | 11111010 | 1100 | 1001010 | 0 | 10 | 100100010 | 1011111 | 111110 |
Color Harmonies of #DB40FA
Complementary color
Monochromatic Colors of #DB40FA
Black with #DB40FA
Text Example
Text Example
White with #DB40FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB40FA; }
p { color: rgb(219,64,250); }
H1.HeaderClassName
{
color: #DB40FA;
}
.AnyTagClassName
{
color: #DB40FA;
}
</style>
background-color css
<style>
a { background-color: #DB40FA; }
a { background-color: rgb(219,64,250); }
div.DivClassName
{
background-color: #DB40FA;
}
.BgClassName
{
background-color: #DB40FA;
}
</style>
border-color css
<style>
span { border-color: #DB40FA; }
span { border-color: rgb(219,64,250); }
td.TdClassName
{
border-color: #DB40FA;
}
.TagClassName
{
border-color: #DB40FA;
}
</style>