Shades of Psychedelic Purple #DB34FD
Tints of Psychedelic Purple #DB34FD
RGB
CMYK
RGB Variations
Color information
#DB34FD (or 0xDB34FD) is known color: Psychedelic Purple. HEX triplet: DB, 34 and FD. RGB value is (219,52,253). Sum of RGB (Red+Green+Blue) = 219+52+253=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 52 (20.70% from 255 or 9.92% from 524); Blue value is 253 (99.22% from 255 or 48.28% from 524); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB34FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB34FD is #24CB02. Grayscale: #7C7C7C. Windows color (decimal): -2411267 or 16594139. OLE color: 16594139.
HSL color Cylindrical-coordinate representation of color #DB34FD: hue angle of 289.85º 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 #DB34FD is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 52 | 253 | - |
| CMYK | 0.13 | 0.79 | 0 | 0.01 |
| HSL | 289.85º | 0.98% | 0.6% | - |
| HSV(B) | 289.85º | 0.79% | 0.99% | - |
| XYZ | 48.17 | 24.61 | 95.14 | - |
| YUV | 124.85 | 200.33 | 195.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 52 | 253 | 0.13 | 0.79 | 0 | 0.01 | 289.85 | 0.98 | 0.6 |
| Hex | DB | 34 | FD | D | 4F | 0 | 1 | 122 | 62 | 3C |
| Octal | 333 | 64 | 375 | 15 | 117 | 0 | 1 | 442 | 142 | 74 |
| Binary | 11011011 | 110100 | 11111101 | 1101 | 1001111 | 0 | 1 | 100100010 | 1100010 | 111100 |
Color Harmonies of #DB34FD
Complementary color
Monochromatic Colors of #DB34FD
Black with #DB34FD
Text Example
Text Example
White with #DB34FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB34FD; }
p { color: rgb(219,52,253); }
H1.HeaderClassName
{
color: #DB34FD;
}
.AnyTagClassName
{
color: #DB34FD;
}
</style>
background-color css
<style>
a { background-color: #DB34FD; }
a { background-color: rgb(219,52,253); }
div.DivClassName
{
background-color: #DB34FD;
}
.BgClassName
{
background-color: #DB34FD;
}
</style>
border-color css
<style>
span { border-color: #DB34FD; }
span { border-color: rgb(219,52,253); }
td.TdClassName
{
border-color: #DB34FD;
}
.TagClassName
{
border-color: #DB34FD;
}
</style>