Shades of Psychedelic Purple #DB33FD
Tints of Psychedelic Purple #DB33FD
RGB
CMYK
RGB Variations
Color information
#DB33FD (or 0xDB33FD) is known color: Psychedelic Purple. HEX triplet: DB, 33 and FD. RGB value is (219,51,253). Sum of RGB (Red+Green+Blue) = 219+51+253=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 51 (20.31% from 255 or 9.75% from 523); Blue value is 253 (99.22% from 255 or 48.37% from 523); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB33FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB33FD is #24CC02. Grayscale: #7B7B7B. Windows color (decimal): -2411523 or 16593883. OLE color: 16593883.
HSL color Cylindrical-coordinate representation of color #DB33FD: hue angle of 289.9º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB33FD is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 51 | 253 | - |
| CMYK | 0.13 | 0.80 | 0 | 0.01 |
| HSL | 289.9º | 0.98% | 0.6% | - |
| HSV(B) | 289.9º | 0.8% | 0.99% | - |
| XYZ | 48.13 | 24.52 | 95.12 | - |
| YUV | 124.26 | 200.66 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 51 | 253 | 0.13 | 0.80 | 0 | 0.01 | 289.9 | 0.98 | 0.6 |
| Hex | DB | 33 | FD | D | 50 | 0 | 1 | 122 | 62 | 3C |
| Octal | 333 | 63 | 375 | 15 | 120 | 0 | 1 | 442 | 142 | 74 |
| Binary | 11011011 | 110011 | 11111101 | 1101 | 1010000 | 0 | 1 | 100100010 | 1100010 | 111100 |
Color Harmonies of #DB33FD
Complementary color
Monochromatic Colors of #DB33FD
Black with #DB33FD
Text Example
Text Example
White with #DB33FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB33FD; }
p { color: rgb(219,51,253); }
H1.HeaderClassName
{
color: #DB33FD;
}
.AnyTagClassName
{
color: #DB33FD;
}
</style>
background-color css
<style>
a { background-color: #DB33FD; }
a { background-color: rgb(219,51,253); }
div.DivClassName
{
background-color: #DB33FD;
}
.BgClassName
{
background-color: #DB33FD;
}
</style>
border-color css
<style>
span { border-color: #DB33FD; }
span { border-color: rgb(219,51,253); }
td.TdClassName
{
border-color: #DB33FD;
}
.TagClassName
{
border-color: #DB33FD;
}
</style>