Shades of Psychedelic Purple #DB1DEB
Tints of Psychedelic Purple #DB1DEB
RGB
CMYK
RGB Variations
Color information
#DB1DEB (or 0xDB1DEB) is known color: Psychedelic Purple. HEX triplet: DB, 1D and EB. RGB value is (219,29,235). Sum of RGB (Red+Green+Blue) = 219+29+235=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 29 (11.72% from 255 or 6.00% from 483); Blue value is 235 (92.19% from 255 or 48.65% from 483); Max value from RGB is 235 - color contains mainly: blue. Hex color #DB1DEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB1DEB is #24E214. Grayscale: #6C6C6C. Windows color (decimal): -2417173 or 15408603. OLE color: 15408603.
HSL color Cylindrical-coordinate representation of color #DB1DEB: hue angle of 295.34º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB1DEB is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 29 | 235 | - |
| CMYK | 0.07 | 0.88 | 0 | 0.08 |
| HSL | 295.34º | 0.84% | 0.52% | - |
| HSV(B) | 295.34º | 0.88% | 0.92% | - |
| XYZ | 44.65 | 21.94 | 80.48 | - |
| YUV | 109.29 | 198.95 | 206.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 29 | 235 | 0.07 | 0.88 | 0 | 0.08 | 295.34 | 0.84 | 0.52 |
| Hex | DB | 1D | EB | 7 | 58 | 0 | 8 | 127 | 54 | 34 |
| Octal | 333 | 35 | 353 | 7 | 130 | 0 | 10 | 447 | 124 | 64 |
| Binary | 11011011 | 11101 | 11101011 | 111 | 1011000 | 0 | 1000 | 100100111 | 1010100 | 110100 |
Color Harmonies of #DB1DEB
Complementary color
Monochromatic Colors of #DB1DEB
Black with #DB1DEB
Text Example
Text Example
White with #DB1DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1DEB; }
p { color: rgb(219,29,235); }
H1.HeaderClassName
{
color: #DB1DEB;
}
.AnyTagClassName
{
color: #DB1DEB;
}
</style>
background-color css
<style>
a { background-color: #DB1DEB; }
a { background-color: rgb(219,29,235); }
div.DivClassName
{
background-color: #DB1DEB;
}
.BgClassName
{
background-color: #DB1DEB;
}
</style>
border-color css
<style>
span { border-color: #DB1DEB; }
span { border-color: rgb(219,29,235); }
td.TdClassName
{
border-color: #DB1DEB;
}
.TagClassName
{
border-color: #DB1DEB;
}
</style>