Html Css Color HEX #DB48EE Free Speech Magenta
📋 copy color: '#DB48EE'red 219 ◦ green 72 ◦ blue 238
Shades of Free Speech Magenta #DB48EE
Tints of Free Speech Magenta #DB48EE
RGB
CMYK
RGB Variations
Color information
#DB48EE (or 0xDB48EE) is known color: Free Speech Magenta. HEX triplet: DB, 48 and EE. RGB value is (219,72,238). Sum of RGB (Red+Green+Blue) = 219+72+238=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 72 (28.52% from 255 or 13.61% from 529); Blue value is 238 (93.36% from 255 or 44.99% from 529); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB48EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB48EE is #24B711. Grayscale: #868686. Windows color (decimal): -2406162 or 15616219. OLE color: 15616219.
HSL color Cylindrical-coordinate representation of color #DB48EE: hue angle of 293.13º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB48EE is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 72 | 238 | - |
| CMYK | 0.08 | 0.70 | 0 | 0.07 |
| HSL | 293.13º | 0.83% | 0.61% | - |
| HSV(B) | 293.13º | 0.7% | 0.93% | - |
| XYZ | 46.96 | 25.87 | 83.41 | - |
| YUV | 134.88 | 186.2 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 72 | 238 | 0.08 | 0.70 | 0 | 0.07 | 293.13 | 0.83 | 0.61 |
| Hex | DB | 48 | EE | 8 | 46 | 0 | 7 | 125 | 53 | 3D |
| Octal | 333 | 110 | 356 | 10 | 106 | 0 | 7 | 445 | 123 | 75 |
| Binary | 11011011 | 1001000 | 11101110 | 1000 | 1000110 | 0 | 111 | 100100101 | 1010011 | 111101 |
Color Harmonies of #DB48EE
Complementary color
Monochromatic Colors of #DB48EE
Black with #DB48EE
Text Example
Text Example
White with #DB48EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB48EE; }
p { color: rgb(219,72,238); }
H1.HeaderClassName
{
color: #DB48EE;
}
.AnyTagClassName
{
color: #DB48EE;
}
</style>
background-color css
<style>
a { background-color: #DB48EE; }
a { background-color: rgb(219,72,238); }
div.DivClassName
{
background-color: #DB48EE;
}
.BgClassName
{
background-color: #DB48EE;
}
</style>
border-color css
<style>
span { border-color: #DB48EE; }
span { border-color: rgb(219,72,238); }
td.TdClassName
{
border-color: #DB48EE;
}
.TagClassName
{
border-color: #DB48EE;
}
</style>