Shades of Psychedelic Purple #DB1AE4
Tints of Psychedelic Purple #DB1AE4
RGB
CMYK
RGB Variations
Color information
#DB1AE4 (or 0xDB1AE4) is known color: Psychedelic Purple. HEX triplet: DB, 1A and E4. RGB value is (219,26,228). Sum of RGB (Red+Green+Blue) = 219+26+228=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 26 (10.55% from 255 or 5.50% from 473); Blue value is 228 (89.45% from 255 or 48.20% from 473); Max value from RGB is 228 - color contains mainly: blue. Hex color #DB1AE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1AE4 is #24E51B. Grayscale: #6A6A6A. Windows color (decimal): -2417948 or 14949083. OLE color: 14949083.
HSL color Cylindrical-coordinate representation of color #DB1AE4: hue angle of 297.33º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB1AE4 is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 26 | 228 | - |
| CMYK | 0.04 | 0.89 | 0 | 0.11 |
| HSL | 297.33º | 0.8% | 0.5% | - |
| HSV(B) | 297.33º | 0.89% | 0.89% | - |
| XYZ | 43.59 | 21.4 | 75.23 | - |
| YUV | 106.74 | 196.44 | 208.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 26 | 228 | 0.04 | 0.89 | 0 | 0.11 | 297.33 | 0.8 | 0.5 |
| Hex | DB | 1A | E4 | 4 | 59 | 0 | B | 129 | 50 | 32 |
| Octal | 333 | 32 | 344 | 4 | 131 | 0 | 13 | 451 | 120 | 62 |
| Binary | 11011011 | 11010 | 11100100 | 100 | 1011001 | 0 | 1011 | 100101001 | 1010000 | 110010 |
Color Harmonies of #DB1AE4
Complementary color
Monochromatic Colors of #DB1AE4
Black with #DB1AE4
Text Example
Text Example
White with #DB1AE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1AE4; }
p { color: rgb(219,26,228); }
H1.HeaderClassName
{
color: #DB1AE4;
}
.AnyTagClassName
{
color: #DB1AE4;
}
</style>
background-color css
<style>
a { background-color: #DB1AE4; }
a { background-color: rgb(219,26,228); }
div.DivClassName
{
background-color: #DB1AE4;
}
.BgClassName
{
background-color: #DB1AE4;
}
</style>
border-color css
<style>
span { border-color: #DB1AE4; }
span { border-color: rgb(219,26,228); }
td.TdClassName
{
border-color: #DB1AE4;
}
.TagClassName
{
border-color: #DB1AE4;
}
</style>