Html Css Color HEX #DB39D8 Free Speech Magenta
📋 copy color: '#DB39D8'red 219 ◦ green 57 ◦ blue 216
Shades of Free Speech Magenta #DB39D8
Tints of Free Speech Magenta #DB39D8
RGB
CMYK
RGB Variations
Color information
#DB39D8 (or 0xDB39D8) is known color: Free Speech Magenta. HEX triplet: DB, 39 and D8. RGB value is (219,57,216). Sum of RGB (Red+Green+Blue) = 219+57+216=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 57 (22.66% from 255 or 11.59% from 492); Blue value is 216 (84.77% from 255 or 43.90% from 492); Max value from RGB is 219 - color contains mainly: red. Hex color #DB39D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB39D8 is #24C627. Grayscale: #7B7B7B. Windows color (decimal): -2410024 or 14170587. OLE color: 14170587.
HSL color Cylindrical-coordinate representation of color #DB39D8: hue angle of 301.11º 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 #DB39D8 is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 57 | 216 | - |
| CMYK | 0 | 0.74 | 0.01 | 0.14 |
| HSL | 301.11º | 0.69% | 0.54% | - |
| HSV(B) | 301.11º | 0.74% | 0.86% | - |
| XYZ | 43.07 | 22.94 | 67.12 | - |
| YUV | 123.56 | 180.17 | 196.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 57 | 216 | 0 | 0.74 | 0.01 | 0.14 | 301.11 | 0.69 | 0.54 |
| Hex | DB | 39 | D8 | 0 | 4A | 1 | E | 12D | 45 | 36 |
| Octal | 333 | 71 | 330 | 0 | 112 | 1 | 16 | 455 | 105 | 66 |
| Binary | 11011011 | 111001 | 11011000 | 0 | 1001010 | 1 | 1110 | 100101101 | 1000101 | 110110 |
Color Harmonies of #DB39D8
Complementary color
Monochromatic Colors of #DB39D8
Black with #DB39D8
Text Example
Text Example
White with #DB39D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB39D8; }
p { color: rgb(219,57,216); }
H1.HeaderClassName
{
color: #DB39D8;
}
.AnyTagClassName
{
color: #DB39D8;
}
</style>
background-color css
<style>
a { background-color: #DB39D8; }
a { background-color: rgb(219,57,216); }
div.DivClassName
{
background-color: #DB39D8;
}
.BgClassName
{
background-color: #DB39D8;
}
</style>
border-color css
<style>
span { border-color: #DB39D8; }
span { border-color: rgb(219,57,216); }
td.TdClassName
{
border-color: #DB39D8;
}
.TagClassName
{
border-color: #DB39D8;
}
</style>