Shades of Psychedelic Purple #DB28F6
Tints of Psychedelic Purple #DB28F6
RGB
CMYK
RGB Variations
Color information
#DB28F6 (or 0xDB28F6) is known color: Psychedelic Purple. HEX triplet: DB, 28 and F6. RGB value is (219,40,246). Sum of RGB (Red+Green+Blue) = 219+40+246=505 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.37% from 505); Green value is 40 (16.02% from 255 or 7.92% from 505); Blue value is 246 (96.48% from 255 or 48.71% from 505); Max value from RGB is 246 - color contains mainly: blue. Hex color #DB28F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB28F6 is #24D709. Grayscale: #747474. Windows color (decimal): -2414346 or 16132315. OLE color: 16132315.
HSL color Cylindrical-coordinate representation of color #DB28F6: hue angle of 292.14º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB28F6 is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 40 | 246 | - |
| CMYK | 0.11 | 0.84 | 0 | 0.04 |
| HSL | 292.14º | 0.92% | 0.56% | - |
| HSV(B) | 292.14º | 0.84% | 0.96% | - |
| XYZ | 46.61 | 23.23 | 89.22 | - |
| YUV | 117.01 | 200.8 | 200.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 40 | 246 | 0.11 | 0.84 | 0 | 0.04 | 292.14 | 0.92 | 0.56 |
| Hex | DB | 28 | F6 | B | 54 | 0 | 4 | 124 | 5C | 38 |
| Octal | 333 | 50 | 366 | 13 | 124 | 0 | 4 | 444 | 134 | 70 |
| Binary | 11011011 | 101000 | 11110110 | 1011 | 1010100 | 0 | 100 | 100100100 | 1011100 | 111000 |
Color Harmonies of #DB28F6
Complementary color
Monochromatic Colors of #DB28F6
Black with #DB28F6
Text Example
Text Example
White with #DB28F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB28F6; }
p { color: rgb(219,40,246); }
H1.HeaderClassName
{
color: #DB28F6;
}
.AnyTagClassName
{
color: #DB28F6;
}
</style>
background-color css
<style>
a { background-color: #DB28F6; }
a { background-color: rgb(219,40,246); }
div.DivClassName
{
background-color: #DB28F6;
}
.BgClassName
{
background-color: #DB28F6;
}
</style>
border-color css
<style>
span { border-color: #DB28F6; }
span { border-color: rgb(219,40,246); }
td.TdClassName
{
border-color: #DB28F6;
}
.TagClassName
{
border-color: #DB28F6;
}
</style>