Shades of Psychedelic Purple #DB23FF
Tints of Psychedelic Purple #DB23FF
RGB
CMYK
RGB Variations
Color information
#DB23FF (or 0xDB23FF) is known color: Psychedelic Purple. HEX triplet: DB, 23 and FF. RGB value is (219,35,255). Sum of RGB (Red+Green+Blue) = 219+35+255=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 35 (14.06% from 255 or 6.88% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB23FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB23FF is #24DC00. Grayscale: #727272. Windows color (decimal): -2415617 or 16720859. OLE color: 16720859.
HSL color Cylindrical-coordinate representation of color #DB23FF: hue angle of 290.18º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB23FF is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 35 | 255 | - |
| CMYK | 0.14 | 0.86 | 0 | 0 |
| HSL | 290.18º | 1% | 0.57% | - |
| HSV(B) | 290.18º | 0.86% | 1% | - |
| XYZ | 47.86 | 23.48 | 96.62 | - |
| YUV | 115.1 | 206.96 | 202.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 35 | 255 | 0.14 | 0.86 | 0 | 0 | 290.18 | 1 | 0.57 |
| Hex | DB | 23 | FF | E | 56 | 0 | 0 | 122 | 64 | 39 |
| Octal | 333 | 43 | 377 | 16 | 126 | 0 | 0 | 442 | 144 | 71 |
| Binary | 11011011 | 100011 | 11111111 | 1110 | 1010110 | 0 | 0 | 100100010 | 1100100 | 111001 |
Color Harmonies of #DB23FF
Complementary color
Monochromatic Colors of #DB23FF
Black with #DB23FF
Text Example
Text Example
White with #DB23FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB23FF; }
p { color: rgb(219,35,255); }
H1.HeaderClassName
{
color: #DB23FF;
}
.AnyTagClassName
{
color: #DB23FF;
}
</style>
background-color css
<style>
a { background-color: #DB23FF; }
a { background-color: rgb(219,35,255); }
div.DivClassName
{
background-color: #DB23FF;
}
.BgClassName
{
background-color: #DB23FF;
}
</style>
border-color css
<style>
span { border-color: #DB23FF; }
span { border-color: rgb(219,35,255); }
td.TdClassName
{
border-color: #DB23FF;
}
.TagClassName
{
border-color: #DB23FF;
}
</style>