Html Css Color HEX #DB5ED8 Free Speech Magenta
📋 copy color: '#DB5ED8'red 219 ◦ green 94 ◦ blue 216
Shades of Free Speech Magenta #DB5ED8
Tints of Free Speech Magenta #DB5ED8
RGB
CMYK
RGB Variations
Color information
#DB5ED8 (or 0xDB5ED8) is known color: Free Speech Magenta. HEX triplet: DB, 5E and D8. RGB value is (219,94,216). Sum of RGB (Red+Green+Blue) = 219+94+216=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 94 (37.11% from 255 or 17.77% from 529); Blue value is 216 (84.77% from 255 or 40.83% from 529); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5ED8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5ED8 is #24A127. Grayscale: #909090. Windows color (decimal): -2400552 or 14180059. OLE color: 14180059.
HSL color Cylindrical-coordinate representation of color #DB5ED8: hue angle of 301.44º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB5ED8 is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 94 | 216 | - |
| CMYK | 0 | 0.57 | 0.01 | 0.14 |
| HSL | 301.44º | 0.63% | 0.61% | - |
| HSV(B) | 301.44º | 0.57% | 0.86% | - |
| XYZ | 45.61 | 28.02 | 67.97 | - |
| YUV | 145.28 | 167.91 | 180.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 94 | 216 | 0 | 0.57 | 0.01 | 0.14 | 301.44 | 0.63 | 0.61 |
| Hex | DB | 5E | D8 | 0 | 39 | 1 | E | 12D | 3F | 3D |
| Octal | 333 | 136 | 330 | 0 | 71 | 1 | 16 | 455 | 77 | 75 |
| Binary | 11011011 | 1011110 | 11011000 | 0 | 111001 | 1 | 1110 | 100101101 | 111111 | 111101 |
Color Harmonies of #DB5ED8
Complementary color
Monochromatic Colors of #DB5ED8
Black with #DB5ED8
Text Example
Text Example
White with #DB5ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5ED8; }
p { color: rgb(219,94,216); }
H1.HeaderClassName
{
color: #DB5ED8;
}
.AnyTagClassName
{
color: #DB5ED8;
}
</style>
background-color css
<style>
a { background-color: #DB5ED8; }
a { background-color: rgb(219,94,216); }
div.DivClassName
{
background-color: #DB5ED8;
}
.BgClassName
{
background-color: #DB5ED8;
}
</style>
border-color css
<style>
span { border-color: #DB5ED8; }
span { border-color: rgb(219,94,216); }
td.TdClassName
{
border-color: #DB5ED8;
}
.TagClassName
{
border-color: #DB5ED8;
}
</style>