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