Shades of Psychedelic Purple #D915EA
Tints of Psychedelic Purple #D915EA
RGB
CMYK
RGB Variations
Color information
#D915EA (or 0xD915EA) is known color: Psychedelic Purple. HEX triplet: D9, 15 and EA. RGB value is (217,21,234). Sum of RGB (Red+Green+Blue) = 217+21+234=472 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.97% from 472); Green value is 21 (8.59% from 255 or 4.45% from 472); Blue value is 234 (91.80% from 255 or 49.58% from 472); Max value from RGB is 234 - color contains mainly: blue. Hex color #D915EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D915EA is #26EA15. Grayscale: #676767. Windows color (decimal): -2550294 or 15341017. OLE color: 15341017.
HSL color Cylindrical-coordinate representation of color #D915EA: hue angle of 295.21º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D915EA is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 217 | 21 | 234 | - |
| CMYK | 0.07 | 0.91 | 0 | 0.08 |
| HSL | 295.21º | 0.84% | 0.5% | - |
| HSV(B) | 295.21º | 0.91% | 0.92% | - |
| XYZ | 43.73 | 21.23 | 79.63 | - |
| YUV | 103.89 | 201.43 | 208.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 21 | 234 | 0.07 | 0.91 | 0 | 0.08 | 295.21 | 0.84 | 0.5 |
| Hex | D9 | 15 | EA | 7 | 5B | 0 | 8 | 127 | 54 | 32 |
| Octal | 331 | 25 | 352 | 7 | 133 | 0 | 10 | 447 | 124 | 62 |
| Binary | 11011001 | 10101 | 11101010 | 111 | 1011011 | 0 | 1000 | 100100111 | 1010100 | 110010 |
Color Harmonies of #D915EA
Complementary color
Monochromatic Colors of #D915EA
Black with #D915EA
Text Example
Text Example
White with #D915EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D915EA; }
p { color: rgb(217,21,234); }
H1.HeaderClassName
{
color: #D915EA;
}
.AnyTagClassName
{
color: #D915EA;
}
</style>
background-color css
<style>
a { background-color: #D915EA; }
a { background-color: rgb(217,21,234); }
div.DivClassName
{
background-color: #D915EA;
}
.BgClassName
{
background-color: #D915EA;
}
</style>
border-color css
<style>
span { border-color: #D915EA; }
span { border-color: rgb(217,21,234); }
td.TdClassName
{
border-color: #D915EA;
}
.TagClassName
{
border-color: #D915EA;
}
</style>