Shades of Psychedelic Purple #DB10FD
Tints of Psychedelic Purple #DB10FD
RGB
CMYK
RGB Variations
Color information
#DB10FD (or 0xDB10FD) is known color: Psychedelic Purple. HEX triplet: DB, 10 and FD. RGB value is (219,16,253). Sum of RGB (Red+Green+Blue) = 219+16+253=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 16 (6.64% from 255 or 3.28% from 488); Blue value is 253 (99.22% from 255 or 51.84% from 488); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB10FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB10FD is #24EF02. Grayscale: #666666. Windows color (decimal): -2420483 or 16584923. OLE color: 16584923.
HSL color Cylindrical-coordinate representation of color #DB10FD: hue angle of 291.39º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB10FD is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 16 | 253 | - |
| CMYK | 0.13 | 0.94 | 0 | 0.01 |
| HSL | 291.39º | 0.98% | 0.53% | - |
| HSV(B) | 291.39º | 0.94% | 0.99% | - |
| XYZ | 47.13 | 22.52 | 94.79 | - |
| YUV | 103.72 | 212.25 | 210.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 16 | 253 | 0.13 | 0.94 | 0 | 0.01 | 291.39 | 0.98 | 0.53 |
| Hex | DB | 10 | FD | D | 5E | 0 | 1 | 123 | 62 | 35 |
| Octal | 333 | 20 | 375 | 15 | 136 | 0 | 1 | 443 | 142 | 65 |
| Binary | 11011011 | 10000 | 11111101 | 1101 | 1011110 | 0 | 1 | 100100011 | 1100010 | 110101 |
Color Harmonies of #DB10FD
Complementary color
Monochromatic Colors of #DB10FD
Black with #DB10FD
Text Example
Text Example
White with #DB10FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB10FD; }
p { color: rgb(219,16,253); }
H1.HeaderClassName
{
color: #DB10FD;
}
.AnyTagClassName
{
color: #DB10FD;
}
</style>
background-color css
<style>
a { background-color: #DB10FD; }
a { background-color: rgb(219,16,253); }
div.DivClassName
{
background-color: #DB10FD;
}
.BgClassName
{
background-color: #DB10FD;
}
</style>
border-color css
<style>
span { border-color: #DB10FD; }
span { border-color: rgb(219,16,253); }
td.TdClassName
{
border-color: #DB10FD;
}
.TagClassName
{
border-color: #DB10FD;
}
</style>