Html Css Color HEX #DB44EE Free Speech Magenta
📋 copy color: '#DB44EE'red 219 ◦ green 68 ◦ blue 238
Shades of Free Speech Magenta #DB44EE
Tints of Free Speech Magenta #DB44EE
RGB
CMYK
RGB Variations
Color information
#DB44EE (or 0xDB44EE) is known color: Free Speech Magenta. HEX triplet: DB, 44 and EE. RGB value is (219,68,238). Sum of RGB (Red+Green+Blue) = 219+68+238=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 68 (26.95% from 255 or 12.95% from 525); Blue value is 238 (93.36% from 255 or 45.33% from 525); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB44EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB44EE is #24BB11. Grayscale: #848484. Windows color (decimal): -2407186 or 15615195. OLE color: 15615195.
HSL color Cylindrical-coordinate representation of color #DB44EE: hue angle of 293.29º 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 #DB44EE is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 68 | 238 | - |
| CMYK | 0.08 | 0.71 | 0 | 0.07 |
| HSL | 293.29º | 0.83% | 0.6% | - |
| HSV(B) | 293.29º | 0.71% | 0.93% | - |
| XYZ | 46.71 | 25.37 | 83.32 | - |
| YUV | 132.53 | 187.53 | 189.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 68 | 238 | 0.08 | 0.71 | 0 | 0.07 | 293.29 | 0.83 | 0.6 |
| Hex | DB | 44 | EE | 8 | 47 | 0 | 7 | 125 | 53 | 3C |
| Octal | 333 | 104 | 356 | 10 | 107 | 0 | 7 | 445 | 123 | 74 |
| Binary | 11011011 | 1000100 | 11101110 | 1000 | 1000111 | 0 | 111 | 100100101 | 1010011 | 111100 |
Color Harmonies of #DB44EE
Complementary color
Monochromatic Colors of #DB44EE
Black with #DB44EE
Text Example
Text Example
White with #DB44EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB44EE; }
p { color: rgb(219,68,238); }
H1.HeaderClassName
{
color: #DB44EE;
}
.AnyTagClassName
{
color: #DB44EE;
}
</style>
background-color css
<style>
a { background-color: #DB44EE; }
a { background-color: rgb(219,68,238); }
div.DivClassName
{
background-color: #DB44EE;
}
.BgClassName
{
background-color: #DB44EE;
}
</style>
border-color css
<style>
span { border-color: #DB44EE; }
span { border-color: rgb(219,68,238); }
td.TdClassName
{
border-color: #DB44EE;
}
.TagClassName
{
border-color: #DB44EE;
}
</style>