Html Css Color HEX #DB4DF0 Free Speech Magenta
📋 copy color: '#DB4DF0'red 219 ◦ green 77 ◦ blue 240
Shades of Free Speech Magenta #DB4DF0
Tints of Free Speech Magenta #DB4DF0
RGB
CMYK
RGB Variations
Color information
#DB4DF0 (or 0xDB4DF0) is known color: Free Speech Magenta. HEX triplet: DB, 4D and F0. RGB value is (219,77,240). Sum of RGB (Red+Green+Blue) = 219+77+240=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 77 (30.47% from 255 or 14.37% from 536); Blue value is 240 (94.14% from 255 or 44.78% from 536); Max value from RGB is 240 - color contains mainly: blue. Hex color #DB4DF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB4DF0 is #24B20F. Grayscale: #898989. Windows color (decimal): -2404880 or 15748571. OLE color: 15748571.
HSL color Cylindrical-coordinate representation of color #DB4DF0: hue angle of 292.27º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB4DF0 is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 77 | 240 | - |
| CMYK | 0.09 | 0.68 | 0 | 0.06 |
| HSL | 292.27º | 0.84% | 0.62% | - |
| HSV(B) | 292.27º | 0.68% | 0.94% | - |
| XYZ | 47.6 | 26.66 | 85.08 | - |
| YUV | 138.04 | 185.54 | 185.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 77 | 240 | 0.09 | 0.68 | 0 | 0.06 | 292.27 | 0.84 | 0.62 |
| Hex | DB | 4D | F0 | 9 | 44 | 0 | 6 | 124 | 54 | 3E |
| Octal | 333 | 115 | 360 | 11 | 104 | 0 | 6 | 444 | 124 | 76 |
| Binary | 11011011 | 1001101 | 11110000 | 1001 | 1000100 | 0 | 110 | 100100100 | 1010100 | 111110 |
Color Harmonies of #DB4DF0
Complementary color
Monochromatic Colors of #DB4DF0
Black with #DB4DF0
Text Example
Text Example
White with #DB4DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4DF0; }
p { color: rgb(219,77,240); }
H1.HeaderClassName
{
color: #DB4DF0;
}
.AnyTagClassName
{
color: #DB4DF0;
}
</style>
background-color css
<style>
a { background-color: #DB4DF0; }
a { background-color: rgb(219,77,240); }
div.DivClassName
{
background-color: #DB4DF0;
}
.BgClassName
{
background-color: #DB4DF0;
}
</style>
border-color css
<style>
span { border-color: #DB4DF0; }
span { border-color: rgb(219,77,240); }
td.TdClassName
{
border-color: #DB4DF0;
}
.TagClassName
{
border-color: #DB4DF0;
}
</style>