Shades of Psychedelic Purple #DB12EF
Tints of Psychedelic Purple #DB12EF
RGB
CMYK
RGB Variations
Color information
#DB12EF (or 0xDB12EF) is known color: Psychedelic Purple. HEX triplet: DB, 12 and EF. RGB value is (219,18,239). Sum of RGB (Red+Green+Blue) = 219+18+239=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 18 (7.42% from 255 or 3.78% from 476); Blue value is 239 (93.75% from 255 or 50.21% from 476); Max value from RGB is 239 - color contains mainly: blue. Hex color #DB12EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB12EF is #24ED10. Grayscale: #666666. Windows color (decimal): -2419985 or 15667931. OLE color: 15667931.
HSL color Cylindrical-coordinate representation of color #DB12EF: hue angle of 294.57º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB12EF is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 18 | 239 | - |
| CMYK | 0.08 | 0.92 | 0 | 0.06 |
| HSL | 294.57º | 0.87% | 0.5% | - |
| HSV(B) | 294.57º | 0.92% | 0.94% | - |
| XYZ | 45.01 | 21.72 | 83.48 | - |
| YUV | 103.29 | 204.59 | 210.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 239 | 0.08 | 0.92 | 0 | 0.06 | 294.57 | 0.87 | 0.5 |
| Hex | DB | 12 | EF | 8 | 5C | 0 | 6 | 127 | 57 | 32 |
| Octal | 333 | 22 | 357 | 10 | 134 | 0 | 6 | 447 | 127 | 62 |
| Binary | 11011011 | 10010 | 11101111 | 1000 | 1011100 | 0 | 110 | 100100111 | 1010111 | 110010 |
Color Harmonies of #DB12EF
Complementary color
Monochromatic Colors of #DB12EF
Black with #DB12EF
Text Example
Text Example
White with #DB12EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB12EF; }
p { color: rgb(219,18,239); }
H1.HeaderClassName
{
color: #DB12EF;
}
.AnyTagClassName
{
color: #DB12EF;
}
</style>
background-color css
<style>
a { background-color: #DB12EF; }
a { background-color: rgb(219,18,239); }
div.DivClassName
{
background-color: #DB12EF;
}
.BgClassName
{
background-color: #DB12EF;
}
</style>
border-color css
<style>
span { border-color: #DB12EF; }
span { border-color: rgb(219,18,239); }
td.TdClassName
{
border-color: #DB12EF;
}
.TagClassName
{
border-color: #DB12EF;
}
</style>