Shades of Psychedelic Purple #DB17FD
Tints of Psychedelic Purple #DB17FD
RGB
CMYK
RGB Variations
Color information
#DB17FD (or 0xDB17FD) is known color: Psychedelic Purple. HEX triplet: DB, 17 and FD. RGB value is (219,23,253). Sum of RGB (Red+Green+Blue) = 219+23+253=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 23 (9.38% from 255 or 4.65% from 495); Blue value is 253 (99.22% from 255 or 51.11% from 495); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB17FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB17FD is #24E802. Grayscale: #6B6B6B. Windows color (decimal): -2418691 or 16586715. OLE color: 16586715.
HSL color Cylindrical-coordinate representation of color #DB17FD: hue angle of 291.13º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB17FD is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 23 | 253 | - |
| CMYK | 0.13 | 0.91 | 0 | 0.01 |
| HSL | 291.13º | 0.98% | 0.54% | - |
| HSV(B) | 291.13º | 0.91% | 0.99% | - |
| XYZ | 47.25 | 22.76 | 94.83 | - |
| YUV | 107.82 | 209.93 | 207.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 23 | 253 | 0.13 | 0.91 | 0 | 0.01 | 291.13 | 0.98 | 0.54 |
| Hex | DB | 17 | FD | D | 5B | 0 | 1 | 123 | 62 | 36 |
| Octal | 333 | 27 | 375 | 15 | 133 | 0 | 1 | 443 | 142 | 66 |
| Binary | 11011011 | 10111 | 11111101 | 1101 | 1011011 | 0 | 1 | 100100011 | 1100010 | 110110 |
Color Harmonies of #DB17FD
Complementary color
Monochromatic Colors of #DB17FD
Black with #DB17FD
Text Example
Text Example
White with #DB17FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB17FD; }
p { color: rgb(219,23,253); }
H1.HeaderClassName
{
color: #DB17FD;
}
.AnyTagClassName
{
color: #DB17FD;
}
</style>
background-color css
<style>
a { background-color: #DB17FD; }
a { background-color: rgb(219,23,253); }
div.DivClassName
{
background-color: #DB17FD;
}
.BgClassName
{
background-color: #DB17FD;
}
</style>
border-color css
<style>
span { border-color: #DB17FD; }
span { border-color: rgb(219,23,253); }
td.TdClassName
{
border-color: #DB17FD;
}
.TagClassName
{
border-color: #DB17FD;
}
</style>