Html Css Color HEX #DB55EE Free Speech Magenta
📋 copy color: '#DB55EE'red 219 ◦ green 85 ◦ blue 238
Shades of Free Speech Magenta #DB55EE
Tints of Free Speech Magenta #DB55EE
RGB
CMYK
RGB Variations
Color information
#DB55EE (or 0xDB55EE) is known color: Free Speech Magenta. HEX triplet: DB, 55 and EE. RGB value is (219,85,238). Sum of RGB (Red+Green+Blue) = 219+85+238=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 85 (33.59% from 255 or 15.68% from 542); Blue value is 238 (93.36% from 255 or 43.91% from 542); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB55EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB55EE is #24AA11. Grayscale: #8E8E8E. Windows color (decimal): -2402834 or 15619547. OLE color: 15619547.
HSL color Cylindrical-coordinate representation of color #DB55EE: hue angle of 292.55º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DB55EE is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 85 | 238 | - |
| CMYK | 0.08 | 0.64 | 0 | 0.07 |
| HSL | 292.55º | 0.82% | 0.63% | - |
| HSV(B) | 292.55º | 0.64% | 0.93% | - |
| XYZ | 47.89 | 27.73 | 83.72 | - |
| YUV | 142.51 | 181.89 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 85 | 238 | 0.08 | 0.64 | 0 | 0.07 | 292.55 | 0.82 | 0.63 |
| Hex | DB | 55 | EE | 8 | 40 | 0 | 7 | 125 | 52 | 3F |
| Octal | 333 | 125 | 356 | 10 | 100 | 0 | 7 | 445 | 122 | 77 |
| Binary | 11011011 | 1010101 | 11101110 | 1000 | 1000000 | 0 | 111 | 100100101 | 1010010 | 111111 |
Color Harmonies of #DB55EE
Complementary color
Monochromatic Colors of #DB55EE
Black with #DB55EE
Text Example
Text Example
White with #DB55EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB55EE; }
p { color: rgb(219,85,238); }
H1.HeaderClassName
{
color: #DB55EE;
}
.AnyTagClassName
{
color: #DB55EE;
}
</style>
background-color css
<style>
a { background-color: #DB55EE; }
a { background-color: rgb(219,85,238); }
div.DivClassName
{
background-color: #DB55EE;
}
.BgClassName
{
background-color: #DB55EE;
}
</style>
border-color css
<style>
span { border-color: #DB55EE; }
span { border-color: rgb(219,85,238); }
td.TdClassName
{
border-color: #DB55EE;
}
.TagClassName
{
border-color: #DB55EE;
}
</style>