Html Css Color HEX #DB50DE Free Speech Magenta
📋 copy color: '#DB50DE'red 219 ◦ green 80 ◦ blue 222
Shades of Free Speech Magenta #DB50DE
Tints of Free Speech Magenta #DB50DE
RGB
CMYK
RGB Variations
Color information
#DB50DE (or 0xDB50DE) is known color: Free Speech Magenta. HEX triplet: DB, 50 and DE. RGB value is (219,80,222). Sum of RGB (Red+Green+Blue) = 219+80+222=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 80 (31.64% from 255 or 15.36% from 521); Blue value is 222 (87.11% from 255 or 42.61% from 521); Max value from RGB is 222 - color contains mainly: blue. Hex color #DB50DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB50DE is #24AF21. Grayscale: #898989. Windows color (decimal): -2404130 or 14569691. OLE color: 14569691.
HSL color Cylindrical-coordinate representation of color #DB50DE: hue angle of 298.73º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DB50DE is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 80 | 222 | - |
| CMYK | 0.01 | 0.64 | 0 | 0.13 |
| HSL | 298.73º | 0.68% | 0.59% | - |
| HSV(B) | 298.73º | 0.64% | 0.87% | - |
| XYZ | 45.27 | 26.07 | 71.75 | - |
| YUV | 137.75 | 175.55 | 185.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 80 | 222 | 0.01 | 0.64 | 0 | 0.13 | 298.73 | 0.68 | 0.59 |
| Hex | DB | 50 | DE | 1 | 40 | 0 | D | 12B | 44 | 3B |
| Octal | 333 | 120 | 336 | 1 | 100 | 0 | 15 | 453 | 104 | 73 |
| Binary | 11011011 | 1010000 | 11011110 | 1 | 1000000 | 0 | 1101 | 100101011 | 1000100 | 111011 |
Color Harmonies of #DB50DE
Complementary color
Monochromatic Colors of #DB50DE
Black with #DB50DE
Text Example
Text Example
White with #DB50DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB50DE; }
p { color: rgb(219,80,222); }
H1.HeaderClassName
{
color: #DB50DE;
}
.AnyTagClassName
{
color: #DB50DE;
}
</style>
background-color css
<style>
a { background-color: #DB50DE; }
a { background-color: rgb(219,80,222); }
div.DivClassName
{
background-color: #DB50DE;
}
.BgClassName
{
background-color: #DB50DE;
}
</style>
border-color css
<style>
span { border-color: #DB50DE; }
span { border-color: rgb(219,80,222); }
td.TdClassName
{
border-color: #DB50DE;
}
.TagClassName
{
border-color: #DB50DE;
}
</style>