Html Css Color HEX #DB46EE Free Speech Magenta
📋 copy color: '#DB46EE'red 219 ◦ green 70 ◦ blue 238
Shades of Free Speech Magenta #DB46EE
Tints of Free Speech Magenta #DB46EE
RGB
CMYK
RGB Variations
Color information
#DB46EE (or 0xDB46EE) is known color: Free Speech Magenta. HEX triplet: DB, 46 and EE. RGB value is (219,70,238). Sum of RGB (Red+Green+Blue) = 219+70+238=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 70 (27.73% from 255 or 13.28% from 527); Blue value is 238 (93.36% from 255 or 45.16% from 527); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB46EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB46EE is #24B911. Grayscale: #858585. Windows color (decimal): -2406674 or 15615707. OLE color: 15615707.
HSL color Cylindrical-coordinate representation of color #DB46EE: hue angle of 293.21º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DB46EE is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 70 | 238 | - |
| CMYK | 0.08 | 0.71 | 0 | 0.07 |
| HSL | 293.21º | 0.83% | 0.6% | - |
| HSV(B) | 293.21º | 0.71% | 0.93% | - |
| XYZ | 46.84 | 25.61 | 83.36 | - |
| YUV | 133.7 | 186.86 | 188.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 70 | 238 | 0.08 | 0.71 | 0 | 0.07 | 293.21 | 0.83 | 0.6 |
| Hex | DB | 46 | EE | 8 | 47 | 0 | 7 | 125 | 53 | 3C |
| Octal | 333 | 106 | 356 | 10 | 107 | 0 | 7 | 445 | 123 | 74 |
| Binary | 11011011 | 1000110 | 11101110 | 1000 | 1000111 | 0 | 111 | 100100101 | 1010011 | 111100 |
Color Harmonies of #DB46EE
Complementary color
Monochromatic Colors of #DB46EE
Black with #DB46EE
Text Example
Text Example
White with #DB46EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB46EE; }
p { color: rgb(219,70,238); }
H1.HeaderClassName
{
color: #DB46EE;
}
.AnyTagClassName
{
color: #DB46EE;
}
</style>
background-color css
<style>
a { background-color: #DB46EE; }
a { background-color: rgb(219,70,238); }
div.DivClassName
{
background-color: #DB46EE;
}
.BgClassName
{
background-color: #DB46EE;
}
</style>
border-color css
<style>
span { border-color: #DB46EE; }
span { border-color: rgb(219,70,238); }
td.TdClassName
{
border-color: #DB46EE;
}
.TagClassName
{
border-color: #DB46EE;
}
</style>