Shades of Psychedelic Purple #DB2AEE
Tints of Psychedelic Purple #DB2AEE
RGB
CMYK
RGB Variations
Color information
#DB2AEE (or 0xDB2AEE) is known color: Psychedelic Purple. HEX triplet: DB, 2A and EE. RGB value is (219,42,238). Sum of RGB (Red+Green+Blue) = 219+42+238=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 42 (16.80% from 255 or 8.42% from 499); Blue value is 238 (93.36% from 255 or 47.70% from 499); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB2AEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB2AEE is #24D511. Grayscale: #747474. Windows color (decimal): -2413842 or 15608539. OLE color: 15608539.
HSL color Cylindrical-coordinate representation of color #DB2AEE: hue angle of 294.18º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB2AEE is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 42 | 238 | - |
| CMYK | 0.08 | 0.82 | 0 | 0.07 |
| HSL | 294.18º | 0.85% | 0.55% | - |
| HSV(B) | 294.18º | 0.82% | 0.93% | - |
| XYZ | 45.47 | 22.89 | 82.91 | - |
| YUV | 117.27 | 196.14 | 200.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 42 | 238 | 0.08 | 0.82 | 0 | 0.07 | 294.18 | 0.85 | 0.55 |
| Hex | DB | 2A | EE | 8 | 52 | 0 | 7 | 126 | 55 | 37 |
| Octal | 333 | 52 | 356 | 10 | 122 | 0 | 7 | 446 | 125 | 67 |
| Binary | 11011011 | 101010 | 11101110 | 1000 | 1010010 | 0 | 111 | 100100110 | 1010101 | 110111 |
Color Harmonies of #DB2AEE
Complementary color
Monochromatic Colors of #DB2AEE
Black with #DB2AEE
Text Example
Text Example
White with #DB2AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2AEE; }
p { color: rgb(219,42,238); }
H1.HeaderClassName
{
color: #DB2AEE;
}
.AnyTagClassName
{
color: #DB2AEE;
}
</style>
background-color css
<style>
a { background-color: #DB2AEE; }
a { background-color: rgb(219,42,238); }
div.DivClassName
{
background-color: #DB2AEE;
}
.BgClassName
{
background-color: #DB2AEE;
}
</style>
border-color css
<style>
span { border-color: #DB2AEE; }
span { border-color: rgb(219,42,238); }
td.TdClassName
{
border-color: #DB2AEE;
}
.TagClassName
{
border-color: #DB2AEE;
}
</style>