Shades of Psychedelic Purple #DB00F3
Tints of Psychedelic Purple #DB00F3
RGB
CMYK
RGB Variations
Color information
#DB00F3 (or 0xDB00F3) is known color: Psychedelic Purple. HEX triplet: DB, 00 and F3. RGB value is (219,0,243). Sum of RGB (Red+Green+Blue) = 219+0+243=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 0 (0.39% from 255 or 0% from 462); Blue value is 243 (95.31% from 255 or 52.60% from 462); Max value from RGB is 243 - color contains mainly: blue. Hex color #DB00F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB00F3 is #24FF0C. Grayscale: #5C5C5C. Windows color (decimal): -2424589 or 15925467. OLE color: 15925467.
HSL color Cylindrical-coordinate representation of color #DB00F3: hue angle of 294.07º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB00F3 is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 0 | 243 | - |
| CMYK | 0.10 | 1 | 0 | 0.05 |
| HSL | 294.07º | 1% | 0.48% | - |
| HSV(B) | 294.07º | 1% | 0.95% | - |
| XYZ | 45.39 | 21.53 | 86.56 | - |
| YUV | 93.18 | 212.55 | 217.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 243 | 0.10 | 1 | 0 | 0.05 | 294.07 | 1 | 0.48 |
| Hex | DB | 0 | F3 | A | 64 | 0 | 5 | 126 | 64 | 30 |
| Octal | 333 | 0 | 363 | 12 | 144 | 0 | 5 | 446 | 144 | 60 |
| Binary | 11011011 | 0 | 11110011 | 1010 | 1100100 | 0 | 101 | 100100110 | 1100100 | 110000 |
Color Harmonies of #DB00F3
Complementary color
Monochromatic Colors of #DB00F3
Black with #DB00F3
Text Example
Text Example
White with #DB00F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB00F3; }
p { color: rgb(219,0,243); }
H1.HeaderClassName
{
color: #DB00F3;
}
.AnyTagClassName
{
color: #DB00F3;
}
</style>
background-color css
<style>
a { background-color: #DB00F3; }
a { background-color: rgb(219,0,243); }
div.DivClassName
{
background-color: #DB00F3;
}
.BgClassName
{
background-color: #DB00F3;
}
</style>
border-color css
<style>
span { border-color: #DB00F3; }
span { border-color: rgb(219,0,243); }
td.TdClassName
{
border-color: #DB00F3;
}
.TagClassName
{
border-color: #DB00F3;
}
</style>