Shades of Psychedelic Purple #DB35FB
Tints of Psychedelic Purple #DB35FB
RGB
CMYK
RGB Variations
Color information
#DB35FB (or 0xDB35FB) is known color: Psychedelic Purple. HEX triplet: DB, 35 and FB. RGB value is (219,53,251). Sum of RGB (Red+Green+Blue) = 219+53+251=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 53 (21.09% from 255 or 10.13% from 523); Blue value is 251 (98.44% from 255 or 47.99% from 523); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB35FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB35FB is #24CA04. Grayscale: #7C7C7C. Windows color (decimal): -2411013 or 16463323. OLE color: 16463323.
HSL color Cylindrical-coordinate representation of color #DB35FB: hue angle of 290.3º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB35FB is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 53 | 251 | - |
| CMYK | 0.13 | 0.79 | 0 | 0.02 |
| HSL | 290.3º | 0.96% | 0.6% | - |
| HSV(B) | 290.3º | 0.79% | 0.98% | - |
| XYZ | 47.9 | 24.57 | 93.48 | - |
| YUV | 125.21 | 199 | 194.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 53 | 251 | 0.13 | 0.79 | 0 | 0.02 | 290.3 | 0.96 | 0.6 |
| Hex | DB | 35 | FB | D | 4F | 0 | 2 | 122 | 60 | 3C |
| Octal | 333 | 65 | 373 | 15 | 117 | 0 | 2 | 442 | 140 | 74 |
| Binary | 11011011 | 110101 | 11111011 | 1101 | 1001111 | 0 | 10 | 100100010 | 1100000 | 111100 |
Color Harmonies of #DB35FB
Complementary color
Monochromatic Colors of #DB35FB
Black with #DB35FB
Text Example
Text Example
White with #DB35FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB35FB; }
p { color: rgb(219,53,251); }
H1.HeaderClassName
{
color: #DB35FB;
}
.AnyTagClassName
{
color: #DB35FB;
}
</style>
background-color css
<style>
a { background-color: #DB35FB; }
a { background-color: rgb(219,53,251); }
div.DivClassName
{
background-color: #DB35FB;
}
.BgClassName
{
background-color: #DB35FB;
}
</style>
border-color css
<style>
span { border-color: #DB35FB; }
span { border-color: rgb(219,53,251); }
td.TdClassName
{
border-color: #DB35FB;
}
.TagClassName
{
border-color: #DB35FB;
}
</style>