Shades of Psychedelic Purple #D91CE5
Tints of Psychedelic Purple #D91CE5
RGB
CMYK
RGB Variations
Color information
#D91CE5 (or 0xD91CE5) is known color: Psychedelic Purple. HEX triplet: D9, 1C and E5. RGB value is (217,28,229). Sum of RGB (Red+Green+Blue) = 217+28+229=474 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.78% from 474); Green value is 28 (11.33% from 255 or 5.91% from 474); Blue value is 229 (89.84% from 255 or 48.31% from 474); Max value from RGB is 229 - color contains mainly: blue. Hex color #D91CE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D91CE5 is #26E31A. Grayscale: #6A6A6A. Windows color (decimal): -2548507 or 15015129. OLE color: 15015129.
HSL color Cylindrical-coordinate representation of color #D91CE5: hue angle of 296.42º degrees, saturation: 0.79, 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 #D91CE5 is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 217 | 28 | 229 | - |
| CMYK | 0.05 | 0.88 | 0 | 0.10 |
| HSL | 296.42º | 0.79% | 0.5% | - |
| HSV(B) | 296.42º | 0.88% | 0.9% | - |
| XYZ | 43.17 | 21.24 | 75.95 | - |
| YUV | 107.43 | 196.62 | 206.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 28 | 229 | 0.05 | 0.88 | 0 | 0.10 | 296.42 | 0.79 | 0.5 |
| Hex | D9 | 1C | E5 | 5 | 58 | 0 | A | 128 | 4F | 32 |
| Octal | 331 | 34 | 345 | 5 | 130 | 0 | 12 | 450 | 117 | 62 |
| Binary | 11011001 | 11100 | 11100101 | 101 | 1011000 | 0 | 1010 | 100101000 | 1001111 | 110010 |
Color Harmonies of #D91CE5
Complementary color
Monochromatic Colors of #D91CE5
Black with #D91CE5
Text Example
Text Example
White with #D91CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91CE5; }
p { color: rgb(217,28,229); }
H1.HeaderClassName
{
color: #D91CE5;
}
.AnyTagClassName
{
color: #D91CE5;
}
</style>
background-color css
<style>
a { background-color: #D91CE5; }
a { background-color: rgb(217,28,229); }
div.DivClassName
{
background-color: #D91CE5;
}
.BgClassName
{
background-color: #D91CE5;
}
</style>
border-color css
<style>
span { border-color: #D91CE5; }
span { border-color: rgb(217,28,229); }
td.TdClassName
{
border-color: #D91CE5;
}
.TagClassName
{
border-color: #D91CE5;
}
</style>