Html Css Color HEX #DB5BE0 Free Speech Magenta
📋 copy color: '#DB5BE0'red 219 ◦ green 91 ◦ blue 224
Shades of Free Speech Magenta #DB5BE0
Tints of Free Speech Magenta #DB5BE0
RGB
CMYK
RGB Variations
Color information
#DB5BE0 (or 0xDB5BE0) is known color: Free Speech Magenta. HEX triplet: DB, 5B and E0. RGB value is (219,91,224). Sum of RGB (Red+Green+Blue) = 219+91+224=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 91 (35.94% from 255 or 17.04% from 534); Blue value is 224 (87.89% from 255 or 41.95% from 534); Max value from RGB is 224 - color contains mainly: blue. Hex color #DB5BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5BE0 is #24A41F. Grayscale: #909090. Windows color (decimal): -2401312 or 14703579. OLE color: 14703579.
HSL color Cylindrical-coordinate representation of color #DB5BE0: hue angle of 297.74º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB5BE0 is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 91 | 224 | - |
| CMYK | 0.02 | 0.59 | 0 | 0.12 |
| HSL | 297.74º | 0.68% | 0.62% | - |
| HSV(B) | 297.74º | 0.59% | 0.88% | - |
| XYZ | 46.41 | 27.92 | 73.46 | - |
| YUV | 144.43 | 172.91 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 91 | 224 | 0.02 | 0.59 | 0 | 0.12 | 297.74 | 0.68 | 0.62 |
| Hex | DB | 5B | E0 | 2 | 3B | 0 | C | 12A | 44 | 3E |
| Octal | 333 | 133 | 340 | 2 | 73 | 0 | 14 | 452 | 104 | 76 |
| Binary | 11011011 | 1011011 | 11100000 | 10 | 111011 | 0 | 1100 | 100101010 | 1000100 | 111110 |
Color Harmonies of #DB5BE0
Complementary color
Monochromatic Colors of #DB5BE0
Black with #DB5BE0
Text Example
Text Example
White with #DB5BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5BE0; }
p { color: rgb(219,91,224); }
H1.HeaderClassName
{
color: #DB5BE0;
}
.AnyTagClassName
{
color: #DB5BE0;
}
</style>
background-color css
<style>
a { background-color: #DB5BE0; }
a { background-color: rgb(219,91,224); }
div.DivClassName
{
background-color: #DB5BE0;
}
.BgClassName
{
background-color: #DB5BE0;
}
</style>
border-color css
<style>
span { border-color: #DB5BE0; }
span { border-color: rgb(219,91,224); }
td.TdClassName
{
border-color: #DB5BE0;
}
.TagClassName
{
border-color: #DB5BE0;
}
</style>