Html Css Color HEX #DB5BDF Free Speech Magenta
📋 copy color: '#DB5BDF'red 219 ◦ green 91 ◦ blue 223
Shades of Free Speech Magenta #DB5BDF
Tints of Free Speech Magenta #DB5BDF
RGB
CMYK
RGB Variations
Color information
#DB5BDF (or 0xDB5BDF) is known color: Free Speech Magenta. HEX triplet: DB, 5B and DF. RGB value is (219,91,223). Sum of RGB (Red+Green+Blue) = 219+91+223=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 91 (35.94% from 255 or 17.07% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 223 - color contains mainly: blue. Hex color #DB5BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5BDF is #24A420. Grayscale: #8F8F8F. Windows color (decimal): -2401313 or 14638043. OLE color: 14638043.
HSL color Cylindrical-coordinate representation of color #DB5BDF: hue angle of 298.18º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB5BDF is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 91 | 223 | - |
| CMYK | 0.02 | 0.59 | 0 | 0.13 |
| HSL | 298.18º | 0.67% | 0.62% | - |
| HSV(B) | 298.18º | 0.59% | 0.87% | - |
| XYZ | 46.27 | 27.87 | 72.75 | - |
| YUV | 144.32 | 172.41 | 181.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 91 | 223 | 0.02 | 0.59 | 0 | 0.13 | 298.18 | 0.67 | 0.62 |
| Hex | DB | 5B | DF | 2 | 3B | 0 | D | 12A | 43 | 3E |
| Octal | 333 | 133 | 337 | 2 | 73 | 0 | 15 | 452 | 103 | 76 |
| Binary | 11011011 | 1011011 | 11011111 | 10 | 111011 | 0 | 1101 | 100101010 | 1000011 | 111110 |
Color Harmonies of #DB5BDF
Complementary color
Monochromatic Colors of #DB5BDF
Black with #DB5BDF
Text Example
Text Example
White with #DB5BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5BDF; }
p { color: rgb(219,91,223); }
H1.HeaderClassName
{
color: #DB5BDF;
}
.AnyTagClassName
{
color: #DB5BDF;
}
</style>
background-color css
<style>
a { background-color: #DB5BDF; }
a { background-color: rgb(219,91,223); }
div.DivClassName
{
background-color: #DB5BDF;
}
.BgClassName
{
background-color: #DB5BDF;
}
</style>
border-color css
<style>
span { border-color: #DB5BDF; }
span { border-color: rgb(219,91,223); }
td.TdClassName
{
border-color: #DB5BDF;
}
.TagClassName
{
border-color: #DB5BDF;
}
</style>