Shades of Psychedelic Purple #DB03ED
Tints of Psychedelic Purple #DB03ED
RGB
CMYK
RGB Variations
Color information
#DB03ED (or 0xDB03ED) is known color: Psychedelic Purple. HEX triplet: DB, 03 and ED. RGB value is (219,3,237). Sum of RGB (Red+Green+Blue) = 219+3+237=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 3 (1.56% from 255 or 0.65% from 459); Blue value is 237 (92.97% from 255 or 51.63% from 459); Max value from RGB is 237 - color contains mainly: blue. Hex color #DB03ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB03ED is #24FC12. Grayscale: #5D5D5D. Windows color (decimal): -2423827 or 15533019. OLE color: 15533019.
HSL color Cylindrical-coordinate representation of color #DB03ED: hue angle of 295.38º 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 #DB03ED is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 3 | 237 | - |
| CMYK | 0.08 | 0.99 | 0 | 0.07 |
| HSL | 295.38º | 0.98% | 0.47% | - |
| HSV(B) | 295.38º | 0.99% | 0.93% | - |
| XYZ | 44.53 | 21.24 | 81.87 | - |
| YUV | 94.26 | 208.56 | 216.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 3 | 237 | 0.08 | 0.99 | 0 | 0.07 | 295.38 | 0.98 | 0.47 |
| Hex | DB | 3 | ED | 8 | 63 | 0 | 7 | 127 | 62 | 2F |
| Octal | 333 | 3 | 355 | 10 | 143 | 0 | 7 | 447 | 142 | 57 |
| Binary | 11011011 | 11 | 11101101 | 1000 | 1100011 | 0 | 111 | 100100111 | 1100010 | 101111 |
Color Harmonies of #DB03ED
Complementary color
Monochromatic Colors of #DB03ED
Black with #DB03ED
Text Example
Text Example
White with #DB03ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB03ED; }
p { color: rgb(219,3,237); }
H1.HeaderClassName
{
color: #DB03ED;
}
.AnyTagClassName
{
color: #DB03ED;
}
</style>
background-color css
<style>
a { background-color: #DB03ED; }
a { background-color: rgb(219,3,237); }
div.DivClassName
{
background-color: #DB03ED;
}
.BgClassName
{
background-color: #DB03ED;
}
</style>
border-color css
<style>
span { border-color: #DB03ED; }
span { border-color: rgb(219,3,237); }
td.TdClassName
{
border-color: #DB03ED;
}
.TagClassName
{
border-color: #DB03ED;
}
</style>