Shades of Psychedelic Purple #D915ED
Tints of Psychedelic Purple #D915ED
RGB
CMYK
RGB Variations
Color information
#D915ED (or 0xD915ED) is known color: Psychedelic Purple. HEX triplet: D9, 15 and ED. RGB value is (217,21,237). Sum of RGB (Red+Green+Blue) = 217+21+237=475 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.68% from 475); Green value is 21 (8.59% from 255 or 4.42% from 475); Blue value is 237 (92.97% from 255 or 49.89% from 475); Max value from RGB is 237 - color contains mainly: blue. Hex color #D915ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D915ED is #26EA12. Grayscale: #676767. Windows color (decimal): -2550291 or 15537625. OLE color: 15537625.
HSL color Cylindrical-coordinate representation of color #D915ED: hue angle of 294.44º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D915ED is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 21 | 237 | - |
| CMYK | 0.08 | 0.91 | 0 | 0.07 |
| HSL | 294.44º | 0.86% | 0.51% | - |
| HSV(B) | 294.44º | 0.91% | 0.93% | - |
| XYZ | 44.17 | 21.4 | 81.92 | - |
| YUV | 104.23 | 202.93 | 208.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 21 | 237 | 0.08 | 0.91 | 0 | 0.07 | 294.44 | 0.86 | 0.51 |
| Hex | D9 | 15 | ED | 8 | 5B | 0 | 7 | 126 | 56 | 33 |
| Octal | 331 | 25 | 355 | 10 | 133 | 0 | 7 | 446 | 126 | 63 |
| Binary | 11011001 | 10101 | 11101101 | 1000 | 1011011 | 0 | 111 | 100100110 | 1010110 | 110011 |
Color Harmonies of #D915ED
Complementary color
Monochromatic Colors of #D915ED
Black with #D915ED
Text Example
Text Example
White with #D915ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D915ED; }
p { color: rgb(217,21,237); }
H1.HeaderClassName
{
color: #D915ED;
}
.AnyTagClassName
{
color: #D915ED;
}
</style>
background-color css
<style>
a { background-color: #D915ED; }
a { background-color: rgb(217,21,237); }
div.DivClassName
{
background-color: #D915ED;
}
.BgClassName
{
background-color: #D915ED;
}
</style>
border-color css
<style>
span { border-color: #D915ED; }
span { border-color: rgb(217,21,237); }
td.TdClassName
{
border-color: #D915ED;
}
.TagClassName
{
border-color: #D915ED;
}
</style>