Shades of Psychedelic Purple #DB2AE6
Tints of Psychedelic Purple #DB2AE6
RGB
CMYK
RGB Variations
Color information
#DB2AE6 (or 0xDB2AE6) is known color: Psychedelic Purple. HEX triplet: DB, 2A and E6. RGB value is (219,42,230). Sum of RGB (Red+Green+Blue) = 219+42+230=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 42 (16.80% from 255 or 8.55% from 491); Blue value is 230 (90.23% from 255 or 46.84% from 491); Max value from RGB is 230 - color contains mainly: blue. Hex color #DB2AE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB2AE6 is #24D519. Grayscale: #737373. Windows color (decimal): -2413850 or 15084251. OLE color: 15084251.
HSL color Cylindrical-coordinate representation of color #DB2AE6: hue angle of 296.49º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB2AE6 is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 42 | 230 | - |
| CMYK | 0.05 | 0.82 | 0 | 0.10 |
| HSL | 296.49º | 0.79% | 0.53% | - |
| HSV(B) | 296.49º | 0.82% | 0.9% | - |
| XYZ | 44.32 | 22.43 | 76.86 | - |
| YUV | 116.36 | 192.14 | 201.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 42 | 230 | 0.05 | 0.82 | 0 | 0.10 | 296.49 | 0.79 | 0.53 |
| Hex | DB | 2A | E6 | 5 | 52 | 0 | A | 128 | 4F | 35 |
| Octal | 333 | 52 | 346 | 5 | 122 | 0 | 12 | 450 | 117 | 65 |
| Binary | 11011011 | 101010 | 11100110 | 101 | 1010010 | 0 | 1010 | 100101000 | 1001111 | 110101 |
Color Harmonies of #DB2AE6
Complementary color
Monochromatic Colors of #DB2AE6
Black with #DB2AE6
Text Example
Text Example
White with #DB2AE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2AE6; }
p { color: rgb(219,42,230); }
H1.HeaderClassName
{
color: #DB2AE6;
}
.AnyTagClassName
{
color: #DB2AE6;
}
</style>
background-color css
<style>
a { background-color: #DB2AE6; }
a { background-color: rgb(219,42,230); }
div.DivClassName
{
background-color: #DB2AE6;
}
.BgClassName
{
background-color: #DB2AE6;
}
</style>
border-color css
<style>
span { border-color: #DB2AE6; }
span { border-color: rgb(219,42,230); }
td.TdClassName
{
border-color: #DB2AE6;
}
.TagClassName
{
border-color: #DB2AE6;
}
</style>