Html Css Color HEX #DB41F3 Free Speech Magenta
📋 copy color: '#DB41F3'red 219 ◦ green 65 ◦ blue 243
Shades of Free Speech Magenta #DB41F3
Tints of Free Speech Magenta #DB41F3
RGB
CMYK
RGB Variations
Color information
#DB41F3 (or 0xDB41F3) is known color: Free Speech Magenta. HEX triplet: DB, 41 and F3. RGB value is (219,65,243). Sum of RGB (Red+Green+Blue) = 219+65+243=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 65 (25.78% from 255 or 12.33% from 527); Blue value is 243 (95.31% from 255 or 46.11% from 527); Max value from RGB is 243 - color contains mainly: blue. Hex color #DB41F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB41F3 is #24BE0C. Grayscale: #828282. Windows color (decimal): -2407949 or 15942107. OLE color: 15942107.
HSL color Cylindrical-coordinate representation of color #DB41F3: hue angle of 291.91º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB41F3 is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 65 | 243 | - |
| CMYK | 0.10 | 0.73 | 0 | 0.05 |
| HSL | 291.91º | 0.88% | 0.6% | - |
| HSV(B) | 291.91º | 0.73% | 0.95% | - |
| XYZ | 47.28 | 25.31 | 87.19 | - |
| YUV | 131.34 | 191.02 | 190.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 65 | 243 | 0.10 | 0.73 | 0 | 0.05 | 291.91 | 0.88 | 0.6 |
| Hex | DB | 41 | F3 | A | 49 | 0 | 5 | 124 | 58 | 3C |
| Octal | 333 | 101 | 363 | 12 | 111 | 0 | 5 | 444 | 130 | 74 |
| Binary | 11011011 | 1000001 | 11110011 | 1010 | 1001001 | 0 | 101 | 100100100 | 1011000 | 111100 |
Color Harmonies of #DB41F3
Complementary color
Monochromatic Colors of #DB41F3
Black with #DB41F3
Text Example
Text Example
White with #DB41F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB41F3; }
p { color: rgb(219,65,243); }
H1.HeaderClassName
{
color: #DB41F3;
}
.AnyTagClassName
{
color: #DB41F3;
}
</style>
background-color css
<style>
a { background-color: #DB41F3; }
a { background-color: rgb(219,65,243); }
div.DivClassName
{
background-color: #DB41F3;
}
.BgClassName
{
background-color: #DB41F3;
}
</style>
border-color css
<style>
span { border-color: #DB41F3; }
span { border-color: rgb(219,65,243); }
td.TdClassName
{
border-color: #DB41F3;
}
.TagClassName
{
border-color: #DB41F3;
}
</style>