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