Shades of Psychedelic Purple #DB1DED
Tints of Psychedelic Purple #DB1DED
RGB
CMYK
RGB Variations
Color information
#DB1DED (or 0xDB1DED) is known color: Psychedelic Purple. HEX triplet: DB, 1D and ED. RGB value is (219,29,237). Sum of RGB (Red+Green+Blue) = 219+29+237=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 29 (11.72% from 255 or 5.98% from 485); Blue value is 237 (92.97% from 255 or 48.87% from 485); Max value from RGB is 237 - color contains mainly: blue. Hex color #DB1DED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB1DED is #24E212. Grayscale: #6C6C6C. Windows color (decimal): -2417171 or 15539675. OLE color: 15539675.
HSL color Cylindrical-coordinate representation of color #DB1DED: hue angle of 294.81º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB1DED is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 29 | 237 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.07 |
| HSL | 294.81º | 0.85% | 0.52% | - |
| HSV(B) | 294.81º | 0.88% | 0.93% | - |
| XYZ | 44.94 | 22.05 | 82.01 | - |
| YUV | 109.52 | 199.95 | 206.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 29 | 237 | 0.08 | 0.88 | 0 | 0.07 | 294.81 | 0.85 | 0.52 |
| Hex | DB | 1D | ED | 8 | 58 | 0 | 7 | 127 | 55 | 34 |
| Octal | 333 | 35 | 355 | 10 | 130 | 0 | 7 | 447 | 125 | 64 |
| Binary | 11011011 | 11101 | 11101101 | 1000 | 1011000 | 0 | 111 | 100100111 | 1010101 | 110100 |
Color Harmonies of #DB1DED
Complementary color
Monochromatic Colors of #DB1DED
Black with #DB1DED
Text Example
Text Example
White with #DB1DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1DED; }
p { color: rgb(219,29,237); }
H1.HeaderClassName
{
color: #DB1DED;
}
.AnyTagClassName
{
color: #DB1DED;
}
</style>
background-color css
<style>
a { background-color: #DB1DED; }
a { background-color: rgb(219,29,237); }
div.DivClassName
{
background-color: #DB1DED;
}
.BgClassName
{
background-color: #DB1DED;
}
</style>
border-color css
<style>
span { border-color: #DB1DED; }
span { border-color: rgb(219,29,237); }
td.TdClassName
{
border-color: #DB1DED;
}
.TagClassName
{
border-color: #DB1DED;
}
</style>