Shades of Psychedelic Purple #DB0BED
Tints of Psychedelic Purple #DB0BED
RGB
CMYK
RGB Variations
Color information
#DB0BED (or 0xDB0BED) is known color: Psychedelic Purple. HEX triplet: DB, 0B and ED. RGB value is (219,11,237). Sum of RGB (Red+Green+Blue) = 219+11+237=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 11 (4.69% from 255 or 2.36% from 467); Blue value is 237 (92.97% from 255 or 50.75% from 467); Max value from RGB is 237 - color contains mainly: blue. Hex color #DB0BED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB0BED is #24F412. Grayscale: #626262. Windows color (decimal): -2421779 or 15535067. OLE color: 15535067.
HSL color Cylindrical-coordinate representation of color #DB0BED: hue angle of 295.22º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB0BED is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 11 | 237 | - |
| CMYK | 0.08 | 0.95 | 0 | 0.07 |
| HSL | 295.22º | 0.91% | 0.49% | - |
| HSV(B) | 295.22º | 0.95% | 0.93% | - |
| XYZ | 44.62 | 21.41 | 81.9 | - |
| YUV | 98.96 | 205.91 | 213.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 11 | 237 | 0.08 | 0.95 | 0 | 0.07 | 295.22 | 0.91 | 0.49 |
| Hex | DB | B | ED | 8 | 5F | 0 | 7 | 127 | 5B | 31 |
| Octal | 333 | 13 | 355 | 10 | 137 | 0 | 7 | 447 | 133 | 61 |
| Binary | 11011011 | 1011 | 11101101 | 1000 | 1011111 | 0 | 111 | 100100111 | 1011011 | 110001 |
Color Harmonies of #DB0BED
Complementary color
Monochromatic Colors of #DB0BED
Black with #DB0BED
Text Example
Text Example
White with #DB0BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0BED; }
p { color: rgb(219,11,237); }
H1.HeaderClassName
{
color: #DB0BED;
}
.AnyTagClassName
{
color: #DB0BED;
}
</style>
background-color css
<style>
a { background-color: #DB0BED; }
a { background-color: rgb(219,11,237); }
div.DivClassName
{
background-color: #DB0BED;
}
.BgClassName
{
background-color: #DB0BED;
}
</style>
border-color css
<style>
span { border-color: #DB0BED; }
span { border-color: rgb(219,11,237); }
td.TdClassName
{
border-color: #DB0BED;
}
.TagClassName
{
border-color: #DB0BED;
}
</style>