Shades of Psychedelic Purple #DB2CFC
Tints of Psychedelic Purple #DB2CFC
RGB
CMYK
RGB Variations
Color information
#DB2CFC (or 0xDB2CFC) is known color: Psychedelic Purple. HEX triplet: DB, 2C and FC. RGB value is (219,44,252). Sum of RGB (Red+Green+Blue) = 219+44+252=515 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.52% from 515); Green value is 44 (17.58% from 255 or 8.54% from 515); Blue value is 252 (98.83% from 255 or 48.93% from 515); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB2CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB2CFC is #24D303. Grayscale: #777777. Windows color (decimal): -2413316 or 16526555. OLE color: 16526555.
HSL color Cylindrical-coordinate representation of color #DB2CFC: hue angle of 290.48º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB2CFC is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 44 | 252 | - |
| CMYK | 0.13 | 0.83 | 0 | 0.01 |
| HSL | 290.48º | 0.97% | 0.58% | - |
| HSV(B) | 290.48º | 0.83% | 0.99% | - |
| XYZ | 47.68 | 23.89 | 94.19 | - |
| YUV | 120.04 | 202.48 | 198.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 44 | 252 | 0.13 | 0.83 | 0 | 0.01 | 290.48 | 0.97 | 0.58 |
| Hex | DB | 2C | FC | D | 53 | 0 | 1 | 122 | 61 | 3A |
| Octal | 333 | 54 | 374 | 15 | 123 | 0 | 1 | 442 | 141 | 72 |
| Binary | 11011011 | 101100 | 11111100 | 1101 | 1010011 | 0 | 1 | 100100010 | 1100001 | 111010 |
Color Harmonies of #DB2CFC
Complementary color
Monochromatic Colors of #DB2CFC
Black with #DB2CFC
Text Example
Text Example
White with #DB2CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2CFC; }
p { color: rgb(219,44,252); }
H1.HeaderClassName
{
color: #DB2CFC;
}
.AnyTagClassName
{
color: #DB2CFC;
}
</style>
background-color css
<style>
a { background-color: #DB2CFC; }
a { background-color: rgb(219,44,252); }
div.DivClassName
{
background-color: #DB2CFC;
}
.BgClassName
{
background-color: #DB2CFC;
}
</style>
border-color css
<style>
span { border-color: #DB2CFC; }
span { border-color: rgb(219,44,252); }
td.TdClassName
{
border-color: #DB2CFC;
}
.TagClassName
{
border-color: #DB2CFC;
}
</style>