Html Css Color HEX #DB5FDE Free Speech Magenta
📋 copy color: '#DB5FDE'red 219 ◦ green 95 ◦ blue 222
Shades of Free Speech Magenta #DB5FDE
Tints of Free Speech Magenta #DB5FDE
RGB
CMYK
RGB Variations
Color information
#DB5FDE (or 0xDB5FDE) is known color: Free Speech Magenta. HEX triplet: DB, 5F and DE. RGB value is (219,95,222). Sum of RGB (Red+Green+Blue) = 219+95+222=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 95 (37.5% from 255 or 17.72% from 536); Blue value is 222 (87.11% from 255 or 41.42% from 536); Max value from RGB is 222 - color contains mainly: blue. Hex color #DB5FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5FDE is #24A021. Grayscale: #929292. Windows color (decimal): -2400290 or 14573531. OLE color: 14573531.
HSL color Cylindrical-coordinate representation of color #DB5FDE: hue angle of 298.58º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB5FDE is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 95 | 222 | - |
| CMYK | 0.01 | 0.57 | 0 | 0.13 |
| HSL | 298.58º | 0.66% | 0.62% | - |
| HSV(B) | 298.58º | 0.57% | 0.87% | - |
| XYZ | 46.49 | 28.52 | 72.16 | - |
| YUV | 146.55 | 170.58 | 179.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 95 | 222 | 0.01 | 0.57 | 0 | 0.13 | 298.58 | 0.66 | 0.62 |
| Hex | DB | 5F | DE | 1 | 39 | 0 | D | 12B | 42 | 3E |
| Octal | 333 | 137 | 336 | 1 | 71 | 0 | 15 | 453 | 102 | 76 |
| Binary | 11011011 | 1011111 | 11011110 | 1 | 111001 | 0 | 1101 | 100101011 | 1000010 | 111110 |
Color Harmonies of #DB5FDE
Complementary color
Monochromatic Colors of #DB5FDE
Black with #DB5FDE
Text Example
Text Example
White with #DB5FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5FDE; }
p { color: rgb(219,95,222); }
H1.HeaderClassName
{
color: #DB5FDE;
}
.AnyTagClassName
{
color: #DB5FDE;
}
</style>
background-color css
<style>
a { background-color: #DB5FDE; }
a { background-color: rgb(219,95,222); }
div.DivClassName
{
background-color: #DB5FDE;
}
.BgClassName
{
background-color: #DB5FDE;
}
</style>
border-color css
<style>
span { border-color: #DB5FDE; }
span { border-color: rgb(219,95,222); }
td.TdClassName
{
border-color: #DB5FDE;
}
.TagClassName
{
border-color: #DB5FDE;
}
</style>