Html Css Color HEX #DB41D8 Free Speech Magenta
📋 copy color: '#DB41D8'red 219 ◦ green 65 ◦ blue 216
Shades of Free Speech Magenta #DB41D8
Tints of Free Speech Magenta #DB41D8
RGB
CMYK
RGB Variations
Color information
#DB41D8 (or 0xDB41D8) is known color: Free Speech Magenta. HEX triplet: DB, 41 and D8. RGB value is (219,65,216). Sum of RGB (Red+Green+Blue) = 219+65+216=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 65 (25.78% from 255 or 13% from 500); Blue value is 216 (84.77% from 255 or 43.2% from 500); Max value from RGB is 219 - color contains mainly: red. Hex color #DB41D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB41D8 is #24BE27. Grayscale: #7F7F7F. Windows color (decimal): -2407976 or 14172635. OLE color: 14172635.
HSL color Cylindrical-coordinate representation of color #DB41D8: hue angle of 301.17º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB41D8 is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 65 | 216 | - |
| CMYK | 0 | 0.70 | 0.01 | 0.14 |
| HSL | 301.17º | 0.68% | 0.56% | - |
| HSV(B) | 301.17º | 0.7% | 0.86% | - |
| XYZ | 43.5 | 23.8 | 67.27 | - |
| YUV | 128.26 | 177.52 | 192.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 65 | 216 | 0 | 0.70 | 0.01 | 0.14 | 301.17 | 0.68 | 0.56 |
| Hex | DB | 41 | D8 | 0 | 46 | 1 | E | 12D | 44 | 38 |
| Octal | 333 | 101 | 330 | 0 | 106 | 1 | 16 | 455 | 104 | 70 |
| Binary | 11011011 | 1000001 | 11011000 | 0 | 1000110 | 1 | 1110 | 100101101 | 1000100 | 111000 |
Color Harmonies of #DB41D8
Complementary color
Monochromatic Colors of #DB41D8
Black with #DB41D8
Text Example
Text Example
White with #DB41D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB41D8; }
p { color: rgb(219,65,216); }
H1.HeaderClassName
{
color: #DB41D8;
}
.AnyTagClassName
{
color: #DB41D8;
}
</style>
background-color css
<style>
a { background-color: #DB41D8; }
a { background-color: rgb(219,65,216); }
div.DivClassName
{
background-color: #DB41D8;
}
.BgClassName
{
background-color: #DB41D8;
}
</style>
border-color css
<style>
span { border-color: #DB41D8; }
span { border-color: rgb(219,65,216); }
td.TdClassName
{
border-color: #DB41D8;
}
.TagClassName
{
border-color: #DB41D8;
}
</style>