Shades of Psychedelic Purple #DB0BFD
Tints of Psychedelic Purple #DB0BFD
RGB
CMYK
RGB Variations
Color information
#DB0BFD (or 0xDB0BFD) is known color: Psychedelic Purple. HEX triplet: DB, 0B and FD. RGB value is (219,11,253). Sum of RGB (Red+Green+Blue) = 219+11+253=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 11 (4.69% from 255 or 2.28% from 483); Blue value is 253 (99.22% from 255 or 52.38% from 483); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB0BFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB0BFD is #24F402. Grayscale: #646464. Windows color (decimal): -2421763 or 16583643. OLE color: 16583643.
HSL color Cylindrical-coordinate representation of color #DB0BFD: hue angle of 291.57º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB0BFD is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 11 | 253 | - |
| CMYK | 0.13 | 0.96 | 0 | 0.01 |
| HSL | 291.57º | 0.98% | 0.52% | - |
| HSV(B) | 291.57º | 0.96% | 0.99% | - |
| XYZ | 47.06 | 22.39 | 94.77 | - |
| YUV | 100.78 | 213.91 | 212.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 11 | 253 | 0.13 | 0.96 | 0 | 0.01 | 291.57 | 0.98 | 0.52 |
| Hex | DB | B | FD | D | 60 | 0 | 1 | 124 | 62 | 34 |
| Octal | 333 | 13 | 375 | 15 | 140 | 0 | 1 | 444 | 142 | 64 |
| Binary | 11011011 | 1011 | 11111101 | 1101 | 1100000 | 0 | 1 | 100100100 | 1100010 | 110100 |
Color Harmonies of #DB0BFD
Complementary color
Monochromatic Colors of #DB0BFD
Black with #DB0BFD
Text Example
Text Example
White with #DB0BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0BFD; }
p { color: rgb(219,11,253); }
H1.HeaderClassName
{
color: #DB0BFD;
}
.AnyTagClassName
{
color: #DB0BFD;
}
</style>
background-color css
<style>
a { background-color: #DB0BFD; }
a { background-color: rgb(219,11,253); }
div.DivClassName
{
background-color: #DB0BFD;
}
.BgClassName
{
background-color: #DB0BFD;
}
</style>
border-color css
<style>
span { border-color: #DB0BFD; }
span { border-color: rgb(219,11,253); }
td.TdClassName
{
border-color: #DB0BFD;
}
.TagClassName
{
border-color: #DB0BFD;
}
</style>