Html Css Color HEX #DB5BD7 Free Speech Magenta
📋 copy color: '#DB5BD7'red 219 ◦ green 91 ◦ blue 215
Shades of Free Speech Magenta #DB5BD7
Tints of Free Speech Magenta #DB5BD7
RGB
CMYK
RGB Variations
Color information
#DB5BD7 (or 0xDB5BD7) is known color: Free Speech Magenta. HEX triplet: DB, 5B and D7. RGB value is (219,91,215). Sum of RGB (Red+Green+Blue) = 219+91+215=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 91 (35.94% from 255 or 17.33% from 525); Blue value is 215 (84.38% from 255 or 40.95% from 525); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5BD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5BD7 is #24A428. Grayscale: #8F8F8F. Windows color (decimal): -2401321 or 14113755. OLE color: 14113755.
HSL color Cylindrical-coordinate representation of color #DB5BD7: hue angle of 301.88º 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 #DB5BD7 is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 91 | 215 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.14 |
| HSL | 301.88º | 0.64% | 0.61% | - |
| HSV(B) | 301.88º | 0.58% | 0.86% | - |
| XYZ | 45.22 | 27.45 | 67.2 | - |
| YUV | 143.41 | 168.41 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 91 | 215 | 0 | 0.58 | 0.02 | 0.14 | 301.88 | 0.64 | 0.61 |
| Hex | DB | 5B | D7 | 0 | 3A | 2 | E | 12E | 40 | 3D |
| Octal | 333 | 133 | 327 | 0 | 72 | 2 | 16 | 456 | 100 | 75 |
| Binary | 11011011 | 1011011 | 11010111 | 0 | 111010 | 10 | 1110 | 100101110 | 1000000 | 111101 |
Color Harmonies of #DB5BD7
Complementary color
Monochromatic Colors of #DB5BD7
Black with #DB5BD7
Text Example
Text Example
White with #DB5BD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5BD7; }
p { color: rgb(219,91,215); }
H1.HeaderClassName
{
color: #DB5BD7;
}
.AnyTagClassName
{
color: #DB5BD7;
}
</style>
background-color css
<style>
a { background-color: #DB5BD7; }
a { background-color: rgb(219,91,215); }
div.DivClassName
{
background-color: #DB5BD7;
}
.BgClassName
{
background-color: #DB5BD7;
}
</style>
border-color css
<style>
span { border-color: #DB5BD7; }
span { border-color: rgb(219,91,215); }
td.TdClassName
{
border-color: #DB5BD7;
}
.TagClassName
{
border-color: #DB5BD7;
}
</style>