Shades of Psychedelic Purple #DB15FD
Tints of Psychedelic Purple #DB15FD
RGB
CMYK
RGB Variations
Color information
#DB15FD (or 0xDB15FD) is known color: Psychedelic Purple. HEX triplet: DB, 15 and FD. RGB value is (219,21,253). Sum of RGB (Red+Green+Blue) = 219+21+253=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 21 (8.59% from 255 or 4.26% from 493); Blue value is 253 (99.22% from 255 or 51.32% from 493); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB15FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB15FD is #24EA02. Grayscale: #696969. Windows color (decimal): -2419203 or 16586203. OLE color: 16586203.
HSL color Cylindrical-coordinate representation of color #DB15FD: hue angle of 291.21º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB15FD is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 219 | 21 | 253 | - |
CMYK | 0.13 | 0.92 | 0 | 0.01 |
HSL | 291.21º | 0.98% | 0.54% | - |
HSV(B) | 291.21º | 0.92% | 0.99% | - |
XYZ | 47.21 | 22.69 | 94.82 | - |
YUV | 106.65 | 210.6 | 208.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 21 | 253 | 0.13 | 0.92 | 0 | 0.01 | 291.21 | 0.98 | 0.54 |
Hex | DB | 15 | FD | D | 5C | 0 | 1 | 123 | 62 | 36 |
Octal | 333 | 25 | 375 | 15 | 134 | 0 | 1 | 443 | 142 | 66 |
Binary | 11011011 | 10101 | 11111101 | 1101 | 1011100 | 0 | 1 | 100100011 | 1100010 | 110110 |
Color Harmonies of #DB15FD
Complementary color
Monochromatic Colors of #DB15FD
Black with #DB15FD
Text Example
Text Example
White with #DB15FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB15FD; }
p { color: rgb(219,21,253); }
H1.HeaderClassName
{
color: #DB15FD;
}
.AnyTagClassName
{
color: #DB15FD;
}
</style>
background-color css
<style>
a { background-color: #DB15FD; }
a { background-color: rgb(219,21,253); }
div.DivClassName
{
background-color: #DB15FD;
}
.BgClassName
{
background-color: #DB15FD;
}
</style>
border-color css
<style>
span { border-color: #DB15FD; }
span { border-color: rgb(219,21,253); }
td.TdClassName
{
border-color: #DB15FD;
}
.TagClassName
{
border-color: #DB15FD;
}
</style>