Shades of Psychedelic Purple #DB1DF2
Tints of Psychedelic Purple #DB1DF2
RGB
CMYK
RGB Variations
Color information
#DB1DF2 (or 0xDB1DF2) is known color: Psychedelic Purple. HEX triplet: DB, 1D and F2. RGB value is (219,29,242). Sum of RGB (Red+Green+Blue) = 219+29+242=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 29 (11.72% from 255 or 5.92% from 490); Blue value is 242 (94.92% from 255 or 49.39% from 490); Max value from RGB is 242 - color contains mainly: blue. Hex color #DB1DF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB1DF2 is #24E20D. Grayscale: #6D6D6D. Windows color (decimal): -2417166 or 15867355. OLE color: 15867355.
HSL color Cylindrical-coordinate representation of color #DB1DF2: hue angle of 293.52º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB1DF2 is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 29 | 242 | - |
| CMYK | 0.10 | 0.88 | 0 | 0.05 |
| HSL | 293.52º | 0.89% | 0.53% | - |
| HSV(B) | 293.52º | 0.88% | 0.95% | - |
| XYZ | 45.68 | 22.35 | 85.91 | - |
| YUV | 110.09 | 202.45 | 205.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 29 | 242 | 0.10 | 0.88 | 0 | 0.05 | 293.52 | 0.89 | 0.53 |
| Hex | DB | 1D | F2 | A | 58 | 0 | 5 | 126 | 59 | 35 |
| Octal | 333 | 35 | 362 | 12 | 130 | 0 | 5 | 446 | 131 | 65 |
| Binary | 11011011 | 11101 | 11110010 | 1010 | 1011000 | 0 | 101 | 100100110 | 1011001 | 110101 |
Color Harmonies of #DB1DF2
Complementary color
Monochromatic Colors of #DB1DF2
Black with #DB1DF2
Text Example
Text Example
White with #DB1DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1DF2; }
p { color: rgb(219,29,242); }
H1.HeaderClassName
{
color: #DB1DF2;
}
.AnyTagClassName
{
color: #DB1DF2;
}
</style>
background-color css
<style>
a { background-color: #DB1DF2; }
a { background-color: rgb(219,29,242); }
div.DivClassName
{
background-color: #DB1DF2;
}
.BgClassName
{
background-color: #DB1DF2;
}
</style>
border-color css
<style>
span { border-color: #DB1DF2; }
span { border-color: rgb(219,29,242); }
td.TdClassName
{
border-color: #DB1DF2;
}
.TagClassName
{
border-color: #DB1DF2;
}
</style>