Shades of Psychedelic Purple #DB37FD
Tints of Psychedelic Purple #DB37FD
RGB
CMYK
RGB Variations
Color information
#DB37FD (or 0xDB37FD) is known color: Psychedelic Purple. HEX triplet: DB, 37 and FD. RGB value is (219,55,253). Sum of RGB (Red+Green+Blue) = 219+55+253=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 55 (21.88% from 255 or 10.44% from 527); Blue value is 253 (99.22% from 255 or 48.01% from 527); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB37FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB37FD is #24C802. Grayscale: #7D7D7D. Windows color (decimal): -2410499 or 16594907. OLE color: 16594907.
HSL color Cylindrical-coordinate representation of color #DB37FD: hue angle of 289.7º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB37FD is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 55 | 253 | - |
| CMYK | 0.13 | 0.78 | 0 | 0.01 |
| HSL | 289.7º | 0.98% | 0.6% | - |
| HSV(B) | 289.7º | 0.78% | 0.99% | - |
| XYZ | 48.31 | 24.88 | 95.19 | - |
| YUV | 126.61 | 199.33 | 193.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 55 | 253 | 0.13 | 0.78 | 0 | 0.01 | 289.7 | 0.98 | 0.6 |
| Hex | DB | 37 | FD | D | 4E | 0 | 1 | 122 | 62 | 3C |
| Octal | 333 | 67 | 375 | 15 | 116 | 0 | 1 | 442 | 142 | 74 |
| Binary | 11011011 | 110111 | 11111101 | 1101 | 1001110 | 0 | 1 | 100100010 | 1100010 | 111100 |
Color Harmonies of #DB37FD
Complementary color
Monochromatic Colors of #DB37FD
Black with #DB37FD
Text Example
Text Example
White with #DB37FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB37FD; }
p { color: rgb(219,55,253); }
H1.HeaderClassName
{
color: #DB37FD;
}
.AnyTagClassName
{
color: #DB37FD;
}
</style>
background-color css
<style>
a { background-color: #DB37FD; }
a { background-color: rgb(219,55,253); }
div.DivClassName
{
background-color: #DB37FD;
}
.BgClassName
{
background-color: #DB37FD;
}
</style>
border-color css
<style>
span { border-color: #DB37FD; }
span { border-color: rgb(219,55,253); }
td.TdClassName
{
border-color: #DB37FD;
}
.TagClassName
{
border-color: #DB37FD;
}
</style>