Shades of Psychedelic Purple #DB2AED
Tints of Psychedelic Purple #DB2AED
RGB
CMYK
RGB Variations
Color information
#DB2AED (or 0xDB2AED) is known color: Psychedelic Purple. HEX triplet: DB, 2A and ED. RGB value is (219,42,237). Sum of RGB (Red+Green+Blue) = 219+42+237=498 (65% of max value = 765). Red value is 219 (85.94% from 255 or 43.98% from 498); Green value is 42 (16.80% from 255 or 8.43% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 237 - color contains mainly: blue. Hex color #DB2AED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB2AED is #24D512. Grayscale: #747474. Windows color (decimal): -2413843 or 15543003. OLE color: 15543003.
HSL color Cylindrical-coordinate representation of color #DB2AED: hue angle of 294.46º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB2AED is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 42 | 237 | - |
| CMYK | 0.08 | 0.82 | 0 | 0.07 |
| HSL | 294.46º | 0.84% | 0.55% | - |
| HSV(B) | 294.46º | 0.82% | 0.93% | - |
| XYZ | 45.33 | 22.83 | 82.14 | - |
| YUV | 117.15 | 195.64 | 200.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 42 | 237 | 0.08 | 0.82 | 0 | 0.07 | 294.46 | 0.84 | 0.55 |
| Hex | DB | 2A | ED | 8 | 52 | 0 | 7 | 126 | 54 | 37 |
| Octal | 333 | 52 | 355 | 10 | 122 | 0 | 7 | 446 | 124 | 67 |
| Binary | 11011011 | 101010 | 11101101 | 1000 | 1010010 | 0 | 111 | 100100110 | 1010100 | 110111 |
Color Harmonies of #DB2AED
Complementary color
Monochromatic Colors of #DB2AED
Black with #DB2AED
Text Example
Text Example
White with #DB2AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2AED; }
p { color: rgb(219,42,237); }
H1.HeaderClassName
{
color: #DB2AED;
}
.AnyTagClassName
{
color: #DB2AED;
}
</style>
background-color css
<style>
a { background-color: #DB2AED; }
a { background-color: rgb(219,42,237); }
div.DivClassName
{
background-color: #DB2AED;
}
.BgClassName
{
background-color: #DB2AED;
}
</style>
border-color css
<style>
span { border-color: #DB2AED; }
span { border-color: rgb(219,42,237); }
td.TdClassName
{
border-color: #DB2AED;
}
.TagClassName
{
border-color: #DB2AED;
}
</style>