Shades of Psychedelic Purple #DB0CFA
Tints of Psychedelic Purple #DB0CFA
RGB
CMYK
RGB Variations
Color information
#DB0CFA (or 0xDB0CFA) is known color: Psychedelic Purple. HEX triplet: DB, 0C and FA. RGB value is (219,12,250). Sum of RGB (Red+Green+Blue) = 219+12+250=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 12 (5.08% from 255 or 2.49% from 481); Blue value is 250 (98.05% from 255 or 51.98% from 481); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB0CFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB0CFA is #24F305. Grayscale: #646464. Windows color (decimal): -2421510 or 16387291. OLE color: 16387291.
HSL color Cylindrical-coordinate representation of color #DB0CFA: hue angle of 292.18º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB0CFA is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 12 | 250 | - |
| CMYK | 0.12 | 0.95 | 0 | 0.02 |
| HSL | 292.18º | 0.96% | 0.51% | - |
| HSV(B) | 292.18º | 0.95% | 0.98% | - |
| XYZ | 46.6 | 22.23 | 92.28 | - |
| YUV | 101.03 | 212.08 | 212.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 12 | 250 | 0.12 | 0.95 | 0 | 0.02 | 292.18 | 0.96 | 0.51 |
| Hex | DB | C | FA | C | 5F | 0 | 2 | 124 | 60 | 33 |
| Octal | 333 | 14 | 372 | 14 | 137 | 0 | 2 | 444 | 140 | 63 |
| Binary | 11011011 | 1100 | 11111010 | 1100 | 1011111 | 0 | 10 | 100100100 | 1100000 | 110011 |
Color Harmonies of #DB0CFA
Complementary color
Monochromatic Colors of #DB0CFA
Black with #DB0CFA
Text Example
Text Example
White with #DB0CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0CFA; }
p { color: rgb(219,12,250); }
H1.HeaderClassName
{
color: #DB0CFA;
}
.AnyTagClassName
{
color: #DB0CFA;
}
</style>
background-color css
<style>
a { background-color: #DB0CFA; }
a { background-color: rgb(219,12,250); }
div.DivClassName
{
background-color: #DB0CFA;
}
.BgClassName
{
background-color: #DB0CFA;
}
</style>
border-color css
<style>
span { border-color: #DB0CFA; }
span { border-color: rgb(219,12,250); }
td.TdClassName
{
border-color: #DB0CFA;
}
.TagClassName
{
border-color: #DB0CFA;
}
</style>