Html Css Color HEX #DB3DF4 Free Speech Magenta
📋 copy color: '#DB3DF4'red 219 ◦ green 61 ◦ blue 244
Shades of Free Speech Magenta #DB3DF4
Tints of Free Speech Magenta #DB3DF4
RGB
CMYK
RGB Variations
Color information
#DB3DF4 (or 0xDB3DF4) is known color: Free Speech Magenta. HEX triplet: DB, 3D and F4. RGB value is (219,61,244). Sum of RGB (Red+Green+Blue) = 219+61+244=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 61 (24.22% from 255 or 11.64% from 524); Blue value is 244 (95.70% from 255 or 46.56% from 524); Max value from RGB is 244 - color contains mainly: blue. Hex color #DB3DF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB3DF4 is #24C20B. Grayscale: #808080. Windows color (decimal): -2408972 or 16006619. OLE color: 16006619.
HSL color Cylindrical-coordinate representation of color #DB3DF4: hue angle of 291.8º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB3DF4 is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 61 | 244 | - |
| CMYK | 0.10 | 0.75 | 0 | 0.04 |
| HSL | 291.8º | 0.89% | 0.6% | - |
| HSV(B) | 291.8º | 0.75% | 0.96% | - |
| XYZ | 47.21 | 24.93 | 87.91 | - |
| YUV | 129.1 | 192.85 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 61 | 244 | 0.10 | 0.75 | 0 | 0.04 | 291.8 | 0.89 | 0.6 |
| Hex | DB | 3D | F4 | A | 4B | 0 | 4 | 124 | 59 | 3C |
| Octal | 333 | 75 | 364 | 12 | 113 | 0 | 4 | 444 | 131 | 74 |
| Binary | 11011011 | 111101 | 11110100 | 1010 | 1001011 | 0 | 100 | 100100100 | 1011001 | 111100 |
Color Harmonies of #DB3DF4
Complementary color
Monochromatic Colors of #DB3DF4
Black with #DB3DF4
Text Example
Text Example
White with #DB3DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3DF4; }
p { color: rgb(219,61,244); }
H1.HeaderClassName
{
color: #DB3DF4;
}
.AnyTagClassName
{
color: #DB3DF4;
}
</style>
background-color css
<style>
a { background-color: #DB3DF4; }
a { background-color: rgb(219,61,244); }
div.DivClassName
{
background-color: #DB3DF4;
}
.BgClassName
{
background-color: #DB3DF4;
}
</style>
border-color css
<style>
span { border-color: #DB3DF4; }
span { border-color: rgb(219,61,244); }
td.TdClassName
{
border-color: #DB3DF4;
}
.TagClassName
{
border-color: #DB3DF4;
}
</style>