Shades of Psychedelic Purple #DB12FD
Tints of Psychedelic Purple #DB12FD
RGB
CMYK
RGB Variations
Color information
#DB12FD (or 0xDB12FD) is known color: Psychedelic Purple. HEX triplet: DB, 12 and FD. RGB value is (219,18,253). Sum of RGB (Red+Green+Blue) = 219+18+253=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 18 (7.42% from 255 or 3.67% from 490); Blue value is 253 (99.22% from 255 or 51.63% from 490); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB12FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB12FD is #24ED02. Grayscale: #686868. Windows color (decimal): -2419971 or 16585435. OLE color: 16585435.
HSL color Cylindrical-coordinate representation of color #DB12FD: hue angle of 291.32º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB12FD is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 219 | 18 | 253 | - |
CMYK | 0.13 | 0.93 | 0 | 0.01 |
HSL | 291.32º | 0.98% | 0.53% | - |
HSV(B) | 291.32º | 0.93% | 0.99% | - |
XYZ | 47.16 | 22.58 | 94.8 | - |
YUV | 104.89 | 211.59 | 209.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 18 | 253 | 0.13 | 0.93 | 0 | 0.01 | 291.32 | 0.98 | 0.53 |
Hex | DB | 12 | FD | D | 5D | 0 | 1 | 123 | 62 | 35 |
Octal | 333 | 22 | 375 | 15 | 135 | 0 | 1 | 443 | 142 | 65 |
Binary | 11011011 | 10010 | 11111101 | 1101 | 1011101 | 0 | 1 | 100100011 | 1100010 | 110101 |
Color Harmonies of #DB12FD
Complementary color
Monochromatic Colors of #DB12FD
Black with #DB12FD
Text Example
Text Example
White with #DB12FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB12FD; }
p { color: rgb(219,18,253); }
H1.HeaderClassName
{
color: #DB12FD;
}
.AnyTagClassName
{
color: #DB12FD;
}
</style>
background-color css
<style>
a { background-color: #DB12FD; }
a { background-color: rgb(219,18,253); }
div.DivClassName
{
background-color: #DB12FD;
}
.BgClassName
{
background-color: #DB12FD;
}
</style>
border-color css
<style>
span { border-color: #DB12FD; }
span { border-color: rgb(219,18,253); }
td.TdClassName
{
border-color: #DB12FD;
}
.TagClassName
{
border-color: #DB12FD;
}
</style>