Shades of Psychedelic Purple #D615EB
Tints of Psychedelic Purple #D615EB
RGB
CMYK
RGB Variations
Color information
#D615EB (or 0xD615EB) is known color: Psychedelic Purple. HEX triplet: D6, 15 and EB. RGB value is (214,21,235). Sum of RGB (Red+Green+Blue) = 214+21+235=470 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.53% from 470); Green value is 21 (8.59% from 255 or 4.47% from 470); Blue value is 235 (92.19% from 255 or 50% from 470); Max value from RGB is 235 - color contains mainly: blue. Hex color #D615EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D615EB is #29EA14. Grayscale: #666666. Windows color (decimal): -2746901 or 15406550. OLE color: 15406550.
HSL color Cylindrical-coordinate representation of color #D615EB: hue angle of 294.11º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D615EB is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 214 | 21 | 235 | - |
| CMYK | 0.09 | 0.91 | 0 | 0.08 |
| HSL | 294.11º | 0.84% | 0.5% | - |
| HSV(B) | 294.11º | 0.91% | 0.92% | - |
| XYZ | 43 | 20.83 | 80.35 | - |
| YUV | 103.1 | 202.44 | 207.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 21 | 235 | 0.09 | 0.91 | 0 | 0.08 | 294.11 | 0.84 | 0.5 |
| Hex | D6 | 15 | EB | 9 | 5B | 0 | 8 | 126 | 54 | 32 |
| Octal | 326 | 25 | 353 | 11 | 133 | 0 | 10 | 446 | 124 | 62 |
| Binary | 11010110 | 10101 | 11101011 | 1001 | 1011011 | 0 | 1000 | 100100110 | 1010100 | 110010 |
Color Harmonies of #D615EB
Complementary color
Monochromatic Colors of #D615EB
Black with #D615EB
Text Example
Text Example
White with #D615EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D615EB; }
p { color: rgb(214,21,235); }
H1.HeaderClassName
{
color: #D615EB;
}
.AnyTagClassName
{
color: #D615EB;
}
</style>
background-color css
<style>
a { background-color: #D615EB; }
a { background-color: rgb(214,21,235); }
div.DivClassName
{
background-color: #D615EB;
}
.BgClassName
{
background-color: #D615EB;
}
</style>
border-color css
<style>
span { border-color: #D615EB; }
span { border-color: rgb(214,21,235); }
td.TdClassName
{
border-color: #D615EB;
}
.TagClassName
{
border-color: #D615EB;
}
</style>