Shades of Psychedelic Purple #D915E6
Tints of Psychedelic Purple #D915E6
RGB
CMYK
RGB Variations
Color information
#D915E6 (or 0xD915E6) is known color: Psychedelic Purple. HEX triplet: D9, 15 and E6. RGB value is (217,21,230). Sum of RGB (Red+Green+Blue) = 217+21+230=468 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.37% from 468); Green value is 21 (8.59% from 255 or 4.49% from 468); Blue value is 230 (90.23% from 255 or 49.15% from 468); Max value from RGB is 230 - color contains mainly: blue. Hex color #D915E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D915E6 is #26EA19. Grayscale: #666666. Windows color (decimal): -2550298 or 15078873. OLE color: 15078873.
HSL color Cylindrical-coordinate representation of color #D915E6: hue angle of 296.27º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D915E6 is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 217 | 21 | 230 | - |
| CMYK | 0.06 | 0.91 | 0 | 0.10 |
| HSL | 296.27º | 0.83% | 0.49% | - |
| HSV(B) | 296.27º | 0.91% | 0.9% | - |
| XYZ | 43.17 | 21 | 76.64 | - |
| YUV | 103.43 | 199.43 | 209.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 21 | 230 | 0.06 | 0.91 | 0 | 0.10 | 296.27 | 0.83 | 0.49 |
| Hex | D9 | 15 | E6 | 6 | 5B | 0 | A | 128 | 53 | 31 |
| Octal | 331 | 25 | 346 | 6 | 133 | 0 | 12 | 450 | 123 | 61 |
| Binary | 11011001 | 10101 | 11100110 | 110 | 1011011 | 0 | 1010 | 100101000 | 1010011 | 110001 |
Color Harmonies of #D915E6
Complementary color
Monochromatic Colors of #D915E6
Black with #D915E6
Text Example
Text Example
White with #D915E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D915E6; }
p { color: rgb(217,21,230); }
H1.HeaderClassName
{
color: #D915E6;
}
.AnyTagClassName
{
color: #D915E6;
}
</style>
background-color css
<style>
a { background-color: #D915E6; }
a { background-color: rgb(217,21,230); }
div.DivClassName
{
background-color: #D915E6;
}
.BgClassName
{
background-color: #D915E6;
}
</style>
border-color css
<style>
span { border-color: #D915E6; }
span { border-color: rgb(217,21,230); }
td.TdClassName
{
border-color: #D915E6;
}
.TagClassName
{
border-color: #D915E6;
}
</style>