Shades of Psychedelic Purple #DB1DFF
Tints of Psychedelic Purple #DB1DFF
RGB
CMYK
RGB Variations
Color information
#DB1DFF (or 0xDB1DFF) is known color: Psychedelic Purple. HEX triplet: DB, 1D and FF. RGB value is (219,29,255). Sum of RGB (Red+Green+Blue) = 219+29+255=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 29 (11.72% from 255 or 5.77% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB1DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB1DFF is #24E200. Grayscale: #6E6E6E. Windows color (decimal): -2417153 or 16719323. OLE color: 16719323.
HSL color Cylindrical-coordinate representation of color #DB1DFF: hue angle of 290.44º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB1DFF is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 29 | 255 | - |
| CMYK | 0.14 | 0.89 | 0 | 0 |
| HSL | 290.44º | 1% | 0.56% | - |
| HSV(B) | 290.44º | 0.89% | 1% | - |
| XYZ | 47.7 | 23.16 | 96.56 | - |
| YUV | 111.57 | 208.95 | 204.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 29 | 255 | 0.14 | 0.89 | 0 | 0 | 290.44 | 1 | 0.56 |
| Hex | DB | 1D | FF | E | 59 | 0 | 0 | 122 | 64 | 38 |
| Octal | 333 | 35 | 377 | 16 | 131 | 0 | 0 | 442 | 144 | 70 |
| Binary | 11011011 | 11101 | 11111111 | 1110 | 1011001 | 0 | 0 | 100100010 | 1100100 | 111000 |
Color Harmonies of #DB1DFF
Complementary color
Monochromatic Colors of #DB1DFF
Black with #DB1DFF
Text Example
Text Example
White with #DB1DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1DFF; }
p { color: rgb(219,29,255); }
H1.HeaderClassName
{
color: #DB1DFF;
}
.AnyTagClassName
{
color: #DB1DFF;
}
</style>
background-color css
<style>
a { background-color: #DB1DFF; }
a { background-color: rgb(219,29,255); }
div.DivClassName
{
background-color: #DB1DFF;
}
.BgClassName
{
background-color: #DB1DFF;
}
</style>
border-color css
<style>
span { border-color: #DB1DFF; }
span { border-color: rgb(219,29,255); }
td.TdClassName
{
border-color: #DB1DFF;
}
.TagClassName
{
border-color: #DB1DFF;
}
</style>