Html Css Color HEX #DB4DD9 Free Speech Magenta
📋 copy color: '#DB4DD9'red 219 ◦ green 77 ◦ blue 217
Shades of Free Speech Magenta #DB4DD9
Tints of Free Speech Magenta #DB4DD9
RGB
CMYK
RGB Variations
Color information
#DB4DD9 (or 0xDB4DD9) is known color: Free Speech Magenta. HEX triplet: DB, 4D and D9. RGB value is (219,77,217). Sum of RGB (Red+Green+Blue) = 219+77+217=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 77 (30.47% from 255 or 15.01% from 513); Blue value is 217 (85.16% from 255 or 42.30% from 513); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4DD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB4DD9 is #24B226. Grayscale: #878787. Windows color (decimal): -2404903 or 14241243. OLE color: 14241243.
HSL color Cylindrical-coordinate representation of color #DB4DD9: hue angle of 300.85º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DB4DD9 is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 77 | 217 | - |
| CMYK | 0 | 0.65 | 0.01 | 0.14 |
| HSL | 300.85º | 0.66% | 0.58% | - |
| HSV(B) | 300.85º | 0.65% | 0.86% | - |
| XYZ | 44.39 | 25.38 | 68.2 | - |
| YUV | 135.42 | 174.04 | 187.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 77 | 217 | 0 | 0.65 | 0.01 | 0.14 | 300.85 | 0.66 | 0.58 |
| Hex | DB | 4D | D9 | 0 | 41 | 1 | E | 12D | 42 | 3A |
| Octal | 333 | 115 | 331 | 0 | 101 | 1 | 16 | 455 | 102 | 72 |
| Binary | 11011011 | 1001101 | 11011001 | 0 | 1000001 | 1 | 1110 | 100101101 | 1000010 | 111010 |
Color Harmonies of #DB4DD9
Complementary color
Monochromatic Colors of #DB4DD9
Black with #DB4DD9
Text Example
Text Example
White with #DB4DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4DD9; }
p { color: rgb(219,77,217); }
H1.HeaderClassName
{
color: #DB4DD9;
}
.AnyTagClassName
{
color: #DB4DD9;
}
</style>
background-color css
<style>
a { background-color: #DB4DD9; }
a { background-color: rgb(219,77,217); }
div.DivClassName
{
background-color: #DB4DD9;
}
.BgClassName
{
background-color: #DB4DD9;
}
</style>
border-color css
<style>
span { border-color: #DB4DD9; }
span { border-color: rgb(219,77,217); }
td.TdClassName
{
border-color: #DB4DD9;
}
.TagClassName
{
border-color: #DB4DD9;
}
</style>