Shades of Psychedelic Purple #DB29ED
Tints of Psychedelic Purple #DB29ED
RGB
CMYK
RGB Variations
Color information
#DB29ED (or 0xDB29ED) is known color: Psychedelic Purple. HEX triplet: DB, 29 and ED. RGB value is (219,41,237). Sum of RGB (Red+Green+Blue) = 219+41+237=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 41 (16.41% from 255 or 8.25% from 497); Blue value is 237 (92.97% from 255 or 47.69% from 497); Max value from RGB is 237 - color contains mainly: blue. Hex color #DB29ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB29ED is #24D612. Grayscale: #737373. Windows color (decimal): -2414099 or 15542747. OLE color: 15542747.
HSL color Cylindrical-coordinate representation of color #DB29ED: hue angle of 294.49º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB29ED is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 41 | 237 | - |
CMYK | 0.08 | 0.83 | 0 | 0.07 |
HSL | 294.49º | 0.84% | 0.55% | - |
HSV(B) | 294.49º | 0.83% | 0.93% | - |
XYZ | 45.29 | 22.76 | 82.13 | - |
YUV | 116.57 | 195.97 | 201.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 41 | 237 | 0.08 | 0.83 | 0 | 0.07 | 294.49 | 0.84 | 0.55 |
Hex | DB | 29 | ED | 8 | 53 | 0 | 7 | 126 | 54 | 37 |
Octal | 333 | 51 | 355 | 10 | 123 | 0 | 7 | 446 | 124 | 67 |
Binary | 11011011 | 101001 | 11101101 | 1000 | 1010011 | 0 | 111 | 100100110 | 1010100 | 110111 |
Color Harmonies of #DB29ED
Complementary color
Monochromatic Colors of #DB29ED
Black with #DB29ED
Text Example
Text Example
White with #DB29ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB29ED; }
p { color: rgb(219,41,237); }
H1.HeaderClassName
{
color: #DB29ED;
}
.AnyTagClassName
{
color: #DB29ED;
}
</style>
background-color css
<style>
a { background-color: #DB29ED; }
a { background-color: rgb(219,41,237); }
div.DivClassName
{
background-color: #DB29ED;
}
.BgClassName
{
background-color: #DB29ED;
}
</style>
border-color css
<style>
span { border-color: #DB29ED; }
span { border-color: rgb(219,41,237); }
td.TdClassName
{
border-color: #DB29ED;
}
.TagClassName
{
border-color: #DB29ED;
}
</style>