Html Css Color HEX #DB41F4 Free Speech Magenta
📋 copy color: '#DB41F4'red 219 ◦ green 65 ◦ blue 244
Shades of Free Speech Magenta #DB41F4
Tints of Free Speech Magenta #DB41F4
RGB
CMYK
RGB Variations
Color information
#DB41F4 (or 0xDB41F4) is known color: Free Speech Magenta. HEX triplet: DB, 41 and F4. RGB value is (219,65,244). Sum of RGB (Red+Green+Blue) = 219+65+244=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 65 (25.78% from 255 or 12.31% from 528); Blue value is 244 (95.70% from 255 or 46.21% from 528); Max value from RGB is 244 - color contains mainly: blue. Hex color #DB41F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB41F4 is #24BE0B. Grayscale: #828282. Windows color (decimal): -2407948 or 16007643. OLE color: 16007643.
HSL color Cylindrical-coordinate representation of color #DB41F4: hue angle of 291.62º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB41F4 is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 65 | 244 | - |
| CMYK | 0.10 | 0.73 | 0 | 0.04 |
| HSL | 291.62º | 0.89% | 0.61% | - |
| HSV(B) | 291.62º | 0.73% | 0.96% | - |
| XYZ | 47.43 | 25.37 | 87.99 | - |
| YUV | 131.45 | 191.52 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 65 | 244 | 0.10 | 0.73 | 0 | 0.04 | 291.62 | 0.89 | 0.61 |
| Hex | DB | 41 | F4 | A | 49 | 0 | 4 | 124 | 59 | 3D |
| Octal | 333 | 101 | 364 | 12 | 111 | 0 | 4 | 444 | 131 | 75 |
| Binary | 11011011 | 1000001 | 11110100 | 1010 | 1001001 | 0 | 100 | 100100100 | 1011001 | 111101 |
Color Harmonies of #DB41F4
Complementary color
Monochromatic Colors of #DB41F4
Black with #DB41F4
Text Example
Text Example
White with #DB41F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB41F4; }
p { color: rgb(219,65,244); }
H1.HeaderClassName
{
color: #DB41F4;
}
.AnyTagClassName
{
color: #DB41F4;
}
</style>
background-color css
<style>
a { background-color: #DB41F4; }
a { background-color: rgb(219,65,244); }
div.DivClassName
{
background-color: #DB41F4;
}
.BgClassName
{
background-color: #DB41F4;
}
</style>
border-color css
<style>
span { border-color: #DB41F4; }
span { border-color: rgb(219,65,244); }
td.TdClassName
{
border-color: #DB41F4;
}
.TagClassName
{
border-color: #DB41F4;
}
</style>