Shades of Psychedelic Purple #DB2CEE
Tints of Psychedelic Purple #DB2CEE
RGB
CMYK
RGB Variations
Color information
#DB2CEE (or 0xDB2CEE) is known color: Psychedelic Purple. HEX triplet: DB, 2C and EE. RGB value is (219,44,238). Sum of RGB (Red+Green+Blue) = 219+44+238=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 44 (17.58% from 255 or 8.78% from 501); Blue value is 238 (93.36% from 255 or 47.50% from 501); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB2CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB2CEE is #24D311. Grayscale: #757575. Windows color (decimal): -2413330 or 15609051. OLE color: 15609051.
HSL color Cylindrical-coordinate representation of color #DB2CEE: hue angle of 294.12º 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 #DB2CEE is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 44 | 238 | - |
| CMYK | 0.08 | 0.82 | 0 | 0.07 |
| HSL | 294.12º | 0.85% | 0.55% | - |
| HSV(B) | 294.12º | 0.82% | 0.93% | - |
| XYZ | 45.55 | 23.03 | 82.93 | - |
| YUV | 118.44 | 195.48 | 199.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 44 | 238 | 0.08 | 0.82 | 0 | 0.07 | 294.12 | 0.85 | 0.55 |
| Hex | DB | 2C | EE | 8 | 52 | 0 | 7 | 126 | 55 | 37 |
| Octal | 333 | 54 | 356 | 10 | 122 | 0 | 7 | 446 | 125 | 67 |
| Binary | 11011011 | 101100 | 11101110 | 1000 | 1010010 | 0 | 111 | 100100110 | 1010101 | 110111 |
Color Harmonies of #DB2CEE
Complementary color
Monochromatic Colors of #DB2CEE
Black with #DB2CEE
Text Example
Text Example
White with #DB2CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2CEE; }
p { color: rgb(219,44,238); }
H1.HeaderClassName
{
color: #DB2CEE;
}
.AnyTagClassName
{
color: #DB2CEE;
}
</style>
background-color css
<style>
a { background-color: #DB2CEE; }
a { background-color: rgb(219,44,238); }
div.DivClassName
{
background-color: #DB2CEE;
}
.BgClassName
{
background-color: #DB2CEE;
}
</style>
border-color css
<style>
span { border-color: #DB2CEE; }
span { border-color: rgb(219,44,238); }
td.TdClassName
{
border-color: #DB2CEE;
}
.TagClassName
{
border-color: #DB2CEE;
}
</style>