Shades of Psychedelic Purple #DB12F6
Tints of Psychedelic Purple #DB12F6
RGB
CMYK
RGB Variations
Color information
#DB12F6 (or 0xDB12F6) is known color: Psychedelic Purple. HEX triplet: DB, 12 and F6. RGB value is (219,18,246). Sum of RGB (Red+Green+Blue) = 219+18+246=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 18 (7.42% from 255 or 3.73% from 483); Blue value is 246 (96.48% from 255 or 50.93% from 483); Max value from RGB is 246 - color contains mainly: blue. Hex color #DB12F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB12F6 is #24ED09. Grayscale: #676767. Windows color (decimal): -2419978 or 16126683. OLE color: 16126683.
HSL color Cylindrical-coordinate representation of color #DB12F6: hue angle of 292.89º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB12F6 is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 18 | 246 | - |
| CMYK | 0.11 | 0.93 | 0 | 0.04 |
| HSL | 292.89º | 0.93% | 0.52% | - |
| HSV(B) | 292.89º | 0.93% | 0.96% | - |
| XYZ | 46.06 | 22.15 | 89.04 | - |
| YUV | 104.09 | 208.09 | 209.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 246 | 0.11 | 0.93 | 0 | 0.04 | 292.89 | 0.93 | 0.52 |
| Hex | DB | 12 | F6 | B | 5D | 0 | 4 | 125 | 5D | 34 |
| Octal | 333 | 22 | 366 | 13 | 135 | 0 | 4 | 445 | 135 | 64 |
| Binary | 11011011 | 10010 | 11110110 | 1011 | 1011101 | 0 | 100 | 100100101 | 1011101 | 110100 |
Color Harmonies of #DB12F6
Complementary color
Monochromatic Colors of #DB12F6
Black with #DB12F6
Text Example
Text Example
White with #DB12F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB12F6; }
p { color: rgb(219,18,246); }
H1.HeaderClassName
{
color: #DB12F6;
}
.AnyTagClassName
{
color: #DB12F6;
}
</style>
background-color css
<style>
a { background-color: #DB12F6; }
a { background-color: rgb(219,18,246); }
div.DivClassName
{
background-color: #DB12F6;
}
.BgClassName
{
background-color: #DB12F6;
}
</style>
border-color css
<style>
span { border-color: #DB12F6; }
span { border-color: rgb(219,18,246); }
td.TdClassName
{
border-color: #DB12F6;
}
.TagClassName
{
border-color: #DB12F6;
}
</style>