Shades of Psychedelic Purple #DB0DEF
Tints of Psychedelic Purple #DB0DEF
RGB
CMYK
RGB Variations
Color information
#DB0DEF (or 0xDB0DEF) is known color: Psychedelic Purple. HEX triplet: DB, 0D and EF. RGB value is (219,13,239). Sum of RGB (Red+Green+Blue) = 219+13+239=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 13 (5.47% from 255 or 2.76% from 471); Blue value is 239 (93.75% from 255 or 50.74% from 471); Max value from RGB is 239 - color contains mainly: blue. Hex color #DB0DEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB0DEF is #24F210. Grayscale: #636363. Windows color (decimal): -2421265 or 15666651. OLE color: 15666651.
HSL color Cylindrical-coordinate representation of color #DB0DEF: hue angle of 294.69º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB0DEF is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 13 | 239 | - |
| CMYK | 0.08 | 0.95 | 0 | 0.06 |
| HSL | 294.69º | 0.9% | 0.49% | - |
| HSV(B) | 294.69º | 0.95% | 0.94% | - |
| XYZ | 44.94 | 21.58 | 83.46 | - |
| YUV | 100.36 | 206.25 | 212.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 13 | 239 | 0.08 | 0.95 | 0 | 0.06 | 294.69 | 0.9 | 0.49 |
| Hex | DB | D | EF | 8 | 5F | 0 | 6 | 127 | 5A | 31 |
| Octal | 333 | 15 | 357 | 10 | 137 | 0 | 6 | 447 | 132 | 61 |
| Binary | 11011011 | 1101 | 11101111 | 1000 | 1011111 | 0 | 110 | 100100111 | 1011010 | 110001 |
Color Harmonies of #DB0DEF
Complementary color
Monochromatic Colors of #DB0DEF
Black with #DB0DEF
Text Example
Text Example
White with #DB0DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0DEF; }
p { color: rgb(219,13,239); }
H1.HeaderClassName
{
color: #DB0DEF;
}
.AnyTagClassName
{
color: #DB0DEF;
}
</style>
background-color css
<style>
a { background-color: #DB0DEF; }
a { background-color: rgb(219,13,239); }
div.DivClassName
{
background-color: #DB0DEF;
}
.BgClassName
{
background-color: #DB0DEF;
}
</style>
border-color css
<style>
span { border-color: #DB0DEF; }
span { border-color: rgb(219,13,239); }
td.TdClassName
{
border-color: #DB0DEF;
}
.TagClassName
{
border-color: #DB0DEF;
}
</style>