Shades of Psychedelic Purple #DB09EE
Tints of Psychedelic Purple #DB09EE
RGB
CMYK
RGB Variations
Color information
#DB09EE (or 0xDB09EE) is known color: Psychedelic Purple. HEX triplet: DB, 09 and EE. RGB value is (219,9,238). Sum of RGB (Red+Green+Blue) = 219+9+238=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 9 (3.91% from 255 or 1.93% from 466); Blue value is 238 (93.36% from 255 or 51.07% from 466); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB09EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB09EE is #24F611. Grayscale: #616161. Windows color (decimal): -2422290 or 15600091. OLE color: 15600091.
HSL color Cylindrical-coordinate representation of color #DB09EE: hue angle of 295.02º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB09EE is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 9 | 238 | - |
| CMYK | 0.08 | 0.96 | 0 | 0.07 |
| HSL | 295.02º | 0.93% | 0.48% | - |
| HSV(B) | 295.02º | 0.96% | 0.93% | - |
| XYZ | 44.74 | 21.43 | 82.67 | - |
| YUV | 97.9 | 207.07 | 214.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 9 | 238 | 0.08 | 0.96 | 0 | 0.07 | 295.02 | 0.93 | 0.48 |
| Hex | DB | 9 | EE | 8 | 60 | 0 | 7 | 127 | 5D | 30 |
| Octal | 333 | 11 | 356 | 10 | 140 | 0 | 7 | 447 | 135 | 60 |
| Binary | 11011011 | 1001 | 11101110 | 1000 | 1100000 | 0 | 111 | 100100111 | 1011101 | 110000 |
Color Harmonies of #DB09EE
Complementary color
Monochromatic Colors of #DB09EE
Black with #DB09EE
Text Example
Text Example
White with #DB09EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB09EE; }
p { color: rgb(219,9,238); }
H1.HeaderClassName
{
color: #DB09EE;
}
.AnyTagClassName
{
color: #DB09EE;
}
</style>
background-color css
<style>
a { background-color: #DB09EE; }
a { background-color: rgb(219,9,238); }
div.DivClassName
{
background-color: #DB09EE;
}
.BgClassName
{
background-color: #DB09EE;
}
</style>
border-color css
<style>
span { border-color: #DB09EE; }
span { border-color: rgb(219,9,238); }
td.TdClassName
{
border-color: #DB09EE;
}
.TagClassName
{
border-color: #DB09EE;
}
</style>