Shades of Psychedelic Purple #D91BE5
Tints of Psychedelic Purple #D91BE5
RGB
CMYK
RGB Variations
Color information
#D91BE5 (or 0xD91BE5) is known color: Psychedelic Purple. HEX triplet: D9, 1B and E5. RGB value is (217,27,229). Sum of RGB (Red+Green+Blue) = 217+27+229=473 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.88% from 473); Green value is 27 (10.94% from 255 or 5.71% from 473); Blue value is 229 (89.84% from 255 or 48.41% from 473); Max value from RGB is 229 - color contains mainly: blue. Hex color #D91BE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D91BE5 is #26E41A. Grayscale: #6A6A6A. Windows color (decimal): -2548763 or 15014873. OLE color: 15014873.
HSL color Cylindrical-coordinate representation of color #D91BE5: hue angle of 296.44º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D91BE5 is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 217 | 27 | 229 | - |
| CMYK | 0.05 | 0.88 | 0 | 0.10 |
| HSL | 296.44º | 0.8% | 0.5% | - |
| HSV(B) | 296.44º | 0.88% | 0.9% | - |
| XYZ | 43.15 | 21.19 | 75.95 | - |
| YUV | 106.84 | 196.95 | 206.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 27 | 229 | 0.05 | 0.88 | 0 | 0.10 | 296.44 | 0.8 | 0.5 |
| Hex | D9 | 1B | E5 | 5 | 58 | 0 | A | 128 | 50 | 32 |
| Octal | 331 | 33 | 345 | 5 | 130 | 0 | 12 | 450 | 120 | 62 |
| Binary | 11011001 | 11011 | 11100101 | 101 | 1011000 | 0 | 1010 | 100101000 | 1010000 | 110010 |
Color Harmonies of #D91BE5
Complementary color
Monochromatic Colors of #D91BE5
Black with #D91BE5
Text Example
Text Example
White with #D91BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91BE5; }
p { color: rgb(217,27,229); }
H1.HeaderClassName
{
color: #D91BE5;
}
.AnyTagClassName
{
color: #D91BE5;
}
</style>
background-color css
<style>
a { background-color: #D91BE5; }
a { background-color: rgb(217,27,229); }
div.DivClassName
{
background-color: #D91BE5;
}
.BgClassName
{
background-color: #D91BE5;
}
</style>
border-color css
<style>
span { border-color: #D91BE5; }
span { border-color: rgb(217,27,229); }
td.TdClassName
{
border-color: #D91BE5;
}
.TagClassName
{
border-color: #D91BE5;
}
</style>