Shades of Psychedelic Purple #DB23F5
Tints of Psychedelic Purple #DB23F5
RGB
CMYK
RGB Variations
Color information
#DB23F5 (or 0xDB23F5) is known color: Psychedelic Purple. HEX triplet: DB, 23 and F5. RGB value is (219,35,245). Sum of RGB (Red+Green+Blue) = 219+35+245=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 35 (14.06% from 255 or 7.01% from 499); Blue value is 245 (96.09% from 255 or 49.10% from 499); Max value from RGB is 245 - color contains mainly: blue. Hex color #DB23F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB23F5 is #24DC0A. Grayscale: #717171. Windows color (decimal): -2415627 or 16065499. OLE color: 16065499.
HSL color Cylindrical-coordinate representation of color #DB23F5: hue angle of 292.57º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB23F5 is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 35 | 245 | - |
| CMYK | 0.11 | 0.86 | 0 | 0.04 |
| HSL | 292.57º | 0.91% | 0.55% | - |
| HSV(B) | 292.57º | 0.86% | 0.96% | - |
| XYZ | 46.3 | 22.85 | 88.36 | - |
| YUV | 113.96 | 201.96 | 202.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 35 | 245 | 0.11 | 0.86 | 0 | 0.04 | 292.57 | 0.91 | 0.55 |
| Hex | DB | 23 | F5 | B | 56 | 0 | 4 | 125 | 5B | 37 |
| Octal | 333 | 43 | 365 | 13 | 126 | 0 | 4 | 445 | 133 | 67 |
| Binary | 11011011 | 100011 | 11110101 | 1011 | 1010110 | 0 | 100 | 100100101 | 1011011 | 110111 |
Color Harmonies of #DB23F5
Complementary color
Monochromatic Colors of #DB23F5
Black with #DB23F5
Text Example
Text Example
White with #DB23F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB23F5; }
p { color: rgb(219,35,245); }
H1.HeaderClassName
{
color: #DB23F5;
}
.AnyTagClassName
{
color: #DB23F5;
}
</style>
background-color css
<style>
a { background-color: #DB23F5; }
a { background-color: rgb(219,35,245); }
div.DivClassName
{
background-color: #DB23F5;
}
.BgClassName
{
background-color: #DB23F5;
}
</style>
border-color css
<style>
span { border-color: #DB23F5; }
span { border-color: rgb(219,35,245); }
td.TdClassName
{
border-color: #DB23F5;
}
.TagClassName
{
border-color: #DB23F5;
}
</style>