Shades of Psychedelic Purple #DB00FD
Tints of Psychedelic Purple #DB00FD
RGB
CMYK
RGB Variations
Color information
#DB00FD (or 0xDB00FD) is known color: Psychedelic Purple. HEX triplet: DB, 00 and FD. RGB value is (219,0,253). Sum of RGB (Red+Green+Blue) = 219+0+253=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 0 (0.39% from 255 or 0% from 472); Blue value is 253 (99.22% from 255 or 53.60% from 472); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB00FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB00FD is #24FF02. Grayscale: #5D5D5D. Windows color (decimal): -2424579 or 16580827. OLE color: 16580827.
HSL color Cylindrical-coordinate representation of color #DB00FD: hue angle of 291.94º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB00FD is Cyan = 0.13, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 0 | 253 | - |
| CMYK | 0.13 | 1 | 0 | 0.01 |
| HSL | 291.94º | 1% | 0.5% | - |
| HSV(B) | 291.94º | 1% | 0.99% | - |
| XYZ | 46.94 | 22.15 | 94.73 | - |
| YUV | 94.32 | 217.55 | 216.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 253 | 0.13 | 1 | 0 | 0.01 | 291.94 | 1 | 0.5 |
| Hex | DB | 0 | FD | D | 64 | 0 | 1 | 124 | 64 | 32 |
| Octal | 333 | 0 | 375 | 15 | 144 | 0 | 1 | 444 | 144 | 62 |
| Binary | 11011011 | 0 | 11111101 | 1101 | 1100100 | 0 | 1 | 100100100 | 1100100 | 110010 |
Color Harmonies of #DB00FD
Complementary color
Monochromatic Colors of #DB00FD
Black with #DB00FD
Text Example
Text Example
White with #DB00FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB00FD; }
p { color: rgb(219,0,253); }
H1.HeaderClassName
{
color: #DB00FD;
}
.AnyTagClassName
{
color: #DB00FD;
}
</style>
background-color css
<style>
a { background-color: #DB00FD; }
a { background-color: rgb(219,0,253); }
div.DivClassName
{
background-color: #DB00FD;
}
.BgClassName
{
background-color: #DB00FD;
}
</style>
border-color css
<style>
span { border-color: #DB00FD; }
span { border-color: rgb(219,0,253); }
td.TdClassName
{
border-color: #DB00FD;
}
.TagClassName
{
border-color: #DB00FD;
}
</style>