Shades of Psychedelic Purple #D815E9
Tints of Psychedelic Purple #D815E9
RGB
CMYK
RGB Variations
Color information
#D815E9 (or 0xD815E9) is known color: Psychedelic Purple. HEX triplet: D8, 15 and E9. RGB value is (216,21,233). Sum of RGB (Red+Green+Blue) = 216+21+233=470 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.96% from 470); Green value is 21 (8.59% from 255 or 4.47% from 470); Blue value is 233 (91.41% from 255 or 49.57% from 470); Max value from RGB is 233 - color contains mainly: blue. Hex color #D815E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D815E9 is #27EA16. Grayscale: #666666. Windows color (decimal): -2615831 or 15275480. OLE color: 15275480.
HSL color Cylindrical-coordinate representation of color #D815E9: hue angle of 295.19º 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 #D815E9 is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 216 | 21 | 233 | - |
| CMYK | 0.07 | 0.91 | 0 | 0.09 |
| HSL | 295.19º | 0.83% | 0.5% | - |
| HSV(B) | 295.19º | 0.91% | 0.91% | - |
| XYZ | 43.3 | 21.02 | 78.87 | - |
| YUV | 103.47 | 201.1 | 208.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 21 | 233 | 0.07 | 0.91 | 0 | 0.09 | 295.19 | 0.83 | 0.5 |
| Hex | D8 | 15 | E9 | 7 | 5B | 0 | 9 | 127 | 53 | 32 |
| Octal | 330 | 25 | 351 | 7 | 133 | 0 | 11 | 447 | 123 | 62 |
| Binary | 11011000 | 10101 | 11101001 | 111 | 1011011 | 0 | 1001 | 100100111 | 1010011 | 110010 |
Color Harmonies of #D815E9
Complementary color
Monochromatic Colors of #D815E9
Black with #D815E9
Text Example
Text Example
White with #D815E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D815E9; }
p { color: rgb(216,21,233); }
H1.HeaderClassName
{
color: #D815E9;
}
.AnyTagClassName
{
color: #D815E9;
}
</style>
background-color css
<style>
a { background-color: #D815E9; }
a { background-color: rgb(216,21,233); }
div.DivClassName
{
background-color: #D815E9;
}
.BgClassName
{
background-color: #D815E9;
}
</style>
border-color css
<style>
span { border-color: #D815E9; }
span { border-color: rgb(216,21,233); }
td.TdClassName
{
border-color: #D815E9;
}
.TagClassName
{
border-color: #D815E9;
}
</style>