Shades of Psychedelic Purple #DB1CED
Tints of Psychedelic Purple #DB1CED
RGB
CMYK
RGB Variations
Color information
#DB1CED (or 0xDB1CED) is known color: Psychedelic Purple. HEX triplet: DB, 1C and ED. RGB value is (219,28,237). Sum of RGB (Red+Green+Blue) = 219+28+237=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 28 (11.33% from 255 or 5.79% from 484); Blue value is 237 (92.97% from 255 or 48.97% from 484); Max value from RGB is 237 - color contains mainly: blue. Hex color #DB1CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB1CED is #24E312. Grayscale: #6C6C6C. Windows color (decimal): -2417427 or 15539419. OLE color: 15539419.
HSL color Cylindrical-coordinate representation of color #DB1CED: hue angle of 294.83º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB1CED is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 28 | 237 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.07 |
| HSL | 294.83º | 0.85% | 0.52% | - |
| HSV(B) | 294.83º | 0.88% | 0.93% | - |
| XYZ | 44.91 | 22.01 | 82 | - |
| YUV | 108.94 | 200.28 | 206.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 28 | 237 | 0.08 | 0.88 | 0 | 0.07 | 294.83 | 0.85 | 0.52 |
| Hex | DB | 1C | ED | 8 | 58 | 0 | 7 | 127 | 55 | 34 |
| Octal | 333 | 34 | 355 | 10 | 130 | 0 | 7 | 447 | 125 | 64 |
| Binary | 11011011 | 11100 | 11101101 | 1000 | 1011000 | 0 | 111 | 100100111 | 1010101 | 110100 |
Color Harmonies of #DB1CED
Complementary color
Monochromatic Colors of #DB1CED
Black with #DB1CED
Text Example
Text Example
White with #DB1CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1CED; }
p { color: rgb(219,28,237); }
H1.HeaderClassName
{
color: #DB1CED;
}
.AnyTagClassName
{
color: #DB1CED;
}
</style>
background-color css
<style>
a { background-color: #DB1CED; }
a { background-color: rgb(219,28,237); }
div.DivClassName
{
background-color: #DB1CED;
}
.BgClassName
{
background-color: #DB1CED;
}
</style>
border-color css
<style>
span { border-color: #DB1CED; }
span { border-color: rgb(219,28,237); }
td.TdClassName
{
border-color: #DB1CED;
}
.TagClassName
{
border-color: #DB1CED;
}
</style>