Shades of Psychedelic Purple #DB1CFB
Tints of Psychedelic Purple #DB1CFB
RGB
CMYK
RGB Variations
Color information
#DB1CFB (or 0xDB1CFB) is known color: Psychedelic Purple. HEX triplet: DB, 1C and FB. RGB value is (219,28,251). Sum of RGB (Red+Green+Blue) = 219+28+251=498 (65% of max value = 765). Red value is 219 (85.94% from 255 or 43.98% from 498); Green value is 28 (11.33% from 255 or 5.62% from 498); Blue value is 251 (98.44% from 255 or 50.40% from 498); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB1CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB1CFB is #24E304. Grayscale: #6D6D6D. Windows color (decimal): -2417413 or 16456923. OLE color: 16456923.
HSL color Cylindrical-coordinate representation of color #DB1CFB: hue angle of 291.39º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB1CFB is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 28 | 251 | - |
| CMYK | 0.13 | 0.89 | 0 | 0.02 |
| HSL | 291.39º | 0.97% | 0.55% | - |
| HSV(B) | 291.39º | 0.89% | 0.98% | - |
| XYZ | 47.04 | 22.86 | 93.2 | - |
| YUV | 110.53 | 207.28 | 205.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 28 | 251 | 0.13 | 0.89 | 0 | 0.02 | 291.39 | 0.97 | 0.55 |
| Hex | DB | 1C | FB | D | 59 | 0 | 2 | 123 | 61 | 37 |
| Octal | 333 | 34 | 373 | 15 | 131 | 0 | 2 | 443 | 141 | 67 |
| Binary | 11011011 | 11100 | 11111011 | 1101 | 1011001 | 0 | 10 | 100100011 | 1100001 | 110111 |
Color Harmonies of #DB1CFB
Complementary color
Monochromatic Colors of #DB1CFB
Black with #DB1CFB
Text Example
Text Example
White with #DB1CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1CFB; }
p { color: rgb(219,28,251); }
H1.HeaderClassName
{
color: #DB1CFB;
}
.AnyTagClassName
{
color: #DB1CFB;
}
</style>
background-color css
<style>
a { background-color: #DB1CFB; }
a { background-color: rgb(219,28,251); }
div.DivClassName
{
background-color: #DB1CFB;
}
.BgClassName
{
background-color: #DB1CFB;
}
</style>
border-color css
<style>
span { border-color: #DB1CFB; }
span { border-color: rgb(219,28,251); }
td.TdClassName
{
border-color: #DB1CFB;
}
.TagClassName
{
border-color: #DB1CFB;
}
</style>