Html Css Color HEX #DB5BBE Free Speech Magenta
📋 copy color: '#DB5BBE'red 219 ◦ green 91 ◦ blue 190
Shades of Free Speech Magenta #DB5BBE
Tints of Free Speech Magenta #DB5BBE
RGB
CMYK
RGB Variations
Color information
#DB5BBE (or 0xDB5BBE) is known color: Free Speech Magenta. HEX triplet: DB, 5B and BE. RGB value is (219,91,190). Sum of RGB (Red+Green+Blue) = 219+91+190=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 91 (35.94% from 255 or 18.2% from 500); Blue value is 190 (74.61% from 255 or 38% from 500); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5BBE is #24A441. Grayscale: #8C8C8C. Windows color (decimal): -2401346 or 12475355. OLE color: 12475355.
HSL color Cylindrical-coordinate representation of color #DB5BBE: hue angle of 313.59º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB5BBE is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 91 | 190 | - |
| CMYK | 0 | 0.58 | 0.13 | 0.14 |
| HSL | 313.59º | 0.64% | 0.61% | - |
| HSV(B) | 313.59º | 0.58% | 0.86% | - |
| XYZ | 42.25 | 26.26 | 51.56 | - |
| YUV | 140.56 | 155.91 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 91 | 190 | 0 | 0.58 | 0.13 | 0.14 | 313.59 | 0.64 | 0.61 |
| Hex | DB | 5B | BE | 0 | 3A | D | E | 13A | 40 | 3D |
| Octal | 333 | 133 | 276 | 0 | 72 | 15 | 16 | 472 | 100 | 75 |
| Binary | 11011011 | 1011011 | 10111110 | 0 | 111010 | 1101 | 1110 | 100111010 | 1000000 | 111101 |
Color Harmonies of #DB5BBE
Complementary color
Monochromatic Colors of #DB5BBE
Black with #DB5BBE
Text Example
Text Example
White with #DB5BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5BBE; }
p { color: rgb(219,91,190); }
H1.HeaderClassName
{
color: #DB5BBE;
}
.AnyTagClassName
{
color: #DB5BBE;
}
</style>
background-color css
<style>
a { background-color: #DB5BBE; }
a { background-color: rgb(219,91,190); }
div.DivClassName
{
background-color: #DB5BBE;
}
.BgClassName
{
background-color: #DB5BBE;
}
</style>
border-color css
<style>
span { border-color: #DB5BBE; }
span { border-color: rgb(219,91,190); }
td.TdClassName
{
border-color: #DB5BBE;
}
.TagClassName
{
border-color: #DB5BBE;
}
</style>