Shades of Psychedelic Purple #DB1CEC
Tints of Psychedelic Purple #DB1CEC
RGB
CMYK
RGB Variations
Color information
#DB1CEC (or 0xDB1CEC) is known color: Psychedelic Purple. HEX triplet: DB, 1C and EC. RGB value is (219,28,236). Sum of RGB (Red+Green+Blue) = 219+28+236=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 28 (11.33% from 255 or 5.80% from 483); Blue value is 236 (92.58% from 255 or 48.86% from 483); Max value from RGB is 236 - color contains mainly: blue. Hex color #DB1CEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB1CEC is #24E313. Grayscale: #6C6C6C. Windows color (decimal): -2417428 or 15473883. OLE color: 15473883.
HSL color Cylindrical-coordinate representation of color #DB1CEC: hue angle of 295.1º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB1CEC is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 28 | 236 | - |
| CMYK | 0.07 | 0.88 | 0 | 0.07 |
| HSL | 295.1º | 0.85% | 0.52% | - |
| HSV(B) | 295.1º | 0.88% | 0.93% | - |
| XYZ | 44.77 | 21.95 | 81.23 | - |
| YUV | 108.82 | 199.78 | 206.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 28 | 236 | 0.07 | 0.88 | 0 | 0.07 | 295.1 | 0.85 | 0.52 |
| Hex | DB | 1C | EC | 7 | 58 | 0 | 7 | 127 | 55 | 34 |
| Octal | 333 | 34 | 354 | 7 | 130 | 0 | 7 | 447 | 125 | 64 |
| Binary | 11011011 | 11100 | 11101100 | 111 | 1011000 | 0 | 111 | 100100111 | 1010101 | 110100 |
Color Harmonies of #DB1CEC
Complementary color
Monochromatic Colors of #DB1CEC
Black with #DB1CEC
Text Example
Text Example
White with #DB1CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1CEC; }
p { color: rgb(219,28,236); }
H1.HeaderClassName
{
color: #DB1CEC;
}
.AnyTagClassName
{
color: #DB1CEC;
}
</style>
background-color css
<style>
a { background-color: #DB1CEC; }
a { background-color: rgb(219,28,236); }
div.DivClassName
{
background-color: #DB1CEC;
}
.BgClassName
{
background-color: #DB1CEC;
}
</style>
border-color css
<style>
span { border-color: #DB1CEC; }
span { border-color: rgb(219,28,236); }
td.TdClassName
{
border-color: #DB1CEC;
}
.TagClassName
{
border-color: #DB1CEC;
}
</style>