Shades of Psychedelic Purple #DB0DFE
Tints of Psychedelic Purple #DB0DFE
RGB
CMYK
RGB Variations
Color information
#DB0DFE (or 0xDB0DFE) is known color: Psychedelic Purple. HEX triplet: DB, 0D and FE. RGB value is (219,13,254). Sum of RGB (Red+Green+Blue) = 219+13+254=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 13 (5.47% from 255 or 2.67% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB0DFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB0DFE is #24F201. Grayscale: #656565. Windows color (decimal): -2421250 or 16649691. OLE color: 16649691.
HSL color Cylindrical-coordinate representation of color #DB0DFE: hue angle of 291.29º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB0DFE is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 13 | 254 | - |
| CMYK | 0.14 | 0.95 | 0 | 0.00 |
| HSL | 291.29º | 0.99% | 0.52% | - |
| HSV(B) | 291.29º | 0.95% | 1% | - |
| XYZ | 47.25 | 22.5 | 95.62 | - |
| YUV | 102.07 | 213.75 | 211.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 13 | 254 | 0.14 | 0.95 | 0 | 0.00 | 291.29 | 0.99 | 0.52 |
| Hex | DB | D | FE | E | 5F | 0 | 0 | 123 | 63 | 34 |
| Octal | 333 | 15 | 376 | 16 | 137 | 0 | 0 | 443 | 143 | 64 |
| Binary | 11011011 | 1101 | 11111110 | 1110 | 1011111 | 0 | 0 | 100100011 | 1100011 | 110100 |
Color Harmonies of #DB0DFE
Complementary color
Monochromatic Colors of #DB0DFE
Black with #DB0DFE
Text Example
Text Example
White with #DB0DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0DFE; }
p { color: rgb(219,13,254); }
H1.HeaderClassName
{
color: #DB0DFE;
}
.AnyTagClassName
{
color: #DB0DFE;
}
</style>
background-color css
<style>
a { background-color: #DB0DFE; }
a { background-color: rgb(219,13,254); }
div.DivClassName
{
background-color: #DB0DFE;
}
.BgClassName
{
background-color: #DB0DFE;
}
</style>
border-color css
<style>
span { border-color: #DB0DFE; }
span { border-color: rgb(219,13,254); }
td.TdClassName
{
border-color: #DB0DFE;
}
.TagClassName
{
border-color: #DB0DFE;
}
</style>