Shades of Psychedelic Purple #DB0BEC
Tints of Psychedelic Purple #DB0BEC
RGB
CMYK
RGB Variations
Color information
#DB0BEC (or 0xDB0BEC) is known color: Psychedelic Purple. HEX triplet: DB, 0B and EC. RGB value is (219,11,236). Sum of RGB (Red+Green+Blue) = 219+11+236=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 11 (4.69% from 255 or 2.36% from 466); Blue value is 236 (92.58% from 255 or 50.64% from 466); Max value from RGB is 236 - color contains mainly: blue. Hex color #DB0BEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB0BEC is #24F413. Grayscale: #626262. Windows color (decimal): -2421780 or 15469531. OLE color: 15469531.
HSL color Cylindrical-coordinate representation of color #DB0BEC: hue angle of 295.47º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB0BEC is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 11 | 236 | - |
| CMYK | 0.07 | 0.95 | 0 | 0.07 |
| HSL | 295.47º | 0.91% | 0.48% | - |
| HSV(B) | 295.47º | 0.95% | 0.93% | - |
| XYZ | 44.47 | 21.36 | 81.13 | - |
| YUV | 98.84 | 205.41 | 213.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 11 | 236 | 0.07 | 0.95 | 0 | 0.07 | 295.47 | 0.91 | 0.48 |
| Hex | DB | B | EC | 7 | 5F | 0 | 7 | 127 | 5B | 30 |
| Octal | 333 | 13 | 354 | 7 | 137 | 0 | 7 | 447 | 133 | 60 |
| Binary | 11011011 | 1011 | 11101100 | 111 | 1011111 | 0 | 111 | 100100111 | 1011011 | 110000 |
Color Harmonies of #DB0BEC
Complementary color
Monochromatic Colors of #DB0BEC
Black with #DB0BEC
Text Example
Text Example
White with #DB0BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0BEC; }
p { color: rgb(219,11,236); }
H1.HeaderClassName
{
color: #DB0BEC;
}
.AnyTagClassName
{
color: #DB0BEC;
}
</style>
background-color css
<style>
a { background-color: #DB0BEC; }
a { background-color: rgb(219,11,236); }
div.DivClassName
{
background-color: #DB0BEC;
}
.BgClassName
{
background-color: #DB0BEC;
}
</style>
border-color css
<style>
span { border-color: #DB0BEC; }
span { border-color: rgb(219,11,236); }
td.TdClassName
{
border-color: #DB0BEC;
}
.TagClassName
{
border-color: #DB0BEC;
}
</style>