Shades of Psychedelic Purple #DB02F3
Tints of Psychedelic Purple #DB02F3
RGB
CMYK
RGB Variations
Color information
#DB02F3 (or 0xDB02F3) is known color: Psychedelic Purple. HEX triplet: DB, 02 and F3. RGB value is (219,2,243). Sum of RGB (Red+Green+Blue) = 219+2+243=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 2 (1.17% from 255 or 0.43% from 464); Blue value is 243 (95.31% from 255 or 52.37% from 464); Max value from RGB is 243 - color contains mainly: blue. Hex color #DB02F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB02F3 is #24FD0C. Grayscale: #5D5D5D. Windows color (decimal): -2424077 or 15925979. OLE color: 15925979.
HSL color Cylindrical-coordinate representation of color #DB02F3: hue angle of 294.02º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB02F3 is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 2 | 243 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.05 |
| HSL | 294.02º | 0.98% | 0.48% | - |
| HSV(B) | 294.02º | 0.99% | 0.95% | - |
| XYZ | 45.41 | 21.57 | 86.56 | - |
| YUV | 94.36 | 211.89 | 216.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 2 | 243 | 0.10 | 0.99 | 0 | 0.05 | 294.02 | 0.98 | 0.48 |
| Hex | DB | 2 | F3 | A | 63 | 0 | 5 | 126 | 62 | 30 |
| Octal | 333 | 2 | 363 | 12 | 143 | 0 | 5 | 446 | 142 | 60 |
| Binary | 11011011 | 10 | 11110011 | 1010 | 1100011 | 0 | 101 | 100100110 | 1100010 | 110000 |
Color Harmonies of #DB02F3
Complementary color
Monochromatic Colors of #DB02F3
Black with #DB02F3
Text Example
Text Example
White with #DB02F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB02F3; }
p { color: rgb(219,2,243); }
H1.HeaderClassName
{
color: #DB02F3;
}
.AnyTagClassName
{
color: #DB02F3;
}
</style>
background-color css
<style>
a { background-color: #DB02F3; }
a { background-color: rgb(219,2,243); }
div.DivClassName
{
background-color: #DB02F3;
}
.BgClassName
{
background-color: #DB02F3;
}
</style>
border-color css
<style>
span { border-color: #DB02F3; }
span { border-color: rgb(219,2,243); }
td.TdClassName
{
border-color: #DB02F3;
}
.TagClassName
{
border-color: #DB02F3;
}
</style>