Shades of Psychedelic Purple #DB17EA
Tints of Psychedelic Purple #DB17EA
RGB
CMYK
RGB Variations
Color information
#DB17EA (or 0xDB17EA) is known color: Psychedelic Purple. HEX triplet: DB, 17 and EA. RGB value is (219,23,234). Sum of RGB (Red+Green+Blue) = 219+23+234=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 23 (9.38% from 255 or 4.83% from 476); Blue value is 234 (91.80% from 255 or 49.16% from 476); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB17EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB17EA is #24E815. Grayscale: #696969. Windows color (decimal): -2418710 or 15341531. OLE color: 15341531.
HSL color Cylindrical-coordinate representation of color #DB17EA: hue angle of 295.73º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB17EA is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 23 | 234 | - |
| CMYK | 0.06 | 0.90 | 0 | 0.08 |
| HSL | 295.73º | 0.83% | 0.5% | - |
| HSV(B) | 295.73º | 0.9% | 0.92% | - |
| XYZ | 44.37 | 21.61 | 79.68 | - |
| YUV | 105.66 | 200.43 | 208.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 23 | 234 | 0.06 | 0.90 | 0 | 0.08 | 295.73 | 0.83 | 0.5 |
| Hex | DB | 17 | EA | 6 | 5A | 0 | 8 | 128 | 53 | 32 |
| Octal | 333 | 27 | 352 | 6 | 132 | 0 | 10 | 450 | 123 | 62 |
| Binary | 11011011 | 10111 | 11101010 | 110 | 1011010 | 0 | 1000 | 100101000 | 1010011 | 110010 |
Color Harmonies of #DB17EA
Complementary color
Monochromatic Colors of #DB17EA
Black with #DB17EA
Text Example
Text Example
White with #DB17EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB17EA; }
p { color: rgb(219,23,234); }
H1.HeaderClassName
{
color: #DB17EA;
}
.AnyTagClassName
{
color: #DB17EA;
}
</style>
background-color css
<style>
a { background-color: #DB17EA; }
a { background-color: rgb(219,23,234); }
div.DivClassName
{
background-color: #DB17EA;
}
.BgClassName
{
background-color: #DB17EA;
}
</style>
border-color css
<style>
span { border-color: #DB17EA; }
span { border-color: rgb(219,23,234); }
td.TdClassName
{
border-color: #DB17EA;
}
.TagClassName
{
border-color: #DB17EA;
}
</style>