Html Css Color HEX #DB44DD Free Speech Magenta
📋 copy color: '#DB44DD'red 219 ◦ green 68 ◦ blue 221
Shades of Free Speech Magenta #DB44DD
Tints of Free Speech Magenta #DB44DD
RGB
CMYK
RGB Variations
Color information
#DB44DD (or 0xDB44DD) is known color: Free Speech Magenta. HEX triplet: DB, 44 and DD. RGB value is (219,68,221). Sum of RGB (Red+Green+Blue) = 219+68+221=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 68 (26.95% from 255 or 13.39% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB44DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB44DD is #24BB22. Grayscale: #828282. Windows color (decimal): -2407203 or 14501083. OLE color: 14501083.
HSL color Cylindrical-coordinate representation of color #DB44DD: hue angle of 299.22º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DB44DD is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 68 | 221 | - |
| CMYK | 0.01 | 0.69 | 0 | 0.13 |
| HSL | 299.22º | 0.69% | 0.57% | - |
| HSV(B) | 299.22º | 0.69% | 0.87% | - |
| XYZ | 44.33 | 24.41 | 70.78 | - |
| YUV | 130.59 | 179.03 | 191.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 68 | 221 | 0.01 | 0.69 | 0 | 0.13 | 299.22 | 0.69 | 0.57 |
| Hex | DB | 44 | DD | 1 | 45 | 0 | D | 12B | 45 | 39 |
| Octal | 333 | 104 | 335 | 1 | 105 | 0 | 15 | 453 | 105 | 71 |
| Binary | 11011011 | 1000100 | 11011101 | 1 | 1000101 | 0 | 1101 | 100101011 | 1000101 | 111001 |
Color Harmonies of #DB44DD
Complementary color
Monochromatic Colors of #DB44DD
Black with #DB44DD
Text Example
Text Example
White with #DB44DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB44DD; }
p { color: rgb(219,68,221); }
H1.HeaderClassName
{
color: #DB44DD;
}
.AnyTagClassName
{
color: #DB44DD;
}
</style>
background-color css
<style>
a { background-color: #DB44DD; }
a { background-color: rgb(219,68,221); }
div.DivClassName
{
background-color: #DB44DD;
}
.BgClassName
{
background-color: #DB44DD;
}
</style>
border-color css
<style>
span { border-color: #DB44DD; }
span { border-color: rgb(219,68,221); }
td.TdClassName
{
border-color: #DB44DD;
}
.TagClassName
{
border-color: #DB44DD;
}
</style>