Html Css Color HEX #DB40FB Free Speech Magenta
📋 copy color: '#DB40FB'red 219 ◦ green 64 ◦ blue 251
Shades of Free Speech Magenta #DB40FB
Tints of Free Speech Magenta #DB40FB
RGB
CMYK
RGB Variations
Color information
#DB40FB (or 0xDB40FB) is known color: Free Speech Magenta. HEX triplet: DB, 40 and FB. RGB value is (219,64,251). Sum of RGB (Red+Green+Blue) = 219+64+251=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 64 (25.39% from 255 or 11.99% from 534); Blue value is 251 (98.44% from 255 or 47.00% from 534); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB40FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB40FB is #24BF04. Grayscale: #838383. Windows color (decimal): -2408197 or 16466139. OLE color: 16466139.
HSL color Cylindrical-coordinate representation of color #DB40FB: hue angle of 289.73º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB40FB is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 64 | 251 | - |
| CMYK | 0.13 | 0.75 | 0 | 0.02 |
| HSL | 289.73º | 0.96% | 0.62% | - |
| HSV(B) | 289.73º | 0.75% | 0.98% | - |
| XYZ | 48.46 | 25.69 | 93.67 | - |
| YUV | 131.66 | 195.35 | 190.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 64 | 251 | 0.13 | 0.75 | 0 | 0.02 | 289.73 | 0.96 | 0.62 |
| Hex | DB | 40 | FB | D | 4B | 0 | 2 | 122 | 60 | 3E |
| Octal | 333 | 100 | 373 | 15 | 113 | 0 | 2 | 442 | 140 | 76 |
| Binary | 11011011 | 1000000 | 11111011 | 1101 | 1001011 | 0 | 10 | 100100010 | 1100000 | 111110 |
Color Harmonies of #DB40FB
Complementary color
Monochromatic Colors of #DB40FB
Black with #DB40FB
Text Example
Text Example
White with #DB40FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB40FB; }
p { color: rgb(219,64,251); }
H1.HeaderClassName
{
color: #DB40FB;
}
.AnyTagClassName
{
color: #DB40FB;
}
</style>
background-color css
<style>
a { background-color: #DB40FB; }
a { background-color: rgb(219,64,251); }
div.DivClassName
{
background-color: #DB40FB;
}
.BgClassName
{
background-color: #DB40FB;
}
</style>
border-color css
<style>
span { border-color: #DB40FB; }
span { border-color: rgb(219,64,251); }
td.TdClassName
{
border-color: #DB40FB;
}
.TagClassName
{
border-color: #DB40FB;
}
</style>