Shades of Psychedelic Purple #DB1BEA
Tints of Psychedelic Purple #DB1BEA
RGB
CMYK
RGB Variations
Color information
#DB1BEA (or 0xDB1BEA) is known color: Psychedelic Purple. HEX triplet: DB, 1B and EA. RGB value is (219,27,234). Sum of RGB (Red+Green+Blue) = 219+27+234=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 27 (10.94% from 255 or 5.62% from 480); Blue value is 234 (91.80% from 255 or 48.75% from 480); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB1BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB1BEA is #24E415. Grayscale: #6B6B6B. Windows color (decimal): -2417686 or 15342555. OLE color: 15342555.
HSL color Cylindrical-coordinate representation of color #DB1BEA: hue angle of 295.65º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB1BEA is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 27 | 234 | - |
| CMYK | 0.06 | 0.88 | 0 | 0.08 |
| HSL | 295.65º | 0.83% | 0.51% | - |
| HSV(B) | 295.65º | 0.88% | 0.92% | - |
| XYZ | 44.46 | 21.78 | 79.7 | - |
| YUV | 108.01 | 199.11 | 207.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 27 | 234 | 0.06 | 0.88 | 0 | 0.08 | 295.65 | 0.83 | 0.51 |
| Hex | DB | 1B | EA | 6 | 58 | 0 | 8 | 128 | 53 | 33 |
| Octal | 333 | 33 | 352 | 6 | 130 | 0 | 10 | 450 | 123 | 63 |
| Binary | 11011011 | 11011 | 11101010 | 110 | 1011000 | 0 | 1000 | 100101000 | 1010011 | 110011 |
Color Harmonies of #DB1BEA
Complementary color
Monochromatic Colors of #DB1BEA
Black with #DB1BEA
Text Example
Text Example
White with #DB1BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1BEA; }
p { color: rgb(219,27,234); }
H1.HeaderClassName
{
color: #DB1BEA;
}
.AnyTagClassName
{
color: #DB1BEA;
}
</style>
background-color css
<style>
a { background-color: #DB1BEA; }
a { background-color: rgb(219,27,234); }
div.DivClassName
{
background-color: #DB1BEA;
}
.BgClassName
{
background-color: #DB1BEA;
}
</style>
border-color css
<style>
span { border-color: #DB1BEA; }
span { border-color: rgb(219,27,234); }
td.TdClassName
{
border-color: #DB1BEA;
}
.TagClassName
{
border-color: #DB1BEA;
}
</style>