Shades of Psychedelic Purple #DB0AF8
Tints of Psychedelic Purple #DB0AF8
RGB
CMYK
RGB Variations
Color information
#DB0AF8 (or 0xDB0AF8) is known color: Psychedelic Purple. HEX triplet: DB, 0A and F8. RGB value is (219,10,248). Sum of RGB (Red+Green+Blue) = 219+10+248=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 10 (4.30% from 255 or 2.10% from 477); Blue value is 248 (97.27% from 255 or 51.99% from 477); Max value from RGB is 248 - color contains mainly: blue. Hex color #DB0AF8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB0AF8 is #24F507. Grayscale: #626262. Windows color (decimal): -2422024 or 16255707. OLE color: 16255707.
HSL color Cylindrical-coordinate representation of color #DB0AF8: hue angle of 292.69º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB0AF8 is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 10 | 248 | - |
| CMYK | 0.12 | 0.96 | 0 | 0.03 |
| HSL | 292.69º | 0.94% | 0.51% | - |
| HSV(B) | 292.69º | 0.96% | 0.97% | - |
| XYZ | 46.27 | 22.05 | 90.63 | - |
| YUV | 99.62 | 211.74 | 213.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 10 | 248 | 0.12 | 0.96 | 0 | 0.03 | 292.69 | 0.94 | 0.51 |
| Hex | DB | A | F8 | C | 60 | 0 | 3 | 125 | 5E | 33 |
| Octal | 333 | 12 | 370 | 14 | 140 | 0 | 3 | 445 | 136 | 63 |
| Binary | 11011011 | 1010 | 11111000 | 1100 | 1100000 | 0 | 11 | 100100101 | 1011110 | 110011 |
Color Harmonies of #DB0AF8
Complementary color
Monochromatic Colors of #DB0AF8
Black with #DB0AF8
Text Example
Text Example
White with #DB0AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0AF8; }
p { color: rgb(219,10,248); }
H1.HeaderClassName
{
color: #DB0AF8;
}
.AnyTagClassName
{
color: #DB0AF8;
}
</style>
background-color css
<style>
a { background-color: #DB0AF8; }
a { background-color: rgb(219,10,248); }
div.DivClassName
{
background-color: #DB0AF8;
}
.BgClassName
{
background-color: #DB0AF8;
}
</style>
border-color css
<style>
span { border-color: #DB0AF8; }
span { border-color: rgb(219,10,248); }
td.TdClassName
{
border-color: #DB0AF8;
}
.TagClassName
{
border-color: #DB0AF8;
}
</style>