Shades of Psychedelic Purple #DB35FE
Tints of Psychedelic Purple #DB35FE
RGB
CMYK
RGB Variations
Color information
#DB35FE (or 0xDB35FE) is known color: Psychedelic Purple. HEX triplet: DB, 35 and FE. RGB value is (219,53,254). Sum of RGB (Red+Green+Blue) = 219+53+254=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 53 (21.09% from 255 or 10.08% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB35FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB35FE is #24CA01. Grayscale: #7C7C7C. Windows color (decimal): -2411010 or 16659931. OLE color: 16659931.
HSL color Cylindrical-coordinate representation of color #DB35FE: hue angle of 289.55º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB35FE is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 53 | 254 | - |
| CMYK | 0.14 | 0.79 | 0 | 0.00 |
| HSL | 289.55º | 0.99% | 0.6% | - |
| HSV(B) | 289.55º | 0.79% | 1% | - |
| XYZ | 48.38 | 24.76 | 96 | - |
| YUV | 125.55 | 200.5 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 53 | 254 | 0.14 | 0.79 | 0 | 0.00 | 289.55 | 0.99 | 0.6 |
| Hex | DB | 35 | FE | E | 4F | 0 | 0 | 122 | 63 | 3C |
| Octal | 333 | 65 | 376 | 16 | 117 | 0 | 0 | 442 | 143 | 74 |
| Binary | 11011011 | 110101 | 11111110 | 1110 | 1001111 | 0 | 0 | 100100010 | 1100011 | 111100 |
Color Harmonies of #DB35FE
Complementary color
Monochromatic Colors of #DB35FE
Black with #DB35FE
Text Example
Text Example
White with #DB35FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB35FE; }
p { color: rgb(219,53,254); }
H1.HeaderClassName
{
color: #DB35FE;
}
.AnyTagClassName
{
color: #DB35FE;
}
</style>
background-color css
<style>
a { background-color: #DB35FE; }
a { background-color: rgb(219,53,254); }
div.DivClassName
{
background-color: #DB35FE;
}
.BgClassName
{
background-color: #DB35FE;
}
</style>
border-color css
<style>
span { border-color: #DB35FE; }
span { border-color: rgb(219,53,254); }
td.TdClassName
{
border-color: #DB35FE;
}
.TagClassName
{
border-color: #DB35FE;
}
</style>