Shades of Psychedelic Purple #DB21FF
Tints of Psychedelic Purple #DB21FF
RGB
CMYK
RGB Variations
Color information
#DB21FF (or 0xDB21FF) is known color: Psychedelic Purple. HEX triplet: DB, 21 and FF. RGB value is (219,33,255). Sum of RGB (Red+Green+Blue) = 219+33+255=507 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.20% from 507); Green value is 33 (13.28% from 255 or 6.51% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB21FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB21FF is #24DE00. Grayscale: #717171. Windows color (decimal): -2416129 or 16720347. OLE color: 16720347.
HSL color Cylindrical-coordinate representation of color #DB21FF: hue angle of 290.27º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB21FF is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 33 | 255 | - |
| CMYK | 0.14 | 0.87 | 0 | 0 |
| HSL | 290.27º | 1% | 0.56% | - |
| HSV(B) | 290.27º | 0.87% | 1% | - |
| XYZ | 47.81 | 23.37 | 96.6 | - |
| YUV | 113.92 | 207.62 | 202.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 33 | 255 | 0.14 | 0.87 | 0 | 0 | 290.27 | 1 | 0.56 |
| Hex | DB | 21 | FF | E | 57 | 0 | 0 | 122 | 64 | 38 |
| Octal | 333 | 41 | 377 | 16 | 127 | 0 | 0 | 442 | 144 | 70 |
| Binary | 11011011 | 100001 | 11111111 | 1110 | 1010111 | 0 | 0 | 100100010 | 1100100 | 111000 |
Color Harmonies of #DB21FF
Complementary color
Monochromatic Colors of #DB21FF
Black with #DB21FF
Text Example
Text Example
White with #DB21FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB21FF; }
p { color: rgb(219,33,255); }
H1.HeaderClassName
{
color: #DB21FF;
}
.AnyTagClassName
{
color: #DB21FF;
}
</style>
background-color css
<style>
a { background-color: #DB21FF; }
a { background-color: rgb(219,33,255); }
div.DivClassName
{
background-color: #DB21FF;
}
.BgClassName
{
background-color: #DB21FF;
}
</style>
border-color css
<style>
span { border-color: #DB21FF; }
span { border-color: rgb(219,33,255); }
td.TdClassName
{
border-color: #DB21FF;
}
.TagClassName
{
border-color: #DB21FF;
}
</style>