Html Css Color HEX #DB5BD9 Free Speech Magenta
📋 copy color: '#DB5BD9'red 219 ◦ green 91 ◦ blue 217
Shades of Free Speech Magenta #DB5BD9
Tints of Free Speech Magenta #DB5BD9
RGB
CMYK
RGB Variations
Color information
#DB5BD9 (or 0xDB5BD9) is known color: Free Speech Magenta. HEX triplet: DB, 5B and D9. RGB value is (219,91,217). Sum of RGB (Red+Green+Blue) = 219+91+217=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 91 (35.94% from 255 or 17.27% from 527); Blue value is 217 (85.16% from 255 or 41.18% from 527); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5BD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5BD9 is #24A426. Grayscale: #8F8F8F. Windows color (decimal): -2401319 or 14244827. OLE color: 14244827.
HSL color Cylindrical-coordinate representation of color #DB5BD9: hue angle of 300.94º 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 #DB5BD9 is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 91 | 217 | - |
| CMYK | 0 | 0.58 | 0.01 | 0.14 |
| HSL | 300.94º | 0.64% | 0.61% | - |
| HSV(B) | 300.94º | 0.58% | 0.86% | - |
| XYZ | 45.48 | 27.55 | 68.57 | - |
| YUV | 143.64 | 169.41 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 91 | 217 | 0 | 0.58 | 0.01 | 0.14 | 300.94 | 0.64 | 0.61 |
| Hex | DB | 5B | D9 | 0 | 3A | 1 | E | 12D | 40 | 3D |
| Octal | 333 | 133 | 331 | 0 | 72 | 1 | 16 | 455 | 100 | 75 |
| Binary | 11011011 | 1011011 | 11011001 | 0 | 111010 | 1 | 1110 | 100101101 | 1000000 | 111101 |
Color Harmonies of #DB5BD9
Complementary color
Monochromatic Colors of #DB5BD9
Black with #DB5BD9
Text Example
Text Example
White with #DB5BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5BD9; }
p { color: rgb(219,91,217); }
H1.HeaderClassName
{
color: #DB5BD9;
}
.AnyTagClassName
{
color: #DB5BD9;
}
</style>
background-color css
<style>
a { background-color: #DB5BD9; }
a { background-color: rgb(219,91,217); }
div.DivClassName
{
background-color: #DB5BD9;
}
.BgClassName
{
background-color: #DB5BD9;
}
</style>
border-color css
<style>
span { border-color: #DB5BD9; }
span { border-color: rgb(219,91,217); }
td.TdClassName
{
border-color: #DB5BD9;
}
.TagClassName
{
border-color: #DB5BD9;
}
</style>