Shades of Psychedelic Purple #D915E8
Tints of Psychedelic Purple #D915E8
RGB
CMYK
RGB Variations
Color information
#D915E8 (or 0xD915E8) is known color: Psychedelic Purple. HEX triplet: D9, 15 and E8. RGB value is (217,21,232). Sum of RGB (Red+Green+Blue) = 217+21+232=470 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.17% from 470); Green value is 21 (8.59% from 255 or 4.47% from 470); Blue value is 232 (91.02% from 255 or 49.36% from 470); Max value from RGB is 232 - color contains mainly: blue. Hex color #D915E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D915E8 is #26EA17. Grayscale: #676767. Windows color (decimal): -2550296 or 15209945. OLE color: 15209945.
HSL color Cylindrical-coordinate representation of color #D915E8: hue angle of 295.73º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D915E8 is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 21 | 232 | - |
| CMYK | 0.06 | 0.91 | 0 | 0.09 |
| HSL | 295.73º | 0.83% | 0.5% | - |
| HSV(B) | 295.73º | 0.91% | 0.91% | - |
| XYZ | 43.45 | 21.11 | 78.13 | - |
| YUV | 103.66 | 200.43 | 208.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 21 | 232 | 0.06 | 0.91 | 0 | 0.09 | 295.73 | 0.83 | 0.5 |
| Hex | D9 | 15 | E8 | 6 | 5B | 0 | 9 | 128 | 53 | 32 |
| Octal | 331 | 25 | 350 | 6 | 133 | 0 | 11 | 450 | 123 | 62 |
| Binary | 11011001 | 10101 | 11101000 | 110 | 1011011 | 0 | 1001 | 100101000 | 1010011 | 110010 |
Color Harmonies of #D915E8
Complementary color
Monochromatic Colors of #D915E8
Black with #D915E8
Text Example
Text Example
White with #D915E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D915E8; }
p { color: rgb(217,21,232); }
H1.HeaderClassName
{
color: #D915E8;
}
.AnyTagClassName
{
color: #D915E8;
}
</style>
background-color css
<style>
a { background-color: #D915E8; }
a { background-color: rgb(217,21,232); }
div.DivClassName
{
background-color: #D915E8;
}
.BgClassName
{
background-color: #D915E8;
}
</style>
border-color css
<style>
span { border-color: #D915E8; }
span { border-color: rgb(217,21,232); }
td.TdClassName
{
border-color: #D915E8;
}
.TagClassName
{
border-color: #D915E8;
}
</style>