Shades of Psychedelic Purple #DB02EE
Tints of Psychedelic Purple #DB02EE
RGB
CMYK
RGB Variations
Color information
#DB02EE (or 0xDB02EE) is known color: Psychedelic Purple. HEX triplet: DB, 02 and EE. RGB value is (219,2,238). Sum of RGB (Red+Green+Blue) = 219+2+238=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 2 (1.17% from 255 or 0.44% from 459); Blue value is 238 (93.36% from 255 or 51.85% from 459); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB02EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB02EE is #24FD11. Grayscale: #5D5D5D. Windows color (decimal): -2424082 or 15598299. OLE color: 15598299.
HSL color Cylindrical-coordinate representation of color #DB02EE: hue angle of 295.17º 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 #DB02EE is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 2 | 238 | - |
| CMYK | 0.08 | 0.99 | 0 | 0.07 |
| HSL | 295.17º | 0.98% | 0.47% | - |
| HSV(B) | 295.17º | 0.99% | 0.93% | - |
| XYZ | 44.67 | 21.28 | 82.64 | - |
| YUV | 93.79 | 209.39 | 217.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 2 | 238 | 0.08 | 0.99 | 0 | 0.07 | 295.17 | 0.98 | 0.47 |
| Hex | DB | 2 | EE | 8 | 63 | 0 | 7 | 127 | 62 | 2F |
| Octal | 333 | 2 | 356 | 10 | 143 | 0 | 7 | 447 | 142 | 57 |
| Binary | 11011011 | 10 | 11101110 | 1000 | 1100011 | 0 | 111 | 100100111 | 1100010 | 101111 |
Color Harmonies of #DB02EE
Complementary color
Monochromatic Colors of #DB02EE
Black with #DB02EE
Text Example
Text Example
White with #DB02EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB02EE; }
p { color: rgb(219,2,238); }
H1.HeaderClassName
{
color: #DB02EE;
}
.AnyTagClassName
{
color: #DB02EE;
}
</style>
background-color css
<style>
a { background-color: #DB02EE; }
a { background-color: rgb(219,2,238); }
div.DivClassName
{
background-color: #DB02EE;
}
.BgClassName
{
background-color: #DB02EE;
}
</style>
border-color css
<style>
span { border-color: #DB02EE; }
span { border-color: rgb(219,2,238); }
td.TdClassName
{
border-color: #DB02EE;
}
.TagClassName
{
border-color: #DB02EE;
}
</style>