Html Css Color HEX #DB44DB Free Speech Magenta
📋 copy color: '#DB44DB'red 219 ◦ green 68 ◦ blue 219
Shades of Free Speech Magenta #DB44DB
Tints of Free Speech Magenta #DB44DB
RGB
CMYK
RGB Variations
Color information
#DB44DB (or 0xDB44DB) is known color: Free Speech Magenta. HEX triplet: DB, 44 and DB. RGB value is (219,68,219). Sum of RGB (Red+Green+Blue) = 219+68+219=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 68 (26.95% from 255 or 13.44% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB44DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB44DB is #24BB24. Grayscale: #818181. Windows color (decimal): -2407205 or 14370011. OLE color: 14370011.
HSL color Cylindrical-coordinate representation of color #DB44DB: hue angle of 300º 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 #DB44DB is Cyan = 0, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 68 | 219 | - |
| CMYK | 0 | 0.69 | 0 | 0.14 |
| HSL | 300º | 0.68% | 0.56% | - |
| HSV(B) | 300º | 0.69% | 0.86% | - |
| XYZ | 44.07 | 24.31 | 69.39 | - |
| YUV | 130.36 | 178.03 | 191.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 68 | 219 | 0 | 0.69 | 0 | 0.14 | 300 | 0.68 | 0.56 |
| Hex | DB | 44 | DB | 0 | 45 | 0 | E | 12C | 44 | 38 |
| Octal | 333 | 104 | 333 | 0 | 105 | 0 | 16 | 454 | 104 | 70 |
| Binary | 11011011 | 1000100 | 11011011 | 0 | 1000101 | 0 | 1110 | 100101100 | 1000100 | 111000 |
Color Harmonies of #DB44DB
Complementary color
Monochromatic Colors of #DB44DB
Black with #DB44DB
Text Example
Text Example
White with #DB44DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB44DB; }
p { color: rgb(219,68,219); }
H1.HeaderClassName
{
color: #DB44DB;
}
.AnyTagClassName
{
color: #DB44DB;
}
</style>
background-color css
<style>
a { background-color: #DB44DB; }
a { background-color: rgb(219,68,219); }
div.DivClassName
{
background-color: #DB44DB;
}
.BgClassName
{
background-color: #DB44DB;
}
</style>
border-color css
<style>
span { border-color: #DB44DB; }
span { border-color: rgb(219,68,219); }
td.TdClassName
{
border-color: #DB44DB;
}
.TagClassName
{
border-color: #DB44DB;
}
</style>