Html Css Color HEX #DB5EDF Free Speech Magenta
📋 copy color: '#DB5EDF'red 219 ◦ green 94 ◦ blue 223
Shades of Free Speech Magenta #DB5EDF
Tints of Free Speech Magenta #DB5EDF
RGB
CMYK
RGB Variations
Color information
#DB5EDF (or 0xDB5EDF) is known color: Free Speech Magenta. HEX triplet: DB, 5E and DF. RGB value is (219,94,223). Sum of RGB (Red+Green+Blue) = 219+94+223=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 94 (37.11% from 255 or 17.54% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 223 - color contains mainly: blue. Hex color #DB5EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5EDF is #24A120. Grayscale: #919191. Windows color (decimal): -2400545 or 14638811. OLE color: 14638811.
HSL color Cylindrical-coordinate representation of color #DB5EDF: hue angle of 298.14º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB5EDF is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 94 | 223 | - |
| CMYK | 0.02 | 0.58 | 0 | 0.13 |
| HSL | 298.14º | 0.67% | 0.62% | - |
| HSV(B) | 298.14º | 0.58% | 0.87% | - |
| XYZ | 46.54 | 28.39 | 72.84 | - |
| YUV | 146.08 | 171.41 | 180.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 94 | 223 | 0.02 | 0.58 | 0 | 0.13 | 298.14 | 0.67 | 0.62 |
| Hex | DB | 5E | DF | 2 | 3A | 0 | D | 12A | 43 | 3E |
| Octal | 333 | 136 | 337 | 2 | 72 | 0 | 15 | 452 | 103 | 76 |
| Binary | 11011011 | 1011110 | 11011111 | 10 | 111010 | 0 | 1101 | 100101010 | 1000011 | 111110 |
Color Harmonies of #DB5EDF
Complementary color
Monochromatic Colors of #DB5EDF
Black with #DB5EDF
Text Example
Text Example
White with #DB5EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5EDF; }
p { color: rgb(219,94,223); }
H1.HeaderClassName
{
color: #DB5EDF;
}
.AnyTagClassName
{
color: #DB5EDF;
}
</style>
background-color css
<style>
a { background-color: #DB5EDF; }
a { background-color: rgb(219,94,223); }
div.DivClassName
{
background-color: #DB5EDF;
}
.BgClassName
{
background-color: #DB5EDF;
}
</style>
border-color css
<style>
span { border-color: #DB5EDF; }
span { border-color: rgb(219,94,223); }
td.TdClassName
{
border-color: #DB5EDF;
}
.TagClassName
{
border-color: #DB5EDF;
}
</style>