Shades of Psychedelic Purple #DB07FD
Tints of Psychedelic Purple #DB07FD
RGB
CMYK
RGB Variations
Color information
#DB07FD (or 0xDB07FD) is known color: Psychedelic Purple. HEX triplet: DB, 07 and FD. RGB value is (219,7,253). Sum of RGB (Red+Green+Blue) = 219+7+253=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 7 (3.12% from 255 or 1.46% from 479); Blue value is 253 (99.22% from 255 or 52.82% from 479); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB07FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB07FD is #24F802. Grayscale: #616161. Windows color (decimal): -2422787 or 16582619. OLE color: 16582619.
HSL color Cylindrical-coordinate representation of color #DB07FD: hue angle of 291.71º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB07FD is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 7 | 253 | - |
| CMYK | 0.13 | 0.97 | 0 | 0.01 |
| HSL | 291.71º | 0.98% | 0.51% | - |
| HSV(B) | 291.71º | 0.97% | 0.99% | - |
| XYZ | 47.02 | 22.3 | 94.76 | - |
| YUV | 98.43 | 215.24 | 214 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 253 | 0.13 | 0.97 | 0 | 0.01 | 291.71 | 0.98 | 0.51 |
| Hex | DB | 7 | FD | D | 61 | 0 | 1 | 124 | 62 | 33 |
| Octal | 333 | 7 | 375 | 15 | 141 | 0 | 1 | 444 | 142 | 63 |
| Binary | 11011011 | 111 | 11111101 | 1101 | 1100001 | 0 | 1 | 100100100 | 1100010 | 110011 |
Color Harmonies of #DB07FD
Complementary color
Monochromatic Colors of #DB07FD
Black with #DB07FD
Text Example
Text Example
White with #DB07FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB07FD; }
p { color: rgb(219,7,253); }
H1.HeaderClassName
{
color: #DB07FD;
}
.AnyTagClassName
{
color: #DB07FD;
}
</style>
background-color css
<style>
a { background-color: #DB07FD; }
a { background-color: rgb(219,7,253); }
div.DivClassName
{
background-color: #DB07FD;
}
.BgClassName
{
background-color: #DB07FD;
}
</style>
border-color css
<style>
span { border-color: #DB07FD; }
span { border-color: rgb(219,7,253); }
td.TdClassName
{
border-color: #DB07FD;
}
.TagClassName
{
border-color: #DB07FD;
}
</style>