Shades of Psychedelic Purple #DB36FD
Tints of Psychedelic Purple #DB36FD
RGB
CMYK
RGB Variations
Color information
#DB36FD (or 0xDB36FD) is known color: Psychedelic Purple. HEX triplet: DB, 36 and FD. RGB value is (219,54,253). Sum of RGB (Red+Green+Blue) = 219+54+253=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 54 (21.48% from 255 or 10.27% from 526); Blue value is 253 (99.22% from 255 or 48.10% from 526); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB36FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB36FD is #24C902. Grayscale: #7D7D7D. Windows color (decimal): -2410755 or 16594651. OLE color: 16594651.
HSL color Cylindrical-coordinate representation of color #DB36FD: hue angle of 289.75º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB36FD is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 54 | 253 | - |
| CMYK | 0.13 | 0.79 | 0 | 0.01 |
| HSL | 289.75º | 0.98% | 0.6% | - |
| HSV(B) | 289.75º | 0.79% | 0.99% | - |
| XYZ | 48.26 | 24.79 | 95.17 | - |
| YUV | 126.02 | 199.66 | 194.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 54 | 253 | 0.13 | 0.79 | 0 | 0.01 | 289.75 | 0.98 | 0.6 |
| Hex | DB | 36 | FD | D | 4F | 0 | 1 | 122 | 62 | 3C |
| Octal | 333 | 66 | 375 | 15 | 117 | 0 | 1 | 442 | 142 | 74 |
| Binary | 11011011 | 110110 | 11111101 | 1101 | 1001111 | 0 | 1 | 100100010 | 1100010 | 111100 |
Color Harmonies of #DB36FD
Complementary color
Monochromatic Colors of #DB36FD
Black with #DB36FD
Text Example
Text Example
White with #DB36FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB36FD; }
p { color: rgb(219,54,253); }
H1.HeaderClassName
{
color: #DB36FD;
}
.AnyTagClassName
{
color: #DB36FD;
}
</style>
background-color css
<style>
a { background-color: #DB36FD; }
a { background-color: rgb(219,54,253); }
div.DivClassName
{
background-color: #DB36FD;
}
.BgClassName
{
background-color: #DB36FD;
}
</style>
border-color css
<style>
span { border-color: #DB36FD; }
span { border-color: rgb(219,54,253); }
td.TdClassName
{
border-color: #DB36FD;
}
.TagClassName
{
border-color: #DB36FD;
}
</style>