Shades of Psychedelic Purple #DB35F9
Tints of Psychedelic Purple #DB35F9
RGB
CMYK
RGB Variations
Color information
#DB35F9 (or 0xDB35F9) is known color: Psychedelic Purple. HEX triplet: DB, 35 and F9. RGB value is (219,53,249). Sum of RGB (Red+Green+Blue) = 219+53+249=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 53 (21.09% from 255 or 10.17% from 521); Blue value is 249 (97.66% from 255 or 47.79% from 521); Max value from RGB is 249 - color contains mainly: blue. Hex color #DB35F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB35F9 is #24CA06. Grayscale: #7C7C7C. Windows color (decimal): -2411015 or 16332251. OLE color: 16332251.
HSL color Cylindrical-coordinate representation of color #DB35F9: hue angle of 290.82º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB35F9 is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 53 | 249 | - |
| CMYK | 0.12 | 0.79 | 0 | 0.02 |
| HSL | 290.82º | 0.94% | 0.59% | - |
| HSV(B) | 290.82º | 0.79% | 0.98% | - |
| XYZ | 47.59 | 24.45 | 91.83 | - |
| YUV | 124.98 | 198 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 53 | 249 | 0.12 | 0.79 | 0 | 0.02 | 290.82 | 0.94 | 0.59 |
| Hex | DB | 35 | F9 | C | 4F | 0 | 2 | 123 | 5E | 3B |
| Octal | 333 | 65 | 371 | 14 | 117 | 0 | 2 | 443 | 136 | 73 |
| Binary | 11011011 | 110101 | 11111001 | 1100 | 1001111 | 0 | 10 | 100100011 | 1011110 | 111011 |
Color Harmonies of #DB35F9
Complementary color
Monochromatic Colors of #DB35F9
Black with #DB35F9
Text Example
Text Example
White with #DB35F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB35F9; }
p { color: rgb(219,53,249); }
H1.HeaderClassName
{
color: #DB35F9;
}
.AnyTagClassName
{
color: #DB35F9;
}
</style>
background-color css
<style>
a { background-color: #DB35F9; }
a { background-color: rgb(219,53,249); }
div.DivClassName
{
background-color: #DB35F9;
}
.BgClassName
{
background-color: #DB35F9;
}
</style>
border-color css
<style>
span { border-color: #DB35F9; }
span { border-color: rgb(219,53,249); }
td.TdClassName
{
border-color: #DB35F9;
}
.TagClassName
{
border-color: #DB35F9;
}
</style>