Html Css Color HEX #DB38D9 Free Speech Magenta
📋 copy color: '#DB38D9'red 219 ◦ green 56 ◦ blue 217
Shades of Free Speech Magenta #DB38D9
Tints of Free Speech Magenta #DB38D9
RGB
CMYK
RGB Variations
Color information
#DB38D9 (or 0xDB38D9) is known color: Free Speech Magenta. HEX triplet: DB, 38 and D9. RGB value is (219,56,217). Sum of RGB (Red+Green+Blue) = 219+56+217=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 56 (22.27% from 255 or 11.38% from 492); Blue value is 217 (85.16% from 255 or 44.11% from 492); Max value from RGB is 219 - color contains mainly: red. Hex color #DB38D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB38D9 is #24C726. Grayscale: #7A7A7A. Windows color (decimal): -2410279 or 14235867. OLE color: 14235867.
HSL color Cylindrical-coordinate representation of color #DB38D9: hue angle of 300.74º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB38D9 is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 56 | 217 | - |
| CMYK | 0 | 0.74 | 0.01 | 0.14 |
| HSL | 300.74º | 0.69% | 0.54% | - |
| HSV(B) | 300.74º | 0.74% | 0.86% | - |
| XYZ | 43.15 | 22.9 | 67.79 | - |
| YUV | 123.09 | 181 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 56 | 217 | 0 | 0.74 | 0.01 | 0.14 | 300.74 | 0.69 | 0.54 |
| Hex | DB | 38 | D9 | 0 | 4A | 1 | E | 12D | 45 | 36 |
| Octal | 333 | 70 | 331 | 0 | 112 | 1 | 16 | 455 | 105 | 66 |
| Binary | 11011011 | 111000 | 11011001 | 0 | 1001010 | 1 | 1110 | 100101101 | 1000101 | 110110 |
Color Harmonies of #DB38D9
Complementary color
Monochromatic Colors of #DB38D9
Black with #DB38D9
Text Example
Text Example
White with #DB38D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB38D9; }
p { color: rgb(219,56,217); }
H1.HeaderClassName
{
color: #DB38D9;
}
.AnyTagClassName
{
color: #DB38D9;
}
</style>
background-color css
<style>
a { background-color: #DB38D9; }
a { background-color: rgb(219,56,217); }
div.DivClassName
{
background-color: #DB38D9;
}
.BgClassName
{
background-color: #DB38D9;
}
</style>
border-color css
<style>
span { border-color: #DB38D9; }
span { border-color: rgb(219,56,217); }
td.TdClassName
{
border-color: #DB38D9;
}
.TagClassName
{
border-color: #DB38D9;
}
</style>