Html Css Color HEX #DB5BD6 Free Speech Magenta
📋 copy color: '#DB5BD6'red 219 ◦ green 91 ◦ blue 214
Shades of Free Speech Magenta #DB5BD6
Tints of Free Speech Magenta #DB5BD6
RGB
CMYK
RGB Variations
Color information
#DB5BD6 (or 0xDB5BD6) is known color: Free Speech Magenta. HEX triplet: DB, 5B and D6. RGB value is (219,91,214). Sum of RGB (Red+Green+Blue) = 219+91+214=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 91 (35.94% from 255 or 17.37% from 524); Blue value is 214 (83.98% from 255 or 40.84% from 524); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5BD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5BD6 is #24A429. Grayscale: #8E8E8E. Windows color (decimal): -2401322 or 14048219. OLE color: 14048219.
HSL color Cylindrical-coordinate representation of color #DB5BD6: hue angle of 302.34º 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 #DB5BD6 is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 91 | 214 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.14 |
| HSL | 302.34º | 0.64% | 0.61% | - |
| HSV(B) | 302.34º | 0.58% | 0.86% | - |
| XYZ | 45.09 | 27.4 | 66.53 | - |
| YUV | 143.29 | 167.91 | 182 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 91 | 214 | 0 | 0.58 | 0.02 | 0.14 | 302.34 | 0.64 | 0.61 |
| Hex | DB | 5B | D6 | 0 | 3A | 2 | E | 12E | 40 | 3D |
| Octal | 333 | 133 | 326 | 0 | 72 | 2 | 16 | 456 | 100 | 75 |
| Binary | 11011011 | 1011011 | 11010110 | 0 | 111010 | 10 | 1110 | 100101110 | 1000000 | 111101 |
Color Harmonies of #DB5BD6
Complementary color
Monochromatic Colors of #DB5BD6
Black with #DB5BD6
Text Example
Text Example
White with #DB5BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5BD6; }
p { color: rgb(219,91,214); }
H1.HeaderClassName
{
color: #DB5BD6;
}
.AnyTagClassName
{
color: #DB5BD6;
}
</style>
background-color css
<style>
a { background-color: #DB5BD6; }
a { background-color: rgb(219,91,214); }
div.DivClassName
{
background-color: #DB5BD6;
}
.BgClassName
{
background-color: #DB5BD6;
}
</style>
border-color css
<style>
span { border-color: #DB5BD6; }
span { border-color: rgb(219,91,214); }
td.TdClassName
{
border-color: #DB5BD6;
}
.TagClassName
{
border-color: #DB5BD6;
}
</style>