Shades of Psychedelic Purple #DB2FFC
Tints of Psychedelic Purple #DB2FFC
RGB
CMYK
RGB Variations
Color information
#DB2FFC (or 0xDB2FFC) is known color: Psychedelic Purple. HEX triplet: DB, 2F and FC. RGB value is (219,47,252). Sum of RGB (Red+Green+Blue) = 219+47+252=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 47 (18.75% from 255 or 9.07% from 518); Blue value is 252 (98.83% from 255 or 48.65% from 518); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB2FFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB2FFC is #24D003. Grayscale: #797979. Windows color (decimal): -2412548 or 16527323. OLE color: 16527323.
HSL color Cylindrical-coordinate representation of color #DB2FFC: hue angle of 290.34º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB2FFC is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 47 | 252 | - |
| CMYK | 0.13 | 0.81 | 0 | 0.01 |
| HSL | 290.34º | 0.97% | 0.59% | - |
| HSV(B) | 290.34º | 0.81% | 0.99% | - |
| XYZ | 47.8 | 24.12 | 94.23 | - |
| YUV | 121.8 | 201.48 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 47 | 252 | 0.13 | 0.81 | 0 | 0.01 | 290.34 | 0.97 | 0.59 |
| Hex | DB | 2F | FC | D | 51 | 0 | 1 | 122 | 61 | 3B |
| Octal | 333 | 57 | 374 | 15 | 121 | 0 | 1 | 442 | 141 | 73 |
| Binary | 11011011 | 101111 | 11111100 | 1101 | 1010001 | 0 | 1 | 100100010 | 1100001 | 111011 |
Color Harmonies of #DB2FFC
Complementary color
Monochromatic Colors of #DB2FFC
Black with #DB2FFC
Text Example
Text Example
White with #DB2FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2FFC; }
p { color: rgb(219,47,252); }
H1.HeaderClassName
{
color: #DB2FFC;
}
.AnyTagClassName
{
color: #DB2FFC;
}
</style>
background-color css
<style>
a { background-color: #DB2FFC; }
a { background-color: rgb(219,47,252); }
div.DivClassName
{
background-color: #DB2FFC;
}
.BgClassName
{
background-color: #DB2FFC;
}
</style>
border-color css
<style>
span { border-color: #DB2FFC; }
span { border-color: rgb(219,47,252); }
td.TdClassName
{
border-color: #DB2FFC;
}
.TagClassName
{
border-color: #DB2FFC;
}
</style>