Shades of Psychedelic Purple #DB1BEE
Tints of Psychedelic Purple #DB1BEE
RGB
CMYK
RGB Variations
Color information
#DB1BEE (or 0xDB1BEE) is known color: Psychedelic Purple. HEX triplet: DB, 1B and EE. RGB value is (219,27,238). Sum of RGB (Red+Green+Blue) = 219+27+238=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 27 (10.94% from 255 or 5.58% from 484); Blue value is 238 (93.36% from 255 or 49.17% from 484); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB1BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB1BEE is #24E411. Grayscale: #6B6B6B. Windows color (decimal): -2417682 or 15604699. OLE color: 15604699.
HSL color Cylindrical-coordinate representation of color #DB1BEE: hue angle of 294.6º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB1BEE is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 27 | 238 | - |
| CMYK | 0.08 | 0.89 | 0 | 0.07 |
| HSL | 294.6º | 0.86% | 0.52% | - |
| HSV(B) | 294.6º | 0.89% | 0.93% | - |
| XYZ | 45.04 | 22.02 | 82.76 | - |
| YUV | 108.46 | 201.11 | 206.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 27 | 238 | 0.08 | 0.89 | 0 | 0.07 | 294.6 | 0.86 | 0.52 |
| Hex | DB | 1B | EE | 8 | 59 | 0 | 7 | 127 | 56 | 34 |
| Octal | 333 | 33 | 356 | 10 | 131 | 0 | 7 | 447 | 126 | 64 |
| Binary | 11011011 | 11011 | 11101110 | 1000 | 1011001 | 0 | 111 | 100100111 | 1010110 | 110100 |
Color Harmonies of #DB1BEE
Complementary color
Monochromatic Colors of #DB1BEE
Black with #DB1BEE
Text Example
Text Example
White with #DB1BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1BEE; }
p { color: rgb(219,27,238); }
H1.HeaderClassName
{
color: #DB1BEE;
}
.AnyTagClassName
{
color: #DB1BEE;
}
</style>
background-color css
<style>
a { background-color: #DB1BEE; }
a { background-color: rgb(219,27,238); }
div.DivClassName
{
background-color: #DB1BEE;
}
.BgClassName
{
background-color: #DB1BEE;
}
</style>
border-color css
<style>
span { border-color: #DB1BEE; }
span { border-color: rgb(219,27,238); }
td.TdClassName
{
border-color: #DB1BEE;
}
.TagClassName
{
border-color: #DB1BEE;
}
</style>