Shades of Psychedelic Purple #DB1CE6
Tints of Psychedelic Purple #DB1CE6
RGB
CMYK
RGB Variations
Color information
#DB1CE6 (or 0xDB1CE6) is known color: Psychedelic Purple. HEX triplet: DB, 1C and E6. RGB value is (219,28,230). Sum of RGB (Red+Green+Blue) = 219+28+230=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 28 (11.33% from 255 or 5.87% from 477); Blue value is 230 (90.23% from 255 or 48.22% from 477); Max value from RGB is 230 - color contains mainly: blue. Hex color #DB1CE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB1CE6 is #24E319. Grayscale: #6B6B6B. Windows color (decimal): -2417434 or 15080667. OLE color: 15080667.
HSL color Cylindrical-coordinate representation of color #DB1CE6: hue angle of 296.73º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB1CE6 is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 28 | 230 | - |
| CMYK | 0.05 | 0.88 | 0 | 0.10 |
| HSL | 296.73º | 0.8% | 0.51% | - |
| HSV(B) | 296.73º | 0.88% | 0.9% | - |
| XYZ | 43.91 | 21.6 | 76.72 | - |
| YUV | 108.14 | 196.78 | 207.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 28 | 230 | 0.05 | 0.88 | 0 | 0.10 | 296.73 | 0.8 | 0.51 |
| Hex | DB | 1C | E6 | 5 | 58 | 0 | A | 129 | 50 | 33 |
| Octal | 333 | 34 | 346 | 5 | 130 | 0 | 12 | 451 | 120 | 63 |
| Binary | 11011011 | 11100 | 11100110 | 101 | 1011000 | 0 | 1010 | 100101001 | 1010000 | 110011 |
Color Harmonies of #DB1CE6
Complementary color
Monochromatic Colors of #DB1CE6
Black with #DB1CE6
Text Example
Text Example
White with #DB1CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1CE6; }
p { color: rgb(219,28,230); }
H1.HeaderClassName
{
color: #DB1CE6;
}
.AnyTagClassName
{
color: #DB1CE6;
}
</style>
background-color css
<style>
a { background-color: #DB1CE6; }
a { background-color: rgb(219,28,230); }
div.DivClassName
{
background-color: #DB1CE6;
}
.BgClassName
{
background-color: #DB1CE6;
}
</style>
border-color css
<style>
span { border-color: #DB1CE6; }
span { border-color: rgb(219,28,230); }
td.TdClassName
{
border-color: #DB1CE6;
}
.TagClassName
{
border-color: #DB1CE6;
}
</style>