Html Css Color HEX #DB44D9 Free Speech Magenta
📋 copy color: '#DB44D9'red 219 ◦ green 68 ◦ blue 217
Shades of Free Speech Magenta #DB44D9
Tints of Free Speech Magenta #DB44D9
RGB
CMYK
RGB Variations
Color information
#DB44D9 (or 0xDB44D9) is known color: Free Speech Magenta. HEX triplet: DB, 44 and D9. RGB value is (219,68,217). Sum of RGB (Red+Green+Blue) = 219+68+217=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 68 (26.95% from 255 or 13.49% from 504); Blue value is 217 (85.16% from 255 or 43.06% from 504); Max value from RGB is 219 - color contains mainly: red. Hex color #DB44D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB44D9 is #24BB26. Grayscale: #818181. Windows color (decimal): -2407207 or 14238939. OLE color: 14238939.
HSL color Cylindrical-coordinate representation of color #DB44D9: hue angle of 300.79º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DB44D9 is Cyan = 0, Magento = 0.69, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 68 | 217 | - |
| CMYK | 0 | 0.69 | 0.01 | 0.14 |
| HSL | 300.79º | 0.68% | 0.56% | - |
| HSV(B) | 300.79º | 0.69% | 0.86% | - |
| XYZ | 43.8 | 24.2 | 68.01 | - |
| YUV | 130.14 | 177.03 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 68 | 217 | 0 | 0.69 | 0.01 | 0.14 | 300.79 | 0.68 | 0.56 |
| Hex | DB | 44 | D9 | 0 | 45 | 1 | E | 12D | 44 | 38 |
| Octal | 333 | 104 | 331 | 0 | 105 | 1 | 16 | 455 | 104 | 70 |
| Binary | 11011011 | 1000100 | 11011001 | 0 | 1000101 | 1 | 1110 | 100101101 | 1000100 | 111000 |
Color Harmonies of #DB44D9
Complementary color
Monochromatic Colors of #DB44D9
Black with #DB44D9
Text Example
Text Example
White with #DB44D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB44D9; }
p { color: rgb(219,68,217); }
H1.HeaderClassName
{
color: #DB44D9;
}
.AnyTagClassName
{
color: #DB44D9;
}
</style>
background-color css
<style>
a { background-color: #DB44D9; }
a { background-color: rgb(219,68,217); }
div.DivClassName
{
background-color: #DB44D9;
}
.BgClassName
{
background-color: #DB44D9;
}
</style>
border-color css
<style>
span { border-color: #DB44D9; }
span { border-color: rgb(219,68,217); }
td.TdClassName
{
border-color: #DB44D9;
}
.TagClassName
{
border-color: #DB44D9;
}
</style>