Shades of Psychedelic Purple #DB1AEA
Tints of Psychedelic Purple #DB1AEA
RGB
CMYK
RGB Variations
Color information
#DB1AEA (or 0xDB1AEA) is known color: Psychedelic Purple. HEX triplet: DB, 1A and EA. RGB value is (219,26,234). Sum of RGB (Red+Green+Blue) = 219+26+234=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 26 (10.55% from 255 or 5.43% from 479); Blue value is 234 (91.80% from 255 or 48.85% from 479); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB1AEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB1AEA is #24E515. Grayscale: #6A6A6A. Windows color (decimal): -2417942 or 15342299. OLE color: 15342299.
HSL color Cylindrical-coordinate representation of color #DB1AEA: hue angle of 295.67º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB1AEA is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 219 | 26 | 234 | - |
CMYK | 0.06 | 0.89 | 0 | 0.08 |
HSL | 295.67º | 0.83% | 0.51% | - |
HSV(B) | 295.67º | 0.89% | 0.92% | - |
XYZ | 44.43 | 21.74 | 79.7 | - |
YUV | 107.42 | 199.44 | 207.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 26 | 234 | 0.06 | 0.89 | 0 | 0.08 | 295.67 | 0.83 | 0.51 |
Hex | DB | 1A | EA | 6 | 59 | 0 | 8 | 128 | 53 | 33 |
Octal | 333 | 32 | 352 | 6 | 131 | 0 | 10 | 450 | 123 | 63 |
Binary | 11011011 | 11010 | 11101010 | 110 | 1011001 | 0 | 1000 | 100101000 | 1010011 | 110011 |
Color Harmonies of #DB1AEA
Complementary color
Monochromatic Colors of #DB1AEA
Black with #DB1AEA
Text Example
Text Example
White with #DB1AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1AEA; }
p { color: rgb(219,26,234); }
H1.HeaderClassName
{
color: #DB1AEA;
}
.AnyTagClassName
{
color: #DB1AEA;
}
</style>
background-color css
<style>
a { background-color: #DB1AEA; }
a { background-color: rgb(219,26,234); }
div.DivClassName
{
background-color: #DB1AEA;
}
.BgClassName
{
background-color: #DB1AEA;
}
</style>
border-color css
<style>
span { border-color: #DB1AEA; }
span { border-color: rgb(219,26,234); }
td.TdClassName
{
border-color: #DB1AEA;
}
.TagClassName
{
border-color: #DB1AEA;
}
</style>