Shades of Psychedelic Purple #D91CE7
Tints of Psychedelic Purple #D91CE7
RGB
CMYK
RGB Variations
Color information
#D91CE7 (or 0xD91CE7) is known color: Psychedelic Purple. HEX triplet: D9, 1C and E7. RGB value is (217,28,231). Sum of RGB (Red+Green+Blue) = 217+28+231=476 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.59% from 476); Green value is 28 (11.33% from 255 or 5.88% from 476); Blue value is 231 (90.62% from 255 or 48.53% from 476); Max value from RGB is 231 - color contains mainly: blue. Hex color #D91CE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D91CE7 is #26E318. Grayscale: #6B6B6B. Windows color (decimal): -2548505 or 15146201. OLE color: 15146201.
HSL color Cylindrical-coordinate representation of color #D91CE7: hue angle of 295.86º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D91CE7 is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 28 | 231 | - |
| CMYK | 0.06 | 0.88 | 0 | 0.09 |
| HSL | 295.86º | 0.81% | 0.51% | - |
| HSV(B) | 295.86º | 0.88% | 0.91% | - |
| XYZ | 43.45 | 21.35 | 77.43 | - |
| YUV | 107.65 | 197.62 | 205.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 28 | 231 | 0.06 | 0.88 | 0 | 0.09 | 295.86 | 0.81 | 0.51 |
| Hex | D9 | 1C | E7 | 6 | 58 | 0 | 9 | 128 | 51 | 33 |
| Octal | 331 | 34 | 347 | 6 | 130 | 0 | 11 | 450 | 121 | 63 |
| Binary | 11011001 | 11100 | 11100111 | 110 | 1011000 | 0 | 1001 | 100101000 | 1010001 | 110011 |
Color Harmonies of #D91CE7
Complementary color
Monochromatic Colors of #D91CE7
Black with #D91CE7
Text Example
Text Example
White with #D91CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91CE7; }
p { color: rgb(217,28,231); }
H1.HeaderClassName
{
color: #D91CE7;
}
.AnyTagClassName
{
color: #D91CE7;
}
</style>
background-color css
<style>
a { background-color: #D91CE7; }
a { background-color: rgb(217,28,231); }
div.DivClassName
{
background-color: #D91CE7;
}
.BgClassName
{
background-color: #D91CE7;
}
</style>
border-color css
<style>
span { border-color: #D91CE7; }
span { border-color: rgb(217,28,231); }
td.TdClassName
{
border-color: #D91CE7;
}
.TagClassName
{
border-color: #D91CE7;
}
</style>