Shades of Psychedelic Purple #D601E9
Tints of Psychedelic Purple #D601E9
RGB
CMYK
RGB Variations
Color information
#D601E9 (or 0xD601E9) is known color: Psychedelic Purple. HEX triplet: D6, 01 and E9. RGB value is (214,1,233). Sum of RGB (Red+Green+Blue) = 214+1+233=448 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.77% from 448); Green value is 1 (0.78% from 255 or 0.22% from 448); Blue value is 233 (91.41% from 255 or 52.01% from 448); Max value from RGB is 233 - color contains mainly: blue. Hex color #D601E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D601E9 is #29FE16. Grayscale: #5A5A5A. Windows color (decimal): -2752023 or 15270358. OLE color: 15270358.
HSL color Cylindrical-coordinate representation of color #D601E9: hue angle of 295.09º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D601E9 is Cyan = 0.08, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 214 | 1 | 233 | - |
| CMYK | 0.08 | 1.00 | 0 | 0.09 |
| HSL | 295.09º | 0.99% | 0.46% | - |
| HSV(B) | 295.09º | 1% | 0.91% | - |
| XYZ | 42.45 | 20.2 | 78.75 | - |
| YUV | 91.14 | 208.07 | 215.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 1 | 233 | 0.08 | 1.00 | 0 | 0.09 | 295.09 | 0.99 | 0.46 |
| Hex | D6 | 1 | E9 | 8 | 64 | 0 | 9 | 127 | 63 | 2E |
| Octal | 326 | 1 | 351 | 10 | 144 | 0 | 11 | 447 | 143 | 56 |
| Binary | 11010110 | 1 | 11101001 | 1000 | 1100100 | 0 | 1001 | 100100111 | 1100011 | 101110 |
Color Harmonies of #D601E9
Complementary color
Monochromatic Colors of #D601E9
Black with #D601E9
Text Example
Text Example
White with #D601E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D601E9; }
p { color: rgb(214,1,233); }
H1.HeaderClassName
{
color: #D601E9;
}
.AnyTagClassName
{
color: #D601E9;
}
</style>
background-color css
<style>
a { background-color: #D601E9; }
a { background-color: rgb(214,1,233); }
div.DivClassName
{
background-color: #D601E9;
}
.BgClassName
{
background-color: #D601E9;
}
</style>
border-color css
<style>
span { border-color: #D601E9; }
span { border-color: rgb(214,1,233); }
td.TdClassName
{
border-color: #D601E9;
}
.TagClassName
{
border-color: #D601E9;
}
</style>