Shades of Psychedelic Purple #DB2DED
Tints of Psychedelic Purple #DB2DED
RGB
CMYK
RGB Variations
Color information
#DB2DED (or 0xDB2DED) is known color: Psychedelic Purple. HEX triplet: DB, 2D and ED. RGB value is (219,45,237). Sum of RGB (Red+Green+Blue) = 219+45+237=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 45 (17.97% from 255 or 8.98% from 501); Blue value is 237 (92.97% from 255 or 47.31% from 501); Max value from RGB is 237 - color contains mainly: blue. Hex color #DB2DED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB2DED is #24D212. Grayscale: #767676. Windows color (decimal): -2413075 or 15543771. OLE color: 15543771.
HSL color Cylindrical-coordinate representation of color #DB2DED: hue angle of 294.38º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB2DED is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 45 | 237 | - |
| CMYK | 0.08 | 0.81 | 0 | 0.07 |
| HSL | 294.38º | 0.84% | 0.55% | - |
| HSV(B) | 294.38º | 0.81% | 0.93% | - |
| XYZ | 45.44 | 23.05 | 82.18 | - |
| YUV | 118.91 | 194.65 | 199.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 45 | 237 | 0.08 | 0.81 | 0 | 0.07 | 294.38 | 0.84 | 0.55 |
| Hex | DB | 2D | ED | 8 | 51 | 0 | 7 | 126 | 54 | 37 |
| Octal | 333 | 55 | 355 | 10 | 121 | 0 | 7 | 446 | 124 | 67 |
| Binary | 11011011 | 101101 | 11101101 | 1000 | 1010001 | 0 | 111 | 100100110 | 1010100 | 110111 |
Color Harmonies of #DB2DED
Complementary color
Monochromatic Colors of #DB2DED
Black with #DB2DED
Text Example
Text Example
White with #DB2DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2DED; }
p { color: rgb(219,45,237); }
H1.HeaderClassName
{
color: #DB2DED;
}
.AnyTagClassName
{
color: #DB2DED;
}
</style>
background-color css
<style>
a { background-color: #DB2DED; }
a { background-color: rgb(219,45,237); }
div.DivClassName
{
background-color: #DB2DED;
}
.BgClassName
{
background-color: #DB2DED;
}
</style>
border-color css
<style>
span { border-color: #DB2DED; }
span { border-color: rgb(219,45,237); }
td.TdClassName
{
border-color: #DB2DED;
}
.TagClassName
{
border-color: #DB2DED;
}
</style>