Shades of Psychedelic Purple #DB1CE5
Tints of Psychedelic Purple #DB1CE5
RGB
CMYK
RGB Variations
Color information
#DB1CE5 (or 0xDB1CE5) is known color: Psychedelic Purple. HEX triplet: DB, 1C and E5. RGB value is (219,28,229). Sum of RGB (Red+Green+Blue) = 219+28+229=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 28 (11.33% from 255 or 5.88% from 476); Blue value is 229 (89.84% from 255 or 48.11% from 476); Max value from RGB is 229 - color contains mainly: blue. Hex color #DB1CE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1CE5 is #24E31A. Grayscale: #6B6B6B. Windows color (decimal): -2417435 or 15015131. OLE color: 15015131.
HSL color Cylindrical-coordinate representation of color #DB1CE5: hue angle of 297.01º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB1CE5 is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 28 | 229 | - |
| CMYK | 0.04 | 0.88 | 0 | 0.10 |
| HSL | 297.01º | 0.79% | 0.5% | - |
| HSV(B) | 297.01º | 0.88% | 0.9% | - |
| XYZ | 43.77 | 21.55 | 75.98 | - |
| YUV | 108.02 | 196.28 | 207.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 28 | 229 | 0.04 | 0.88 | 0 | 0.10 | 297.01 | 0.79 | 0.5 |
| Hex | DB | 1C | E5 | 4 | 58 | 0 | A | 129 | 4F | 32 |
| Octal | 333 | 34 | 345 | 4 | 130 | 0 | 12 | 451 | 117 | 62 |
| Binary | 11011011 | 11100 | 11100101 | 100 | 1011000 | 0 | 1010 | 100101001 | 1001111 | 110010 |
Color Harmonies of #DB1CE5
Complementary color
Monochromatic Colors of #DB1CE5
Black with #DB1CE5
Text Example
Text Example
White with #DB1CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1CE5; }
p { color: rgb(219,28,229); }
H1.HeaderClassName
{
color: #DB1CE5;
}
.AnyTagClassName
{
color: #DB1CE5;
}
</style>
background-color css
<style>
a { background-color: #DB1CE5; }
a { background-color: rgb(219,28,229); }
div.DivClassName
{
background-color: #DB1CE5;
}
.BgClassName
{
background-color: #DB1CE5;
}
</style>
border-color css
<style>
span { border-color: #DB1CE5; }
span { border-color: rgb(219,28,229); }
td.TdClassName
{
border-color: #DB1CE5;
}
.TagClassName
{
border-color: #DB1CE5;
}
</style>