Shades of Psychedelic Purple #DB01F1
Tints of Psychedelic Purple #DB01F1
RGB
CMYK
RGB Variations
Color information
#DB01F1 (or 0xDB01F1) is known color: Psychedelic Purple. HEX triplet: DB, 01 and F1. RGB value is (219,1,241). Sum of RGB (Red+Green+Blue) = 219+1+241=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 1 (0.78% from 255 or 0.22% from 461); Blue value is 241 (94.53% from 255 or 52.28% from 461); Max value from RGB is 241 - color contains mainly: blue. Hex color #DB01F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB01F1 is #24FE0E. Grayscale: #5C5C5C. Windows color (decimal): -2424335 or 15794651. OLE color: 15794651.
HSL color Cylindrical-coordinate representation of color #DB01F1: hue angle of 294.5º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB01F1 is Cyan = 0.09, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 1 | 241 | - |
| CMYK | 0.09 | 1.00 | 0 | 0.05 |
| HSL | 294.5º | 0.99% | 0.47% | - |
| HSV(B) | 294.5º | 1% | 0.95% | - |
| XYZ | 45.1 | 21.43 | 84.98 | - |
| YUV | 93.54 | 211.22 | 217.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 1 | 241 | 0.09 | 1.00 | 0 | 0.05 | 294.5 | 0.99 | 0.47 |
| Hex | DB | 1 | F1 | 9 | 64 | 0 | 5 | 126 | 63 | 2F |
| Octal | 333 | 1 | 361 | 11 | 144 | 0 | 5 | 446 | 143 | 57 |
| Binary | 11011011 | 1 | 11110001 | 1001 | 1100100 | 0 | 101 | 100100110 | 1100011 | 101111 |
Color Harmonies of #DB01F1
Complementary color
Monochromatic Colors of #DB01F1
Black with #DB01F1
Text Example
Text Example
White with #DB01F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB01F1; }
p { color: rgb(219,1,241); }
H1.HeaderClassName
{
color: #DB01F1;
}
.AnyTagClassName
{
color: #DB01F1;
}
</style>
background-color css
<style>
a { background-color: #DB01F1; }
a { background-color: rgb(219,1,241); }
div.DivClassName
{
background-color: #DB01F1;
}
.BgClassName
{
background-color: #DB01F1;
}
</style>
border-color css
<style>
span { border-color: #DB01F1; }
span { border-color: rgb(219,1,241); }
td.TdClassName
{
border-color: #DB01F1;
}
.TagClassName
{
border-color: #DB01F1;
}
</style>