Shades of Psychedelic Purple #DB27EC
Tints of Psychedelic Purple #DB27EC
RGB
CMYK
RGB Variations
Color information
#DB27EC (or 0xDB27EC) is known color: Psychedelic Purple. HEX triplet: DB, 27 and EC. RGB value is (219,39,236). Sum of RGB (Red+Green+Blue) = 219+39+236=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 39 (15.62% from 255 or 7.89% from 494); Blue value is 236 (92.58% from 255 or 47.77% from 494); Max value from RGB is 236 - color contains mainly: blue. Hex color #DB27EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB27EC is #24D813. Grayscale: #727272. Windows color (decimal): -2414612 or 15476699. OLE color: 15476699.
HSL color Cylindrical-coordinate representation of color #DB27EC: hue angle of 294.82º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB27EC is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 39 | 236 | - |
| CMYK | 0.07 | 0.83 | 0 | 0.07 |
| HSL | 294.82º | 0.84% | 0.54% | - |
| HSV(B) | 294.82º | 0.83% | 0.93% | - |
| XYZ | 45.08 | 22.57 | 81.34 | - |
| YUV | 115.28 | 196.13 | 201.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 39 | 236 | 0.07 | 0.83 | 0 | 0.07 | 294.82 | 0.84 | 0.54 |
| Hex | DB | 27 | EC | 7 | 53 | 0 | 7 | 127 | 54 | 36 |
| Octal | 333 | 47 | 354 | 7 | 123 | 0 | 7 | 447 | 124 | 66 |
| Binary | 11011011 | 100111 | 11101100 | 111 | 1010011 | 0 | 111 | 100100111 | 1010100 | 110110 |
Color Harmonies of #DB27EC
Complementary color
Monochromatic Colors of #DB27EC
Black with #DB27EC
Text Example
Text Example
White with #DB27EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB27EC; }
p { color: rgb(219,39,236); }
H1.HeaderClassName
{
color: #DB27EC;
}
.AnyTagClassName
{
color: #DB27EC;
}
</style>
background-color css
<style>
a { background-color: #DB27EC; }
a { background-color: rgb(219,39,236); }
div.DivClassName
{
background-color: #DB27EC;
}
.BgClassName
{
background-color: #DB27EC;
}
</style>
border-color css
<style>
span { border-color: #DB27EC; }
span { border-color: rgb(219,39,236); }
td.TdClassName
{
border-color: #DB27EC;
}
.TagClassName
{
border-color: #DB27EC;
}
</style>