Shades of Psychedelic Purple #DB1CFF
Tints of Psychedelic Purple #DB1CFF
RGB
CMYK
RGB Variations
Color information
#DB1CFF (or 0xDB1CFF) is known color: Psychedelic Purple. HEX triplet: DB, 1C and FF. RGB value is (219,28,255). Sum of RGB (Red+Green+Blue) = 219+28+255=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 28 (11.33% from 255 or 5.58% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB1CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB1CFF is #24E300. Grayscale: #6E6E6E. Windows color (decimal): -2417409 or 16719067. OLE color: 16719067.
HSL color Cylindrical-coordinate representation of color #DB1CFF: hue angle of 290.48º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB1CFF is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 28 | 255 | - |
| CMYK | 0.14 | 0.89 | 0 | 0 |
| HSL | 290.48º | 1% | 0.55% | - |
| HSV(B) | 290.48º | 0.89% | 1% | - |
| XYZ | 47.68 | 23.11 | 96.56 | - |
| YUV | 110.99 | 209.28 | 205.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 28 | 255 | 0.14 | 0.89 | 0 | 0 | 290.48 | 1 | 0.55 |
| Hex | DB | 1C | FF | E | 59 | 0 | 0 | 122 | 64 | 37 |
| Octal | 333 | 34 | 377 | 16 | 131 | 0 | 0 | 442 | 144 | 67 |
| Binary | 11011011 | 11100 | 11111111 | 1110 | 1011001 | 0 | 0 | 100100010 | 1100100 | 110111 |
Color Harmonies of #DB1CFF
Complementary color
Monochromatic Colors of #DB1CFF
Black with #DB1CFF
Text Example
Text Example
White with #DB1CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1CFF; }
p { color: rgb(219,28,255); }
H1.HeaderClassName
{
color: #DB1CFF;
}
.AnyTagClassName
{
color: #DB1CFF;
}
</style>
background-color css
<style>
a { background-color: #DB1CFF; }
a { background-color: rgb(219,28,255); }
div.DivClassName
{
background-color: #DB1CFF;
}
.BgClassName
{
background-color: #DB1CFF;
}
</style>
border-color css
<style>
span { border-color: #DB1CFF; }
span { border-color: rgb(219,28,255); }
td.TdClassName
{
border-color: #DB1CFF;
}
.TagClassName
{
border-color: #DB1CFF;
}
</style>