Html Css Color HEX #DB3AD6 Free Speech Magenta
📋 copy color: '#DB3AD6'red 219 ◦ green 58 ◦ blue 214
Shades of Free Speech Magenta #DB3AD6
Tints of Free Speech Magenta #DB3AD6
RGB
CMYK
RGB Variations
Color information
#DB3AD6 (or 0xDB3AD6) is known color: Free Speech Magenta. HEX triplet: DB, 3A and D6. RGB value is (219,58,214). Sum of RGB (Red+Green+Blue) = 219+58+214=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 58 (23.05% from 255 or 11.81% from 491); Blue value is 214 (83.98% from 255 or 43.58% from 491); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3AD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3AD6 is #24C529. Grayscale: #7B7B7B. Windows color (decimal): -2409770 or 14039771. OLE color: 14039771.
HSL color Cylindrical-coordinate representation of color #DB3AD6: hue angle of 301.86º 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 #DB3AD6 is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 58 | 214 | - |
| CMYK | 0 | 0.74 | 0.02 | 0.14 |
| HSL | 301.86º | 0.69% | 0.54% | - |
| HSV(B) | 301.86º | 0.74% | 0.86% | - |
| XYZ | 42.86 | 22.94 | 65.79 | - |
| YUV | 123.92 | 178.84 | 195.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 58 | 214 | 0 | 0.74 | 0.02 | 0.14 | 301.86 | 0.69 | 0.54 |
| Hex | DB | 3A | D6 | 0 | 4A | 2 | E | 12E | 45 | 36 |
| Octal | 333 | 72 | 326 | 0 | 112 | 2 | 16 | 456 | 105 | 66 |
| Binary | 11011011 | 111010 | 11010110 | 0 | 1001010 | 10 | 1110 | 100101110 | 1000101 | 110110 |
Color Harmonies of #DB3AD6
Complementary color
Monochromatic Colors of #DB3AD6
Black with #DB3AD6
Text Example
Text Example
White with #DB3AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3AD6; }
p { color: rgb(219,58,214); }
H1.HeaderClassName
{
color: #DB3AD6;
}
.AnyTagClassName
{
color: #DB3AD6;
}
</style>
background-color css
<style>
a { background-color: #DB3AD6; }
a { background-color: rgb(219,58,214); }
div.DivClassName
{
background-color: #DB3AD6;
}
.BgClassName
{
background-color: #DB3AD6;
}
</style>
border-color css
<style>
span { border-color: #DB3AD6; }
span { border-color: rgb(219,58,214); }
td.TdClassName
{
border-color: #DB3AD6;
}
.TagClassName
{
border-color: #DB3AD6;
}
</style>