Shades of Psychedelic Purple #DB0CEA
Tints of Psychedelic Purple #DB0CEA
RGB
CMYK
RGB Variations
Color information
#DB0CEA (or 0xDB0CEA) is known color: Psychedelic Purple. HEX triplet: DB, 0C and EA. RGB value is (219,12,234). Sum of RGB (Red+Green+Blue) = 219+12+234=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 12 (5.08% from 255 or 2.58% from 465); Blue value is 234 (91.80% from 255 or 50.32% from 465); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB0CEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB0CEA is #24F315. Grayscale: #626262. Windows color (decimal): -2421526 or 15338715. OLE color: 15338715.
HSL color Cylindrical-coordinate representation of color #DB0CEA: hue angle of 295.95º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB0CEA is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 12 | 234 | - |
| CMYK | 0.06 | 0.95 | 0 | 0.08 |
| HSL | 295.95º | 0.9% | 0.48% | - |
| HSV(B) | 295.95º | 0.95% | 0.92% | - |
| XYZ | 44.2 | 21.26 | 79.62 | - |
| YUV | 99.2 | 204.08 | 213.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 12 | 234 | 0.06 | 0.95 | 0 | 0.08 | 295.95 | 0.9 | 0.48 |
| Hex | DB | C | EA | 6 | 5F | 0 | 8 | 128 | 5A | 30 |
| Octal | 333 | 14 | 352 | 6 | 137 | 0 | 10 | 450 | 132 | 60 |
| Binary | 11011011 | 1100 | 11101010 | 110 | 1011111 | 0 | 1000 | 100101000 | 1011010 | 110000 |
Color Harmonies of #DB0CEA
Complementary color
Monochromatic Colors of #DB0CEA
Black with #DB0CEA
Text Example
Text Example
White with #DB0CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0CEA; }
p { color: rgb(219,12,234); }
H1.HeaderClassName
{
color: #DB0CEA;
}
.AnyTagClassName
{
color: #DB0CEA;
}
</style>
background-color css
<style>
a { background-color: #DB0CEA; }
a { background-color: rgb(219,12,234); }
div.DivClassName
{
background-color: #DB0CEA;
}
.BgClassName
{
background-color: #DB0CEA;
}
</style>
border-color css
<style>
span { border-color: #DB0CEA; }
span { border-color: rgb(219,12,234); }
td.TdClassName
{
border-color: #DB0CEA;
}
.TagClassName
{
border-color: #DB0CEA;
}
</style>