Shades of Psychedelic Purple #D615ED
Tints of Psychedelic Purple #D615ED
RGB
CMYK
RGB Variations
Color information
#D615ED (or 0xD615ED) is known color: Psychedelic Purple. HEX triplet: D6, 15 and ED. RGB value is (214,21,237). Sum of RGB (Red+Green+Blue) = 214+21+237=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 21 (8.59% from 255 or 4.45% from 472); Blue value is 237 (92.97% from 255 or 50.21% from 472); Max value from RGB is 237 - color contains mainly: blue. Hex color #D615ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D615ED is #29EA12. Grayscale: #666666. Windows color (decimal): -2746899 or 15537622. OLE color: 15537622.
HSL color Cylindrical-coordinate representation of color #D615ED: hue angle of 293.61º 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 #D615ED is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 21 | 237 | - |
| CMYK | 0.10 | 0.91 | 0 | 0.07 |
| HSL | 293.61º | 0.86% | 0.51% | - |
| HSV(B) | 293.61º | 0.91% | 0.93% | - |
| XYZ | 43.29 | 20.95 | 81.88 | - |
| YUV | 103.33 | 203.44 | 206.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 21 | 237 | 0.10 | 0.91 | 0 | 0.07 | 293.61 | 0.86 | 0.51 |
| Hex | D6 | 15 | ED | A | 5B | 0 | 7 | 126 | 56 | 33 |
| Octal | 326 | 25 | 355 | 12 | 133 | 0 | 7 | 446 | 126 | 63 |
| Binary | 11010110 | 10101 | 11101101 | 1010 | 1011011 | 0 | 111 | 100100110 | 1010110 | 110011 |
Color Harmonies of #D615ED
Complementary color
Monochromatic Colors of #D615ED
Black with #D615ED
Text Example
Text Example
White with #D615ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D615ED; }
p { color: rgb(214,21,237); }
H1.HeaderClassName
{
color: #D615ED;
}
.AnyTagClassName
{
color: #D615ED;
}
</style>
background-color css
<style>
a { background-color: #D615ED; }
a { background-color: rgb(214,21,237); }
div.DivClassName
{
background-color: #D615ED;
}
.BgClassName
{
background-color: #D615ED;
}
</style>
border-color css
<style>
span { border-color: #D615ED; }
span { border-color: rgb(214,21,237); }
td.TdClassName
{
border-color: #D615ED;
}
.TagClassName
{
border-color: #D615ED;
}
</style>