Html Css Color HEX #DB39D6 Free Speech Magenta
📋 copy color: '#DB39D6'red 219 ◦ green 57 ◦ blue 214
Shades of Free Speech Magenta #DB39D6
Tints of Free Speech Magenta #DB39D6
RGB
CMYK
RGB Variations
Color information
#DB39D6 (or 0xDB39D6) is known color: Free Speech Magenta. HEX triplet: DB, 39 and D6. RGB value is (219,57,214). Sum of RGB (Red+Green+Blue) = 219+57+214=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 57 (22.66% from 255 or 11.63% from 490); Blue value is 214 (83.98% from 255 or 43.67% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DB39D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB39D6 is #24C629. Grayscale: #7A7A7A. Windows color (decimal): -2410026 or 14039515. OLE color: 14039515.
HSL color Cylindrical-coordinate representation of color #DB39D6: hue angle of 301.85º 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 #DB39D6 is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 57 | 214 | - |
| CMYK | 0 | 0.74 | 0.02 | 0.14 |
| HSL | 301.85º | 0.69% | 0.54% | - |
| HSV(B) | 301.85º | 0.74% | 0.86% | - |
| XYZ | 42.81 | 22.84 | 65.77 | - |
| YUV | 123.34 | 179.17 | 196.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 57 | 214 | 0 | 0.74 | 0.02 | 0.14 | 301.85 | 0.69 | 0.54 |
| Hex | DB | 39 | D6 | 0 | 4A | 2 | E | 12E | 45 | 36 |
| Octal | 333 | 71 | 326 | 0 | 112 | 2 | 16 | 456 | 105 | 66 |
| Binary | 11011011 | 111001 | 11010110 | 0 | 1001010 | 10 | 1110 | 100101110 | 1000101 | 110110 |
Color Harmonies of #DB39D6
Complementary color
Monochromatic Colors of #DB39D6
Black with #DB39D6
Text Example
Text Example
White with #DB39D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB39D6; }
p { color: rgb(219,57,214); }
H1.HeaderClassName
{
color: #DB39D6;
}
.AnyTagClassName
{
color: #DB39D6;
}
</style>
background-color css
<style>
a { background-color: #DB39D6; }
a { background-color: rgb(219,57,214); }
div.DivClassName
{
background-color: #DB39D6;
}
.BgClassName
{
background-color: #DB39D6;
}
</style>
border-color css
<style>
span { border-color: #DB39D6; }
span { border-color: rgb(219,57,214); }
td.TdClassName
{
border-color: #DB39D6;
}
.TagClassName
{
border-color: #DB39D6;
}
</style>