Shades of Psychedelic Purple #DB23ED
Tints of Psychedelic Purple #DB23ED
RGB
CMYK
RGB Variations
Color information
#DB23ED (or 0xDB23ED) is known color: Psychedelic Purple. HEX triplet: DB, 23 and ED. RGB value is (219,35,237). Sum of RGB (Red+Green+Blue) = 219+35+237=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 35 (14.06% from 255 or 7.13% from 491); Blue value is 237 (92.97% from 255 or 48.27% from 491); Max value from RGB is 237 - color contains mainly: blue. Hex color #DB23ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB23ED is #24DC12. Grayscale: #707070. Windows color (decimal): -2415635 or 15541211. OLE color: 15541211.
HSL color Cylindrical-coordinate representation of color #DB23ED: hue angle of 294.65º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB23ED is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 35 | 237 | - |
| CMYK | 0.08 | 0.85 | 0 | 0.07 |
| HSL | 294.65º | 0.85% | 0.53% | - |
| HSV(B) | 294.65º | 0.85% | 0.93% | - |
| XYZ | 45.1 | 22.38 | 82.06 | - |
| YUV | 113.04 | 197.96 | 203.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 35 | 237 | 0.08 | 0.85 | 0 | 0.07 | 294.65 | 0.85 | 0.53 |
| Hex | DB | 23 | ED | 8 | 55 | 0 | 7 | 127 | 55 | 35 |
| Octal | 333 | 43 | 355 | 10 | 125 | 0 | 7 | 447 | 125 | 65 |
| Binary | 11011011 | 100011 | 11101101 | 1000 | 1010101 | 0 | 111 | 100100111 | 1010101 | 110101 |
Color Harmonies of #DB23ED
Complementary color
Monochromatic Colors of #DB23ED
Black with #DB23ED
Text Example
Text Example
White with #DB23ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB23ED; }
p { color: rgb(219,35,237); }
H1.HeaderClassName
{
color: #DB23ED;
}
.AnyTagClassName
{
color: #DB23ED;
}
</style>
background-color css
<style>
a { background-color: #DB23ED; }
a { background-color: rgb(219,35,237); }
div.DivClassName
{
background-color: #DB23ED;
}
.BgClassName
{
background-color: #DB23ED;
}
</style>
border-color css
<style>
span { border-color: #DB23ED; }
span { border-color: rgb(219,35,237); }
td.TdClassName
{
border-color: #DB23ED;
}
.TagClassName
{
border-color: #DB23ED;
}
</style>