Shades of Psychedelic Purple #DB1DF0
Tints of Psychedelic Purple #DB1DF0
RGB
CMYK
RGB Variations
Color information
#DB1DF0 (or 0xDB1DF0) is known color: Psychedelic Purple. HEX triplet: DB, 1D and F0. RGB value is (219,29,240). Sum of RGB (Red+Green+Blue) = 219+29+240=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 29 (11.72% from 255 or 5.94% from 488); Blue value is 240 (94.14% from 255 or 49.18% from 488); Max value from RGB is 240 - color contains mainly: blue. Hex color #DB1DF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB1DF0 is #24E20F. Grayscale: #6D6D6D. Windows color (decimal): -2417168 or 15736283. OLE color: 15736283.
HSL color Cylindrical-coordinate representation of color #DB1DF0: hue angle of 294.03º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB1DF0 is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 219 | 29 | 240 | - |
CMYK | 0.09 | 0.88 | 0 | 0.06 |
HSL | 294.03º | 0.88% | 0.53% | - |
HSV(B) | 294.03º | 0.88% | 0.94% | - |
XYZ | 45.38 | 22.23 | 84.34 | - |
YUV | 109.86 | 201.45 | 205.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 29 | 240 | 0.09 | 0.88 | 0 | 0.06 | 294.03 | 0.88 | 0.53 |
Hex | DB | 1D | F0 | 9 | 58 | 0 | 6 | 126 | 58 | 35 |
Octal | 333 | 35 | 360 | 11 | 130 | 0 | 6 | 446 | 130 | 65 |
Binary | 11011011 | 11101 | 11110000 | 1001 | 1011000 | 0 | 110 | 100100110 | 1011000 | 110101 |
Color Harmonies of #DB1DF0
Complementary color
Monochromatic Colors of #DB1DF0
Black with #DB1DF0
Text Example
Text Example
White with #DB1DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1DF0; }
p { color: rgb(219,29,240); }
H1.HeaderClassName
{
color: #DB1DF0;
}
.AnyTagClassName
{
color: #DB1DF0;
}
</style>
background-color css
<style>
a { background-color: #DB1DF0; }
a { background-color: rgb(219,29,240); }
div.DivClassName
{
background-color: #DB1DF0;
}
.BgClassName
{
background-color: #DB1DF0;
}
</style>
border-color css
<style>
span { border-color: #DB1DF0; }
span { border-color: rgb(219,29,240); }
td.TdClassName
{
border-color: #DB1DF0;
}
.TagClassName
{
border-color: #DB1DF0;
}
</style>