Shades of Psychedelic Purple #DB2DEF
Tints of Psychedelic Purple #DB2DEF
RGB
CMYK
RGB Variations
Color information
#DB2DEF (or 0xDB2DEF) is known color: Psychedelic Purple. HEX triplet: DB, 2D and EF. RGB value is (219,45,239). Sum of RGB (Red+Green+Blue) = 219+45+239=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 45 (17.97% from 255 or 8.95% from 503); Blue value is 239 (93.75% from 255 or 47.51% from 503); Max value from RGB is 239 - color contains mainly: blue. Hex color #DB2DEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB2DEF is #24D210. Grayscale: #767676. Windows color (decimal): -2413073 or 15674843. OLE color: 15674843.
HSL color Cylindrical-coordinate representation of color #DB2DEF: hue angle of 293.81º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB2DEF is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 45 | 239 | - |
| CMYK | 0.08 | 0.81 | 0 | 0.06 |
| HSL | 293.81º | 0.86% | 0.56% | - |
| HSV(B) | 293.81º | 0.81% | 0.94% | - |
| XYZ | 45.73 | 23.17 | 83.72 | - |
| YUV | 119.14 | 195.65 | 199.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 45 | 239 | 0.08 | 0.81 | 0 | 0.06 | 293.81 | 0.86 | 0.56 |
| Hex | DB | 2D | EF | 8 | 51 | 0 | 6 | 126 | 56 | 38 |
| Octal | 333 | 55 | 357 | 10 | 121 | 0 | 6 | 446 | 126 | 70 |
| Binary | 11011011 | 101101 | 11101111 | 1000 | 1010001 | 0 | 110 | 100100110 | 1010110 | 111000 |
Color Harmonies of #DB2DEF
Complementary color
Monochromatic Colors of #DB2DEF
Black with #DB2DEF
Text Example
Text Example
White with #DB2DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2DEF; }
p { color: rgb(219,45,239); }
H1.HeaderClassName
{
color: #DB2DEF;
}
.AnyTagClassName
{
color: #DB2DEF;
}
</style>
background-color css
<style>
a { background-color: #DB2DEF; }
a { background-color: rgb(219,45,239); }
div.DivClassName
{
background-color: #DB2DEF;
}
.BgClassName
{
background-color: #DB2DEF;
}
</style>
border-color css
<style>
span { border-color: #DB2DEF; }
span { border-color: rgb(219,45,239); }
td.TdClassName
{
border-color: #DB2DEF;
}
.TagClassName
{
border-color: #DB2DEF;
}
</style>