Shades of Psychedelic Purple #DB1CEF
Tints of Psychedelic Purple #DB1CEF
RGB
CMYK
RGB Variations
Color information
#DB1CEF (or 0xDB1CEF) is known color: Psychedelic Purple. HEX triplet: DB, 1C and EF. RGB value is (219,28,239). Sum of RGB (Red+Green+Blue) = 219+28+239=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 28 (11.33% from 255 or 5.76% from 486); Blue value is 239 (93.75% from 255 or 49.18% from 486); Max value from RGB is 239 - color contains mainly: blue. Hex color #DB1CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB1CEF is #24E310. Grayscale: #6C6C6C. Windows color (decimal): -2417425 or 15670491. OLE color: 15670491.
HSL color Cylindrical-coordinate representation of color #DB1CEF: hue angle of 294.31º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB1CEF is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 28 | 239 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.06 |
| HSL | 294.31º | 0.87% | 0.52% | - |
| HSV(B) | 294.31º | 0.88% | 0.94% | - |
| XYZ | 45.21 | 22.12 | 83.55 | - |
| YUV | 109.16 | 201.28 | 206.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 28 | 239 | 0.08 | 0.88 | 0 | 0.06 | 294.31 | 0.87 | 0.52 |
| Hex | DB | 1C | EF | 8 | 58 | 0 | 6 | 126 | 57 | 34 |
| Octal | 333 | 34 | 357 | 10 | 130 | 0 | 6 | 446 | 127 | 64 |
| Binary | 11011011 | 11100 | 11101111 | 1000 | 1011000 | 0 | 110 | 100100110 | 1010111 | 110100 |
Color Harmonies of #DB1CEF
Complementary color
Monochromatic Colors of #DB1CEF
Black with #DB1CEF
Text Example
Text Example
White with #DB1CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1CEF; }
p { color: rgb(219,28,239); }
H1.HeaderClassName
{
color: #DB1CEF;
}
.AnyTagClassName
{
color: #DB1CEF;
}
</style>
background-color css
<style>
a { background-color: #DB1CEF; }
a { background-color: rgb(219,28,239); }
div.DivClassName
{
background-color: #DB1CEF;
}
.BgClassName
{
background-color: #DB1CEF;
}
</style>
border-color css
<style>
span { border-color: #DB1CEF; }
span { border-color: rgb(219,28,239); }
td.TdClassName
{
border-color: #DB1CEF;
}
.TagClassName
{
border-color: #DB1CEF;
}
</style>