Shades of Psychedelic Purple #DB13FD
Tints of Psychedelic Purple #DB13FD
RGB
CMYK
RGB Variations
Color information
#DB13FD (or 0xDB13FD) is known color: Psychedelic Purple. HEX triplet: DB, 13 and FD. RGB value is (219,19,253). Sum of RGB (Red+Green+Blue) = 219+19+253=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 19 (7.81% from 255 or 3.87% from 491); Blue value is 253 (99.22% from 255 or 51.53% from 491); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB13FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB13FD is #24EC02. Grayscale: #686868. Windows color (decimal): -2419715 or 16585691. OLE color: 16585691.
HSL color Cylindrical-coordinate representation of color #DB13FD: hue angle of 291.28º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB13FD is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 19 | 253 | - |
| CMYK | 0.13 | 0.92 | 0 | 0.01 |
| HSL | 291.28º | 0.98% | 0.53% | - |
| HSV(B) | 291.28º | 0.92% | 0.99% | - |
| XYZ | 47.18 | 22.62 | 94.81 | - |
| YUV | 105.48 | 211.26 | 208.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 19 | 253 | 0.13 | 0.92 | 0 | 0.01 | 291.28 | 0.98 | 0.53 |
| Hex | DB | 13 | FD | D | 5C | 0 | 1 | 123 | 62 | 35 |
| Octal | 333 | 23 | 375 | 15 | 134 | 0 | 1 | 443 | 142 | 65 |
| Binary | 11011011 | 10011 | 11111101 | 1101 | 1011100 | 0 | 1 | 100100011 | 1100010 | 110101 |
Color Harmonies of #DB13FD
Complementary color
Monochromatic Colors of #DB13FD
Black with #DB13FD
Text Example
Text Example
White with #DB13FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB13FD; }
p { color: rgb(219,19,253); }
H1.HeaderClassName
{
color: #DB13FD;
}
.AnyTagClassName
{
color: #DB13FD;
}
</style>
background-color css
<style>
a { background-color: #DB13FD; }
a { background-color: rgb(219,19,253); }
div.DivClassName
{
background-color: #DB13FD;
}
.BgClassName
{
background-color: #DB13FD;
}
</style>
border-color css
<style>
span { border-color: #DB13FD; }
span { border-color: rgb(219,19,253); }
td.TdClassName
{
border-color: #DB13FD;
}
.TagClassName
{
border-color: #DB13FD;
}
</style>