Shades of Psychedelic Purple #DB10FC
Tints of Psychedelic Purple #DB10FC
RGB
CMYK
RGB Variations
Color information
#DB10FC (or 0xDB10FC) is known color: Psychedelic Purple. HEX triplet: DB, 10 and FC. RGB value is (219,16,252). Sum of RGB (Red+Green+Blue) = 219+16+252=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 16 (6.64% from 255 or 3.29% from 487); Blue value is 252 (98.83% from 255 or 51.75% from 487); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB10FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB10FC is #24EF03. Grayscale: #666666. Windows color (decimal): -2420484 or 16519387. OLE color: 16519387.
HSL color Cylindrical-coordinate representation of color #DB10FC: hue angle of 291.61º 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 #DB10FC is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 16 | 252 | - |
| CMYK | 0.13 | 0.94 | 0 | 0.01 |
| HSL | 291.61º | 0.98% | 0.53% | - |
| HSV(B) | 291.61º | 0.94% | 0.99% | - |
| XYZ | 46.97 | 22.46 | 93.95 | - |
| YUV | 103.6 | 211.75 | 210.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 16 | 252 | 0.13 | 0.94 | 0 | 0.01 | 291.61 | 0.98 | 0.53 |
| Hex | DB | 10 | FC | D | 5E | 0 | 1 | 124 | 62 | 35 |
| Octal | 333 | 20 | 374 | 15 | 136 | 0 | 1 | 444 | 142 | 65 |
| Binary | 11011011 | 10000 | 11111100 | 1101 | 1011110 | 0 | 1 | 100100100 | 1100010 | 110101 |
Color Harmonies of #DB10FC
Complementary color
Monochromatic Colors of #DB10FC
Black with #DB10FC
Text Example
Text Example
White with #DB10FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB10FC; }
p { color: rgb(219,16,252); }
H1.HeaderClassName
{
color: #DB10FC;
}
.AnyTagClassName
{
color: #DB10FC;
}
</style>
background-color css
<style>
a { background-color: #DB10FC; }
a { background-color: rgb(219,16,252); }
div.DivClassName
{
background-color: #DB10FC;
}
.BgClassName
{
background-color: #DB10FC;
}
</style>
border-color css
<style>
span { border-color: #DB10FC; }
span { border-color: rgb(219,16,252); }
td.TdClassName
{
border-color: #DB10FC;
}
.TagClassName
{
border-color: #DB10FC;
}
</style>