Html Css Color HEX #DB5BE6 Free Speech Magenta
📋 copy color: '#DB5BE6'red 219 ◦ green 91 ◦ blue 230
Shades of Free Speech Magenta #DB5BE6
Tints of Free Speech Magenta #DB5BE6
RGB
CMYK
RGB Variations
Color information
#DB5BE6 (or 0xDB5BE6) is known color: Free Speech Magenta. HEX triplet: DB, 5B and E6. RGB value is (219,91,230). Sum of RGB (Red+Green+Blue) = 219+91+230=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 91 (35.94% from 255 or 16.85% from 540); Blue value is 230 (90.23% from 255 or 42.59% from 540); Max value from RGB is 230 - color contains mainly: blue. Hex color #DB5BE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB5BE6 is #24A419. Grayscale: #909090. Windows color (decimal): -2401306 or 15096795. OLE color: 15096795.
HSL color Cylindrical-coordinate representation of color #DB5BE6: hue angle of 295.25º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DB5BE6 is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 91 | 230 | - |
| CMYK | 0.05 | 0.60 | 0 | 0.10 |
| HSL | 295.25º | 0.74% | 0.63% | - |
| HSV(B) | 295.25º | 0.6% | 0.9% | - |
| XYZ | 47.24 | 28.26 | 77.83 | - |
| YUV | 145.12 | 175.91 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 91 | 230 | 0.05 | 0.60 | 0 | 0.10 | 295.25 | 0.74 | 0.63 |
| Hex | DB | 5B | E6 | 5 | 3C | 0 | A | 127 | 4A | 3F |
| Octal | 333 | 133 | 346 | 5 | 74 | 0 | 12 | 447 | 112 | 77 |
| Binary | 11011011 | 1011011 | 11100110 | 101 | 111100 | 0 | 1010 | 100100111 | 1001010 | 111111 |
Color Harmonies of #DB5BE6
Complementary color
Monochromatic Colors of #DB5BE6
Black with #DB5BE6
Text Example
Text Example
White with #DB5BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5BE6; }
p { color: rgb(219,91,230); }
H1.HeaderClassName
{
color: #DB5BE6;
}
.AnyTagClassName
{
color: #DB5BE6;
}
</style>
background-color css
<style>
a { background-color: #DB5BE6; }
a { background-color: rgb(219,91,230); }
div.DivClassName
{
background-color: #DB5BE6;
}
.BgClassName
{
background-color: #DB5BE6;
}
</style>
border-color css
<style>
span { border-color: #DB5BE6; }
span { border-color: rgb(219,91,230); }
td.TdClassName
{
border-color: #DB5BE6;
}
.TagClassName
{
border-color: #DB5BE6;
}
</style>