Shades of Psychedelic Purple #D115ED
Tints of Psychedelic Purple #D115ED
RGB
CMYK
RGB Variations
Color information
#D115ED (or 0xD115ED) is known color: Psychedelic Purple. HEX triplet: D1, 15 and ED. RGB value is (209,21,237). Sum of RGB (Red+Green+Blue) = 209+21+237=467 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.75% from 467); Green value is 21 (8.59% from 255 or 4.50% from 467); Blue value is 237 (92.97% from 255 or 50.75% from 467); Max value from RGB is 237 - color contains mainly: blue. Hex color #D115ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D115ED is #2EEA12. Grayscale: #656565. Windows color (decimal): -3074579 or 15537617. OLE color: 15537617.
HSL color Cylindrical-coordinate representation of color #D115ED: hue angle of 292.22º 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 #D115ED is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 21 | 237 | - |
| CMYK | 0.12 | 0.91 | 0 | 0.07 |
| HSL | 292.22º | 0.86% | 0.51% | - |
| HSV(B) | 292.22º | 0.91% | 0.93% | - |
| XYZ | 41.85 | 20.21 | 81.82 | - |
| YUV | 101.84 | 204.28 | 204.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 21 | 237 | 0.12 | 0.91 | 0 | 0.07 | 292.22 | 0.86 | 0.51 |
| Hex | D1 | 15 | ED | C | 5B | 0 | 7 | 124 | 56 | 33 |
| Octal | 321 | 25 | 355 | 14 | 133 | 0 | 7 | 444 | 126 | 63 |
| Binary | 11010001 | 10101 | 11101101 | 1100 | 1011011 | 0 | 111 | 100100100 | 1010110 | 110011 |
Color Harmonies of #D115ED
Complementary color
Monochromatic Colors of #D115ED
Black with #D115ED
Text Example
Text Example
White with #D115ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D115ED; }
p { color: rgb(209,21,237); }
H1.HeaderClassName
{
color: #D115ED;
}
.AnyTagClassName
{
color: #D115ED;
}
</style>
background-color css
<style>
a { background-color: #D115ED; }
a { background-color: rgb(209,21,237); }
div.DivClassName
{
background-color: #D115ED;
}
.BgClassName
{
background-color: #D115ED;
}
</style>
border-color css
<style>
span { border-color: #D115ED; }
span { border-color: rgb(209,21,237); }
td.TdClassName
{
border-color: #D115ED;
}
.TagClassName
{
border-color: #D115ED;
}
</style>