Shades of Psychedelic Purple #DB10FB
Tints of Psychedelic Purple #DB10FB
RGB
CMYK
RGB Variations
Color information
#DB10FB (or 0xDB10FB) is known color: Psychedelic Purple. HEX triplet: DB, 10 and FB. RGB value is (219,16,251). Sum of RGB (Red+Green+Blue) = 219+16+251=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 16 (6.64% from 255 or 3.29% from 486); Blue value is 251 (98.44% from 255 or 51.65% from 486); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB10FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB10FB is #24EF04. Grayscale: #666666. Windows color (decimal): -2420485 or 16453851. OLE color: 16453851.
HSL color Cylindrical-coordinate representation of color #DB10FB: hue angle of 291.83º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB10FB is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 16 | 251 | - |
| CMYK | 0.13 | 0.94 | 0 | 0.02 |
| HSL | 291.83º | 0.97% | 0.52% | - |
| HSV(B) | 291.83º | 0.94% | 0.98% | - |
| XYZ | 46.81 | 22.4 | 93.12 | - |
| YUV | 103.49 | 211.25 | 210.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 16 | 251 | 0.13 | 0.94 | 0 | 0.02 | 291.83 | 0.97 | 0.52 |
| Hex | DB | 10 | FB | D | 5E | 0 | 2 | 124 | 61 | 34 |
| Octal | 333 | 20 | 373 | 15 | 136 | 0 | 2 | 444 | 141 | 64 |
| Binary | 11011011 | 10000 | 11111011 | 1101 | 1011110 | 0 | 10 | 100100100 | 1100001 | 110100 |
Color Harmonies of #DB10FB
Complementary color
Monochromatic Colors of #DB10FB
Black with #DB10FB
Text Example
Text Example
White with #DB10FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB10FB; }
p { color: rgb(219,16,251); }
H1.HeaderClassName
{
color: #DB10FB;
}
.AnyTagClassName
{
color: #DB10FB;
}
</style>
background-color css
<style>
a { background-color: #DB10FB; }
a { background-color: rgb(219,16,251); }
div.DivClassName
{
background-color: #DB10FB;
}
.BgClassName
{
background-color: #DB10FB;
}
</style>
border-color css
<style>
span { border-color: #DB10FB; }
span { border-color: rgb(219,16,251); }
td.TdClassName
{
border-color: #DB10FB;
}
.TagClassName
{
border-color: #DB10FB;
}
</style>