Html Css Color HEX #DB4DF4 Free Speech Magenta
📋 copy color: '#DB4DF4'red 219 ◦ green 77 ◦ blue 244
Shades of Free Speech Magenta #DB4DF4
Tints of Free Speech Magenta #DB4DF4
RGB
CMYK
RGB Variations
Color information
#DB4DF4 (or 0xDB4DF4) is known color: Free Speech Magenta. HEX triplet: DB, 4D and F4. RGB value is (219,77,244). Sum of RGB (Red+Green+Blue) = 219+77+244=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 77 (30.47% from 255 or 14.26% from 540); Blue value is 244 (95.70% from 255 or 45.19% from 540); Max value from RGB is 244 - color contains mainly: blue. Hex color #DB4DF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB4DF4 is #24B20B. Grayscale: #898989. Windows color (decimal): -2404876 or 16010715. OLE color: 16010715.
HSL color Cylindrical-coordinate representation of color #DB4DF4: hue angle of 291.02º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB4DF4 is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 77 | 244 | - |
| CMYK | 0.10 | 0.68 | 0 | 0.04 |
| HSL | 291.02º | 0.88% | 0.63% | - |
| HSV(B) | 291.02º | 0.68% | 0.96% | - |
| XYZ | 48.2 | 26.9 | 88.24 | - |
| YUV | 138.5 | 187.54 | 185.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 77 | 244 | 0.10 | 0.68 | 0 | 0.04 | 291.02 | 0.88 | 0.63 |
| Hex | DB | 4D | F4 | A | 44 | 0 | 4 | 123 | 58 | 3F |
| Octal | 333 | 115 | 364 | 12 | 104 | 0 | 4 | 443 | 130 | 77 |
| Binary | 11011011 | 1001101 | 11110100 | 1010 | 1000100 | 0 | 100 | 100100011 | 1011000 | 111111 |
Color Harmonies of #DB4DF4
Complementary color
Monochromatic Colors of #DB4DF4
Black with #DB4DF4
Text Example
Text Example
White with #DB4DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4DF4; }
p { color: rgb(219,77,244); }
H1.HeaderClassName
{
color: #DB4DF4;
}
.AnyTagClassName
{
color: #DB4DF4;
}
</style>
background-color css
<style>
a { background-color: #DB4DF4; }
a { background-color: rgb(219,77,244); }
div.DivClassName
{
background-color: #DB4DF4;
}
.BgClassName
{
background-color: #DB4DF4;
}
</style>
border-color css
<style>
span { border-color: #DB4DF4; }
span { border-color: rgb(219,77,244); }
td.TdClassName
{
border-color: #DB4DF4;
}
.TagClassName
{
border-color: #DB4DF4;
}
</style>