Html Css Color HEX #DB5ED6 Free Speech Magenta
📋 copy color: '#DB5ED6'red 219 ◦ green 94 ◦ blue 214
Shades of Free Speech Magenta #DB5ED6
Tints of Free Speech Magenta #DB5ED6
RGB
CMYK
RGB Variations
Color information
#DB5ED6 (or 0xDB5ED6) is known color: Free Speech Magenta. HEX triplet: DB, 5E and D6. RGB value is (219,94,214). Sum of RGB (Red+Green+Blue) = 219+94+214=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 94 (37.11% from 255 or 17.84% from 527); Blue value is 214 (83.98% from 255 or 40.61% from 527); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5ED6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5ED6 is #24A129. Grayscale: #909090. Windows color (decimal): -2400554 or 14048987. OLE color: 14048987.
HSL color Cylindrical-coordinate representation of color #DB5ED6: hue angle of 302.4º 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 #DB5ED6 is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 94 | 214 | - |
| CMYK | 0 | 0.57 | 0.02 | 0.14 |
| HSL | 302.4º | 0.63% | 0.61% | - |
| HSV(B) | 302.4º | 0.57% | 0.86% | - |
| XYZ | 45.35 | 27.92 | 66.62 | - |
| YUV | 145.06 | 166.91 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 94 | 214 | 0 | 0.57 | 0.02 | 0.14 | 302.4 | 0.63 | 0.61 |
| Hex | DB | 5E | D6 | 0 | 39 | 2 | E | 12E | 3F | 3D |
| Octal | 333 | 136 | 326 | 0 | 71 | 2 | 16 | 456 | 77 | 75 |
| Binary | 11011011 | 1011110 | 11010110 | 0 | 111001 | 10 | 1110 | 100101110 | 111111 | 111101 |
Color Harmonies of #DB5ED6
Complementary color
Monochromatic Colors of #DB5ED6
Black with #DB5ED6
Text Example
Text Example
White with #DB5ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5ED6; }
p { color: rgb(219,94,214); }
H1.HeaderClassName
{
color: #DB5ED6;
}
.AnyTagClassName
{
color: #DB5ED6;
}
</style>
background-color css
<style>
a { background-color: #DB5ED6; }
a { background-color: rgb(219,94,214); }
div.DivClassName
{
background-color: #DB5ED6;
}
.BgClassName
{
background-color: #DB5ED6;
}
</style>
border-color css
<style>
span { border-color: #DB5ED6; }
span { border-color: rgb(219,94,214); }
td.TdClassName
{
border-color: #DB5ED6;
}
.TagClassName
{
border-color: #DB5ED6;
}
</style>