Html Css Color HEX #DB46EA Free Speech Magenta
📋 copy color: '#DB46EA'red 219 ◦ green 70 ◦ blue 234
Shades of Free Speech Magenta #DB46EA
Tints of Free Speech Magenta #DB46EA
RGB
CMYK
RGB Variations
Color information
#DB46EA (or 0xDB46EA) is known color: Free Speech Magenta. HEX triplet: DB, 46 and EA. RGB value is (219,70,234). Sum of RGB (Red+Green+Blue) = 219+70+234=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 70 (27.73% from 255 or 13.38% from 523); Blue value is 234 (91.80% from 255 or 44.74% from 523); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB46EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB46EA is #24B915. Grayscale: #848484. Windows color (decimal): -2406678 or 15353563. OLE color: 15353563.
HSL color Cylindrical-coordinate representation of color #DB46EA: hue angle of 294.51º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB46EA is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 70 | 234 | - |
| CMYK | 0.06 | 0.70 | 0 | 0.08 |
| HSL | 294.51º | 0.8% | 0.6% | - |
| HSV(B) | 294.51º | 0.7% | 0.92% | - |
| XYZ | 46.25 | 25.38 | 80.3 | - |
| YUV | 133.25 | 184.86 | 189.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 70 | 234 | 0.06 | 0.70 | 0 | 0.08 | 294.51 | 0.8 | 0.6 |
| Hex | DB | 46 | EA | 6 | 46 | 0 | 8 | 127 | 50 | 3C |
| Octal | 333 | 106 | 352 | 6 | 106 | 0 | 10 | 447 | 120 | 74 |
| Binary | 11011011 | 1000110 | 11101010 | 110 | 1000110 | 0 | 1000 | 100100111 | 1010000 | 111100 |
Color Harmonies of #DB46EA
Complementary color
Monochromatic Colors of #DB46EA
Black with #DB46EA
Text Example
Text Example
White with #DB46EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB46EA; }
p { color: rgb(219,70,234); }
H1.HeaderClassName
{
color: #DB46EA;
}
.AnyTagClassName
{
color: #DB46EA;
}
</style>
background-color css
<style>
a { background-color: #DB46EA; }
a { background-color: rgb(219,70,234); }
div.DivClassName
{
background-color: #DB46EA;
}
.BgClassName
{
background-color: #DB46EA;
}
</style>
border-color css
<style>
span { border-color: #DB46EA; }
span { border-color: rgb(219,70,234); }
td.TdClassName
{
border-color: #DB46EA;
}
.TagClassName
{
border-color: #DB46EA;
}
</style>