Shades of Psychedelic Purple #DB34F7
Tints of Psychedelic Purple #DB34F7
RGB
CMYK
RGB Variations
Color information
#DB34F7 (or 0xDB34F7) is known color: Psychedelic Purple. HEX triplet: DB, 34 and F7. RGB value is (219,52,247). Sum of RGB (Red+Green+Blue) = 219+52+247=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 52 (20.70% from 255 or 10.04% from 518); Blue value is 247 (96.88% from 255 or 47.68% from 518); Max value from RGB is 247 - color contains mainly: blue. Hex color #DB34F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB34F7 is #24CB08. Grayscale: #7B7B7B. Windows color (decimal): -2411273 or 16200923. OLE color: 16200923.
HSL color Cylindrical-coordinate representation of color #DB34F7: hue angle of 291.38º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB34F7 is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 52 | 247 | - |
| CMYK | 0.11 | 0.79 | 0 | 0.03 |
| HSL | 291.38º | 0.92% | 0.59% | - |
| HSV(B) | 291.38º | 0.79% | 0.97% | - |
| XYZ | 47.23 | 24.23 | 90.18 | - |
| YUV | 124.16 | 197.33 | 195.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 52 | 247 | 0.11 | 0.79 | 0 | 0.03 | 291.38 | 0.92 | 0.59 |
| Hex | DB | 34 | F7 | B | 4F | 0 | 3 | 123 | 5C | 3B |
| Octal | 333 | 64 | 367 | 13 | 117 | 0 | 3 | 443 | 134 | 73 |
| Binary | 11011011 | 110100 | 11110111 | 1011 | 1001111 | 0 | 11 | 100100011 | 1011100 | 111011 |
Color Harmonies of #DB34F7
Complementary color
Monochromatic Colors of #DB34F7
Black with #DB34F7
Text Example
Text Example
White with #DB34F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB34F7; }
p { color: rgb(219,52,247); }
H1.HeaderClassName
{
color: #DB34F7;
}
.AnyTagClassName
{
color: #DB34F7;
}
</style>
background-color css
<style>
a { background-color: #DB34F7; }
a { background-color: rgb(219,52,247); }
div.DivClassName
{
background-color: #DB34F7;
}
.BgClassName
{
background-color: #DB34F7;
}
</style>
border-color css
<style>
span { border-color: #DB34F7; }
span { border-color: rgb(219,52,247); }
td.TdClassName
{
border-color: #DB34F7;
}
.TagClassName
{
border-color: #DB34F7;
}
</style>