Shades of Psychedelic Purple #DB1CF8
Tints of Psychedelic Purple #DB1CF8
RGB
CMYK
RGB Variations
Color information
#DB1CF8 (or 0xDB1CF8) is known color: Psychedelic Purple. HEX triplet: DB, 1C and F8. RGB value is (219,28,248). Sum of RGB (Red+Green+Blue) = 219+28+248=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 28 (11.33% from 255 or 5.66% from 495); Blue value is 248 (97.27% from 255 or 50.10% from 495); Max value from RGB is 248 - color contains mainly: blue. Hex color #DB1CF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB1CF8 is #24E307. Grayscale: #6D6D6D. Windows color (decimal): -2417416 or 16260315. OLE color: 16260315.
HSL color Cylindrical-coordinate representation of color #DB1CF8: hue angle of 292.09º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB1CF8 is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 28 | 248 | - |
| CMYK | 0.12 | 0.89 | 0 | 0.03 |
| HSL | 292.09º | 0.94% | 0.54% | - |
| HSV(B) | 292.09º | 0.89% | 0.97% | - |
| XYZ | 46.57 | 22.67 | 90.73 | - |
| YUV | 110.19 | 205.78 | 205.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 28 | 248 | 0.12 | 0.89 | 0 | 0.03 | 292.09 | 0.94 | 0.54 |
| Hex | DB | 1C | F8 | C | 59 | 0 | 3 | 124 | 5E | 36 |
| Octal | 333 | 34 | 370 | 14 | 131 | 0 | 3 | 444 | 136 | 66 |
| Binary | 11011011 | 11100 | 11111000 | 1100 | 1011001 | 0 | 11 | 100100100 | 1011110 | 110110 |
Color Harmonies of #DB1CF8
Complementary color
Monochromatic Colors of #DB1CF8
Black with #DB1CF8
Text Example
Text Example
White with #DB1CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1CF8; }
p { color: rgb(219,28,248); }
H1.HeaderClassName
{
color: #DB1CF8;
}
.AnyTagClassName
{
color: #DB1CF8;
}
</style>
background-color css
<style>
a { background-color: #DB1CF8; }
a { background-color: rgb(219,28,248); }
div.DivClassName
{
background-color: #DB1CF8;
}
.BgClassName
{
background-color: #DB1CF8;
}
</style>
border-color css
<style>
span { border-color: #DB1CF8; }
span { border-color: rgb(219,28,248); }
td.TdClassName
{
border-color: #DB1CF8;
}
.TagClassName
{
border-color: #DB1CF8;
}
</style>