Shades of Psychedelic Purple #DB1CEB
Tints of Psychedelic Purple #DB1CEB
RGB
CMYK
RGB Variations
Color information
#DB1CEB (or 0xDB1CEB) is known color: Psychedelic Purple. HEX triplet: DB, 1C and EB. RGB value is (219,28,235). Sum of RGB (Red+Green+Blue) = 219+28+235=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 28 (11.33% from 255 or 5.81% from 482); Blue value is 235 (92.19% from 255 or 48.76% from 482); Max value from RGB is 235 - color contains mainly: blue. Hex color #DB1CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB1CEB is #24E314. Grayscale: #6C6C6C. Windows color (decimal): -2417429 or 15408347. OLE color: 15408347.
HSL color Cylindrical-coordinate representation of color #DB1CEB: hue angle of 295.36º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB1CEB is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 28 | 235 | - |
| CMYK | 0.07 | 0.88 | 0 | 0.08 |
| HSL | 295.36º | 0.84% | 0.52% | - |
| HSV(B) | 295.36º | 0.88% | 0.92% | - |
| XYZ | 44.62 | 21.89 | 80.47 | - |
| YUV | 108.71 | 199.28 | 206.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 28 | 235 | 0.07 | 0.88 | 0 | 0.08 | 295.36 | 0.84 | 0.52 |
| Hex | DB | 1C | EB | 7 | 58 | 0 | 8 | 127 | 54 | 34 |
| Octal | 333 | 34 | 353 | 7 | 130 | 0 | 10 | 447 | 124 | 64 |
| Binary | 11011011 | 11100 | 11101011 | 111 | 1011000 | 0 | 1000 | 100100111 | 1010100 | 110100 |
Color Harmonies of #DB1CEB
Complementary color
Monochromatic Colors of #DB1CEB
Black with #DB1CEB
Text Example
Text Example
White with #DB1CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1CEB; }
p { color: rgb(219,28,235); }
H1.HeaderClassName
{
color: #DB1CEB;
}
.AnyTagClassName
{
color: #DB1CEB;
}
</style>
background-color css
<style>
a { background-color: #DB1CEB; }
a { background-color: rgb(219,28,235); }
div.DivClassName
{
background-color: #DB1CEB;
}
.BgClassName
{
background-color: #DB1CEB;
}
</style>
border-color css
<style>
span { border-color: #DB1CEB; }
span { border-color: rgb(219,28,235); }
td.TdClassName
{
border-color: #DB1CEB;
}
.TagClassName
{
border-color: #DB1CEB;
}
</style>