Html Css Color HEX #DB5DDE Free Speech Magenta
📋 copy color: '#DB5DDE'red 219 ◦ green 93 ◦ blue 222
Shades of Free Speech Magenta #DB5DDE
Tints of Free Speech Magenta #DB5DDE
RGB
CMYK
RGB Variations
Color information
#DB5DDE (or 0xDB5DDE) is known color: Free Speech Magenta. HEX triplet: DB, 5D and DE. RGB value is (219,93,222). Sum of RGB (Red+Green+Blue) = 219+93+222=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 93 (36.72% from 255 or 17.42% from 534); Blue value is 222 (87.11% from 255 or 41.57% from 534); Max value from RGB is 222 - color contains mainly: blue. Hex color #DB5DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5DDE is #24A221. Grayscale: #909090. Windows color (decimal): -2400802 or 14573019. OLE color: 14573019.
HSL color Cylindrical-coordinate representation of color #DB5DDE: hue angle of 298.6º 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 #DB5DDE is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 93 | 222 | - |
| CMYK | 0.01 | 0.58 | 0 | 0.13 |
| HSL | 298.6º | 0.66% | 0.62% | - |
| HSV(B) | 298.6º | 0.58% | 0.87% | - |
| XYZ | 46.31 | 28.16 | 72.1 | - |
| YUV | 145.38 | 171.24 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 93 | 222 | 0.01 | 0.58 | 0 | 0.13 | 298.6 | 0.66 | 0.62 |
| Hex | DB | 5D | DE | 1 | 3A | 0 | D | 12B | 42 | 3E |
| Octal | 333 | 135 | 336 | 1 | 72 | 0 | 15 | 453 | 102 | 76 |
| Binary | 11011011 | 1011101 | 11011110 | 1 | 111010 | 0 | 1101 | 100101011 | 1000010 | 111110 |
Color Harmonies of #DB5DDE
Complementary color
Monochromatic Colors of #DB5DDE
Black with #DB5DDE
Text Example
Text Example
White with #DB5DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5DDE; }
p { color: rgb(219,93,222); }
H1.HeaderClassName
{
color: #DB5DDE;
}
.AnyTagClassName
{
color: #DB5DDE;
}
</style>
background-color css
<style>
a { background-color: #DB5DDE; }
a { background-color: rgb(219,93,222); }
div.DivClassName
{
background-color: #DB5DDE;
}
.BgClassName
{
background-color: #DB5DDE;
}
</style>
border-color css
<style>
span { border-color: #DB5DDE; }
span { border-color: rgb(219,93,222); }
td.TdClassName
{
border-color: #DB5DDE;
}
.TagClassName
{
border-color: #DB5DDE;
}
</style>