Shades of Psychedelic Purple #DB35FD
Tints of Psychedelic Purple #DB35FD
RGB
CMYK
RGB Variations
Color information
#DB35FD (or 0xDB35FD) is known color: Psychedelic Purple. HEX triplet: DB, 35 and FD. RGB value is (219,53,253). Sum of RGB (Red+Green+Blue) = 219+53+253=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 53 (21.09% from 255 or 10.10% from 525); Blue value is 253 (99.22% from 255 or 48.19% from 525); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB35FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB35FD is #24CA02. Grayscale: #7C7C7C. Windows color (decimal): -2411011 or 16594395. OLE color: 16594395.
HSL color Cylindrical-coordinate representation of color #DB35FD: hue angle of 289.8º 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 #DB35FD is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 53 | 253 | - |
| CMYK | 0.13 | 0.79 | 0 | 0.01 |
| HSL | 289.8º | 0.98% | 0.6% | - |
| HSV(B) | 289.8º | 0.79% | 0.99% | - |
| XYZ | 48.22 | 24.7 | 95.15 | - |
| YUV | 125.43 | 200 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 53 | 253 | 0.13 | 0.79 | 0 | 0.01 | 289.8 | 0.98 | 0.6 |
| Hex | DB | 35 | FD | D | 4F | 0 | 1 | 122 | 62 | 3C |
| Octal | 333 | 65 | 375 | 15 | 117 | 0 | 1 | 442 | 142 | 74 |
| Binary | 11011011 | 110101 | 11111101 | 1101 | 1001111 | 0 | 1 | 100100010 | 1100010 | 111100 |
Color Harmonies of #DB35FD
Complementary color
Monochromatic Colors of #DB35FD
Black with #DB35FD
Text Example
Text Example
White with #DB35FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB35FD; }
p { color: rgb(219,53,253); }
H1.HeaderClassName
{
color: #DB35FD;
}
.AnyTagClassName
{
color: #DB35FD;
}
</style>
background-color css
<style>
a { background-color: #DB35FD; }
a { background-color: rgb(219,53,253); }
div.DivClassName
{
background-color: #DB35FD;
}
.BgClassName
{
background-color: #DB35FD;
}
</style>
border-color css
<style>
span { border-color: #DB35FD; }
span { border-color: rgb(219,53,253); }
td.TdClassName
{
border-color: #DB35FD;
}
.TagClassName
{
border-color: #DB35FD;
}
</style>