Html Css Color HEX #DB5BBA Free Speech Magenta
📋 copy color: '#DB5BBA'red 219 ◦ green 91 ◦ blue 186
Shades of Free Speech Magenta #DB5BBA
Tints of Free Speech Magenta #DB5BBA
RGB
CMYK
RGB Variations
Color information
#DB5BBA (or 0xDB5BBA) is known color: Free Speech Magenta. HEX triplet: DB, 5B and BA. RGB value is (219,91,186). Sum of RGB (Red+Green+Blue) = 219+91+186=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 91 (35.94% from 255 or 18.35% from 496); Blue value is 186 (73.05% from 255 or 37.5% from 496); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5BBA is #24A445. Grayscale: #8B8B8B. Windows color (decimal): -2401350 or 12213211. OLE color: 12213211.
HSL color Cylindrical-coordinate representation of color #DB5BBA: hue angle of 315.47º 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 #DB5BBA is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 91 | 186 | - |
| CMYK | 0 | 0.58 | 0.15 | 0.14 |
| HSL | 315.47º | 0.64% | 0.61% | - |
| HSV(B) | 315.47º | 0.58% | 0.86% | - |
| XYZ | 41.82 | 26.09 | 49.29 | - |
| YUV | 140.1 | 153.91 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 91 | 186 | 0 | 0.58 | 0.15 | 0.14 | 315.47 | 0.64 | 0.61 |
| Hex | DB | 5B | BA | 0 | 3A | F | E | 13B | 40 | 3D |
| Octal | 333 | 133 | 272 | 0 | 72 | 17 | 16 | 473 | 100 | 75 |
| Binary | 11011011 | 1011011 | 10111010 | 0 | 111010 | 1111 | 1110 | 100111011 | 1000000 | 111101 |
Color Harmonies of #DB5BBA
Complementary color
Monochromatic Colors of #DB5BBA
Black with #DB5BBA
Text Example
Text Example
White with #DB5BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5BBA; }
p { color: rgb(219,91,186); }
H1.HeaderClassName
{
color: #DB5BBA;
}
.AnyTagClassName
{
color: #DB5BBA;
}
</style>
background-color css
<style>
a { background-color: #DB5BBA; }
a { background-color: rgb(219,91,186); }
div.DivClassName
{
background-color: #DB5BBA;
}
.BgClassName
{
background-color: #DB5BBA;
}
</style>
border-color css
<style>
span { border-color: #DB5BBA; }
span { border-color: rgb(219,91,186); }
td.TdClassName
{
border-color: #DB5BBA;
}
.TagClassName
{
border-color: #DB5BBA;
}
</style>