Shades of Psychedelic Purple #DB28EF
Tints of Psychedelic Purple #DB28EF
RGB
CMYK
RGB Variations
Color information
#DB28EF (or 0xDB28EF) is known color: Psychedelic Purple. HEX triplet: DB, 28 and EF. RGB value is (219,40,239). Sum of RGB (Red+Green+Blue) = 219+40+239=498 (65% of max value = 765). Red value is 219 (85.94% from 255 or 43.98% from 498); Green value is 40 (16.02% from 255 or 8.03% from 498); Blue value is 239 (93.75% from 255 or 47.99% from 498); Max value from RGB is 239 - color contains mainly: blue. Hex color #DB28EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB28EF is #24D710. Grayscale: #737373. Windows color (decimal): -2414353 or 15673563. OLE color: 15673563.
HSL color Cylindrical-coordinate representation of color #DB28EF: hue angle of 293.97º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB28EF is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 40 | 239 | - |
| CMYK | 0.08 | 0.83 | 0 | 0.06 |
| HSL | 293.97º | 0.86% | 0.55% | - |
| HSV(B) | 293.97º | 0.83% | 0.94% | - |
| XYZ | 45.55 | 22.81 | 83.66 | - |
| YUV | 116.21 | 197.3 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 40 | 239 | 0.08 | 0.83 | 0 | 0.06 | 293.97 | 0.86 | 0.55 |
| Hex | DB | 28 | EF | 8 | 53 | 0 | 6 | 126 | 56 | 37 |
| Octal | 333 | 50 | 357 | 10 | 123 | 0 | 6 | 446 | 126 | 67 |
| Binary | 11011011 | 101000 | 11101111 | 1000 | 1010011 | 0 | 110 | 100100110 | 1010110 | 110111 |
Color Harmonies of #DB28EF
Complementary color
Monochromatic Colors of #DB28EF
Black with #DB28EF
Text Example
Text Example
White with #DB28EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB28EF; }
p { color: rgb(219,40,239); }
H1.HeaderClassName
{
color: #DB28EF;
}
.AnyTagClassName
{
color: #DB28EF;
}
</style>
background-color css
<style>
a { background-color: #DB28EF; }
a { background-color: rgb(219,40,239); }
div.DivClassName
{
background-color: #DB28EF;
}
.BgClassName
{
background-color: #DB28EF;
}
</style>
border-color css
<style>
span { border-color: #DB28EF; }
span { border-color: rgb(219,40,239); }
td.TdClassName
{
border-color: #DB28EF;
}
.TagClassName
{
border-color: #DB28EF;
}
</style>