Html Css Color HEX #DB46D9 Free Speech Magenta
📋 copy color: '#DB46D9'red 219 ◦ green 70 ◦ blue 217
Shades of Free Speech Magenta #DB46D9
Tints of Free Speech Magenta #DB46D9
RGB
CMYK
RGB Variations
Color information
#DB46D9 (or 0xDB46D9) is known color: Free Speech Magenta. HEX triplet: DB, 46 and D9. RGB value is (219,70,217). Sum of RGB (Red+Green+Blue) = 219+70+217=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 70 (27.73% from 255 or 13.83% from 506); Blue value is 217 (85.16% from 255 or 42.89% from 506); Max value from RGB is 219 - color contains mainly: red. Hex color #DB46D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB46D9 is #24B926. Grayscale: #828282. Windows color (decimal): -2406695 or 14239451. OLE color: 14239451.
HSL color Cylindrical-coordinate representation of color #DB46D9: hue angle of 300.81º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB46D9 is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 70 | 217 | - |
| CMYK | 0 | 0.68 | 0.01 | 0.14 |
| HSL | 300.81º | 0.67% | 0.57% | - |
| HSV(B) | 300.81º | 0.68% | 0.86% | - |
| XYZ | 43.93 | 24.45 | 68.05 | - |
| YUV | 131.31 | 176.36 | 190.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 70 | 217 | 0 | 0.68 | 0.01 | 0.14 | 300.81 | 0.67 | 0.57 |
| Hex | DB | 46 | D9 | 0 | 44 | 1 | E | 12D | 43 | 39 |
| Octal | 333 | 106 | 331 | 0 | 104 | 1 | 16 | 455 | 103 | 71 |
| Binary | 11011011 | 1000110 | 11011001 | 0 | 1000100 | 1 | 1110 | 100101101 | 1000011 | 111001 |
Color Harmonies of #DB46D9
Complementary color
Monochromatic Colors of #DB46D9
Black with #DB46D9
Text Example
Text Example
White with #DB46D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB46D9; }
p { color: rgb(219,70,217); }
H1.HeaderClassName
{
color: #DB46D9;
}
.AnyTagClassName
{
color: #DB46D9;
}
</style>
background-color css
<style>
a { background-color: #DB46D9; }
a { background-color: rgb(219,70,217); }
div.DivClassName
{
background-color: #DB46D9;
}
.BgClassName
{
background-color: #DB46D9;
}
</style>
border-color css
<style>
span { border-color: #DB46D9; }
span { border-color: rgb(219,70,217); }
td.TdClassName
{
border-color: #DB46D9;
}
.TagClassName
{
border-color: #DB46D9;
}
</style>