Shades of Psychedelic Purple #DB02EC
Tints of Psychedelic Purple #DB02EC
RGB
CMYK
RGB Variations
Color information
#DB02EC (or 0xDB02EC) is known color: Psychedelic Purple. HEX triplet: DB, 02 and EC. RGB value is (219,2,236). Sum of RGB (Red+Green+Blue) = 219+2+236=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 2 (1.17% from 255 or 0.44% from 457); Blue value is 236 (92.58% from 255 or 51.64% from 457); Max value from RGB is 236 - color contains mainly: blue. Hex color #DB02EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB02EC is #24FD13. Grayscale: #5C5C5C. Windows color (decimal): -2424084 or 15467227. OLE color: 15467227.
HSL color Cylindrical-coordinate representation of color #DB02EC: hue angle of 295.64º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB02EC is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 2 | 236 | - |
CMYK | 0.07 | 0.99 | 0 | 0.07 |
HSL | 295.64º | 0.98% | 0.47% | - |
HSV(B) | 295.64º | 0.99% | 0.93% | - |
XYZ | 44.38 | 21.16 | 81.1 | - |
YUV | 93.56 | 208.39 | 217.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 2 | 236 | 0.07 | 0.99 | 0 | 0.07 | 295.64 | 0.98 | 0.47 |
Hex | DB | 2 | EC | 7 | 63 | 0 | 7 | 128 | 62 | 2F |
Octal | 333 | 2 | 354 | 7 | 143 | 0 | 7 | 450 | 142 | 57 |
Binary | 11011011 | 10 | 11101100 | 111 | 1100011 | 0 | 111 | 100101000 | 1100010 | 101111 |
Color Harmonies of #DB02EC
Complementary color
Monochromatic Colors of #DB02EC
Black with #DB02EC
Text Example
Text Example
White with #DB02EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB02EC; }
p { color: rgb(219,2,236); }
H1.HeaderClassName
{
color: #DB02EC;
}
.AnyTagClassName
{
color: #DB02EC;
}
</style>
background-color css
<style>
a { background-color: #DB02EC; }
a { background-color: rgb(219,2,236); }
div.DivClassName
{
background-color: #DB02EC;
}
.BgClassName
{
background-color: #DB02EC;
}
</style>
border-color css
<style>
span { border-color: #DB02EC; }
span { border-color: rgb(219,2,236); }
td.TdClassName
{
border-color: #DB02EC;
}
.TagClassName
{
border-color: #DB02EC;
}
</style>