Shades of Psychedelic Purple #DB27EA
Tints of Psychedelic Purple #DB27EA
RGB
CMYK
RGB Variations
Color information
#DB27EA (or 0xDB27EA) is known color: Psychedelic Purple. HEX triplet: DB, 27 and EA. RGB value is (219,39,234). Sum of RGB (Red+Green+Blue) = 219+39+234=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 39 (15.62% from 255 or 7.93% from 492); Blue value is 234 (91.80% from 255 or 47.56% from 492); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB27EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB27EA is #24D815. Grayscale: #727272. Windows color (decimal): -2414614 or 15345627. OLE color: 15345627.
HSL color Cylindrical-coordinate representation of color #DB27EA: hue angle of 295.38º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB27EA is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 39 | 234 | - |
| CMYK | 0.06 | 0.83 | 0 | 0.08 |
| HSL | 295.38º | 0.82% | 0.54% | - |
| HSV(B) | 295.38º | 0.83% | 0.92% | - |
| XYZ | 44.79 | 22.45 | 79.81 | - |
| YUV | 115.05 | 195.13 | 202.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 39 | 234 | 0.06 | 0.83 | 0 | 0.08 | 295.38 | 0.82 | 0.54 |
| Hex | DB | 27 | EA | 6 | 53 | 0 | 8 | 127 | 52 | 36 |
| Octal | 333 | 47 | 352 | 6 | 123 | 0 | 10 | 447 | 122 | 66 |
| Binary | 11011011 | 100111 | 11101010 | 110 | 1010011 | 0 | 1000 | 100100111 | 1010010 | 110110 |
Color Harmonies of #DB27EA
Complementary color
Monochromatic Colors of #DB27EA
Black with #DB27EA
Text Example
Text Example
White with #DB27EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB27EA; }
p { color: rgb(219,39,234); }
H1.HeaderClassName
{
color: #DB27EA;
}
.AnyTagClassName
{
color: #DB27EA;
}
</style>
background-color css
<style>
a { background-color: #DB27EA; }
a { background-color: rgb(219,39,234); }
div.DivClassName
{
background-color: #DB27EA;
}
.BgClassName
{
background-color: #DB27EA;
}
</style>
border-color css
<style>
span { border-color: #DB27EA; }
span { border-color: rgb(219,39,234); }
td.TdClassName
{
border-color: #DB27EA;
}
.TagClassName
{
border-color: #DB27EA;
}
</style>