Html Css Color HEX #DB40FC Free Speech Magenta
📋 copy color: '#DB40FC'red 219 ◦ green 64 ◦ blue 252
Shades of Free Speech Magenta #DB40FC
Tints of Free Speech Magenta #DB40FC
RGB
CMYK
RGB Variations
Color information
#DB40FC (or 0xDB40FC) is known color: Free Speech Magenta. HEX triplet: DB, 40 and FC. RGB value is (219,64,252). Sum of RGB (Red+Green+Blue) = 219+64+252=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 64 (25.39% from 255 or 11.96% from 535); Blue value is 252 (98.83% from 255 or 47.10% from 535); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB40FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB40FC is #24BF03. Grayscale: #838383. Windows color (decimal): -2408196 or 16531675. OLE color: 16531675.
HSL color Cylindrical-coordinate representation of color #DB40FC: hue angle of 289.47º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB40FC is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 64 | 252 | - |
| CMYK | 0.13 | 0.75 | 0 | 0.01 |
| HSL | 289.47º | 0.97% | 0.62% | - |
| HSV(B) | 289.47º | 0.75% | 0.99% | - |
| XYZ | 48.62 | 25.76 | 94.5 | - |
| YUV | 131.78 | 195.85 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 64 | 252 | 0.13 | 0.75 | 0 | 0.01 | 289.47 | 0.97 | 0.62 |
| Hex | DB | 40 | FC | D | 4B | 0 | 1 | 121 | 61 | 3E |
| Octal | 333 | 100 | 374 | 15 | 113 | 0 | 1 | 441 | 141 | 76 |
| Binary | 11011011 | 1000000 | 11111100 | 1101 | 1001011 | 0 | 1 | 100100001 | 1100001 | 111110 |
Color Harmonies of #DB40FC
Complementary color
Monochromatic Colors of #DB40FC
Black with #DB40FC
Text Example
Text Example
White with #DB40FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB40FC; }
p { color: rgb(219,64,252); }
H1.HeaderClassName
{
color: #DB40FC;
}
.AnyTagClassName
{
color: #DB40FC;
}
</style>
background-color css
<style>
a { background-color: #DB40FC; }
a { background-color: rgb(219,64,252); }
div.DivClassName
{
background-color: #DB40FC;
}
.BgClassName
{
background-color: #DB40FC;
}
</style>
border-color css
<style>
span { border-color: #DB40FC; }
span { border-color: rgb(219,64,252); }
td.TdClassName
{
border-color: #DB40FC;
}
.TagClassName
{
border-color: #DB40FC;
}
</style>