Shades of Psychedelic Purple #DB05ED
Tints of Psychedelic Purple #DB05ED
RGB
CMYK
RGB Variations
Color information
#DB05ED (or 0xDB05ED) is known color: Psychedelic Purple. HEX triplet: DB, 05 and ED. RGB value is (219,5,237). Sum of RGB (Red+Green+Blue) = 219+5+237=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 5 (2.34% from 255 or 1.08% from 461); Blue value is 237 (92.97% from 255 or 51.41% from 461); Max value from RGB is 237 - color contains mainly: blue. Hex color #DB05ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB05ED is #24FA12. Grayscale: #5E5E5E. Windows color (decimal): -2423315 or 15533531. OLE color: 15533531.
HSL color Cylindrical-coordinate representation of color #DB05ED: hue angle of 295.34º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB05ED is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 5 | 237 | - |
| CMYK | 0.08 | 0.98 | 0 | 0.07 |
| HSL | 295.34º | 0.96% | 0.47% | - |
| HSV(B) | 295.34º | 0.98% | 0.93% | - |
| XYZ | 44.55 | 21.28 | 81.88 | - |
| YUV | 95.43 | 207.9 | 216.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 5 | 237 | 0.08 | 0.98 | 0 | 0.07 | 295.34 | 0.96 | 0.47 |
| Hex | DB | 5 | ED | 8 | 62 | 0 | 7 | 127 | 60 | 2F |
| Octal | 333 | 5 | 355 | 10 | 142 | 0 | 7 | 447 | 140 | 57 |
| Binary | 11011011 | 101 | 11101101 | 1000 | 1100010 | 0 | 111 | 100100111 | 1100000 | 101111 |
Color Harmonies of #DB05ED
Complementary color
Monochromatic Colors of #DB05ED
Black with #DB05ED
Text Example
Text Example
White with #DB05ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB05ED; }
p { color: rgb(219,5,237); }
H1.HeaderClassName
{
color: #DB05ED;
}
.AnyTagClassName
{
color: #DB05ED;
}
</style>
background-color css
<style>
a { background-color: #DB05ED; }
a { background-color: rgb(219,5,237); }
div.DivClassName
{
background-color: #DB05ED;
}
.BgClassName
{
background-color: #DB05ED;
}
</style>
border-color css
<style>
span { border-color: #DB05ED; }
span { border-color: rgb(219,5,237); }
td.TdClassName
{
border-color: #DB05ED;
}
.TagClassName
{
border-color: #DB05ED;
}
</style>