Html Css Color HEX #DB5EDE Free Speech Magenta
📋 copy color: '#DB5EDE'red 219 ◦ green 94 ◦ blue 222
Shades of Free Speech Magenta #DB5EDE
Tints of Free Speech Magenta #DB5EDE
RGB
CMYK
RGB Variations
Color information
#DB5EDE (or 0xDB5EDE) is known color: Free Speech Magenta. HEX triplet: DB, 5E and DE. RGB value is (219,94,222). Sum of RGB (Red+Green+Blue) = 219+94+222=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 94 (37.11% from 255 or 17.57% from 535); Blue value is 222 (87.11% from 255 or 41.50% from 535); Max value from RGB is 222 - color contains mainly: blue. Hex color #DB5EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5EDE is #24A121. Grayscale: #919191. Windows color (decimal): -2400546 or 14573275. OLE color: 14573275.
HSL color Cylindrical-coordinate representation of color #DB5EDE: hue angle of 298.59º degrees, saturation: 0.66, 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 #DB5EDE is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 94 | 222 | - |
| CMYK | 0.01 | 0.58 | 0 | 0.13 |
| HSL | 298.59º | 0.66% | 0.62% | - |
| HSV(B) | 298.59º | 0.58% | 0.87% | - |
| XYZ | 46.4 | 28.34 | 72.13 | - |
| YUV | 145.97 | 170.91 | 180.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 94 | 222 | 0.01 | 0.58 | 0 | 0.13 | 298.59 | 0.66 | 0.62 |
| Hex | DB | 5E | DE | 1 | 3A | 0 | D | 12B | 42 | 3E |
| Octal | 333 | 136 | 336 | 1 | 72 | 0 | 15 | 453 | 102 | 76 |
| Binary | 11011011 | 1011110 | 11011110 | 1 | 111010 | 0 | 1101 | 100101011 | 1000010 | 111110 |
Color Harmonies of #DB5EDE
Complementary color
Monochromatic Colors of #DB5EDE
Black with #DB5EDE
Text Example
Text Example
White with #DB5EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5EDE; }
p { color: rgb(219,94,222); }
H1.HeaderClassName
{
color: #DB5EDE;
}
.AnyTagClassName
{
color: #DB5EDE;
}
</style>
background-color css
<style>
a { background-color: #DB5EDE; }
a { background-color: rgb(219,94,222); }
div.DivClassName
{
background-color: #DB5EDE;
}
.BgClassName
{
background-color: #DB5EDE;
}
</style>
border-color css
<style>
span { border-color: #DB5EDE; }
span { border-color: rgb(219,94,222); }
td.TdClassName
{
border-color: #DB5EDE;
}
.TagClassName
{
border-color: #DB5EDE;
}
</style>