Shades of Psychedelic Purple #DB10EC
Tints of Psychedelic Purple #DB10EC
RGB
CMYK
RGB Variations
Color information
#DB10EC (or 0xDB10EC) is known color: Psychedelic Purple. HEX triplet: DB, 10 and EC. RGB value is (219,16,236). Sum of RGB (Red+Green+Blue) = 219+16+236=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 16 (6.64% from 255 or 3.40% from 471); Blue value is 236 (92.58% from 255 or 50.11% from 471); Max value from RGB is 236 - color contains mainly: blue. Hex color #DB10EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB10EC is #24EF13. Grayscale: #656565. Windows color (decimal): -2420500 or 15470811. OLE color: 15470811.
HSL color Cylindrical-coordinate representation of color #DB10EC: hue angle of 295.36º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB10EC is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 16 | 236 | - |
| CMYK | 0.07 | 0.93 | 0 | 0.07 |
| HSL | 295.36º | 0.87% | 0.49% | - |
| HSV(B) | 295.36º | 0.93% | 0.93% | - |
| XYZ | 44.54 | 21.49 | 81.16 | - |
| YUV | 101.78 | 203.75 | 211.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 16 | 236 | 0.07 | 0.93 | 0 | 0.07 | 295.36 | 0.87 | 0.49 |
| Hex | DB | 10 | EC | 7 | 5D | 0 | 7 | 127 | 57 | 31 |
| Octal | 333 | 20 | 354 | 7 | 135 | 0 | 7 | 447 | 127 | 61 |
| Binary | 11011011 | 10000 | 11101100 | 111 | 1011101 | 0 | 111 | 100100111 | 1010111 | 110001 |
Color Harmonies of #DB10EC
Complementary color
Monochromatic Colors of #DB10EC
Black with #DB10EC
Text Example
Text Example
White with #DB10EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB10EC; }
p { color: rgb(219,16,236); }
H1.HeaderClassName
{
color: #DB10EC;
}
.AnyTagClassName
{
color: #DB10EC;
}
</style>
background-color css
<style>
a { background-color: #DB10EC; }
a { background-color: rgb(219,16,236); }
div.DivClassName
{
background-color: #DB10EC;
}
.BgClassName
{
background-color: #DB10EC;
}
</style>
border-color css
<style>
span { border-color: #DB10EC; }
span { border-color: rgb(219,16,236); }
td.TdClassName
{
border-color: #DB10EC;
}
.TagClassName
{
border-color: #DB10EC;
}
</style>