Shades of Psychedelic Purple #DB0CEC
Tints of Psychedelic Purple #DB0CEC
RGB
CMYK
RGB Variations
Color information
#DB0CEC (or 0xDB0CEC) is known color: Psychedelic Purple. HEX triplet: DB, 0C and EC. RGB value is (219,12,236). Sum of RGB (Red+Green+Blue) = 219+12+236=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 12 (5.08% from 255 or 2.57% from 467); Blue value is 236 (92.58% from 255 or 50.54% from 467); Max value from RGB is 236 - color contains mainly: blue. Hex color #DB0CEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB0CEC is #24F313. Grayscale: #626262. Windows color (decimal): -2421524 or 15469787. OLE color: 15469787.
HSL color Cylindrical-coordinate representation of color #DB0CEC: hue angle of 295.45º degrees, saturation: 0.9, 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 #DB0CEC is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 12 | 236 | - |
| CMYK | 0.07 | 0.95 | 0 | 0.07 |
| HSL | 295.45º | 0.9% | 0.49% | - |
| HSV(B) | 295.45º | 0.95% | 0.93% | - |
| XYZ | 44.49 | 21.38 | 81.14 | - |
| YUV | 99.43 | 205.08 | 213.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 12 | 236 | 0.07 | 0.95 | 0 | 0.07 | 295.45 | 0.9 | 0.49 |
| Hex | DB | C | EC | 7 | 5F | 0 | 7 | 127 | 5A | 31 |
| Octal | 333 | 14 | 354 | 7 | 137 | 0 | 7 | 447 | 132 | 61 |
| Binary | 11011011 | 1100 | 11101100 | 111 | 1011111 | 0 | 111 | 100100111 | 1011010 | 110001 |
Color Harmonies of #DB0CEC
Complementary color
Monochromatic Colors of #DB0CEC
Black with #DB0CEC
Text Example
Text Example
White with #DB0CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0CEC; }
p { color: rgb(219,12,236); }
H1.HeaderClassName
{
color: #DB0CEC;
}
.AnyTagClassName
{
color: #DB0CEC;
}
</style>
background-color css
<style>
a { background-color: #DB0CEC; }
a { background-color: rgb(219,12,236); }
div.DivClassName
{
background-color: #DB0CEC;
}
.BgClassName
{
background-color: #DB0CEC;
}
</style>
border-color css
<style>
span { border-color: #DB0CEC; }
span { border-color: rgb(219,12,236); }
td.TdClassName
{
border-color: #DB0CEC;
}
.TagClassName
{
border-color: #DB0CEC;
}
</style>