Shades of Psychedelic Purple #DB28FC
Tints of Psychedelic Purple #DB28FC
RGB
CMYK
RGB Variations
Color information
#DB28FC (or 0xDB28FC) is known color: Psychedelic Purple. HEX triplet: DB, 28 and FC. RGB value is (219,40,252). Sum of RGB (Red+Green+Blue) = 219+40+252=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 40 (16.02% from 255 or 7.83% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB28FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB28FC is #24D703. Grayscale: #757575. Windows color (decimal): -2414340 or 16525531. OLE color: 16525531.
HSL color Cylindrical-coordinate representation of color #DB28FC: hue angle of 290.66º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB28FC is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 219 | 40 | 252 | - |
CMYK | 0.13 | 0.84 | 0 | 0.01 |
HSL | 290.66º | 0.97% | 0.57% | - |
HSV(B) | 290.66º | 0.84% | 0.99% | - |
XYZ | 47.54 | 23.61 | 94.15 | - |
YUV | 117.69 | 203.8 | 200.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 40 | 252 | 0.13 | 0.84 | 0 | 0.01 | 290.66 | 0.97 | 0.57 |
Hex | DB | 28 | FC | D | 54 | 0 | 1 | 123 | 61 | 39 |
Octal | 333 | 50 | 374 | 15 | 124 | 0 | 1 | 443 | 141 | 71 |
Binary | 11011011 | 101000 | 11111100 | 1101 | 1010100 | 0 | 1 | 100100011 | 1100001 | 111001 |
Color Harmonies of #DB28FC
Complementary color
Monochromatic Colors of #DB28FC
Black with #DB28FC
Text Example
Text Example
White with #DB28FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB28FC; }
p { color: rgb(219,40,252); }
H1.HeaderClassName
{
color: #DB28FC;
}
.AnyTagClassName
{
color: #DB28FC;
}
</style>
background-color css
<style>
a { background-color: #DB28FC; }
a { background-color: rgb(219,40,252); }
div.DivClassName
{
background-color: #DB28FC;
}
.BgClassName
{
background-color: #DB28FC;
}
</style>
border-color css
<style>
span { border-color: #DB28FC; }
span { border-color: rgb(219,40,252); }
td.TdClassName
{
border-color: #DB28FC;
}
.TagClassName
{
border-color: #DB28FC;
}
</style>