Shades of Psychedelic Purple #D914E5
Tints of Psychedelic Purple #D914E5
RGB
CMYK
RGB Variations
Color information
#D914E5 (or 0xD914E5) is known color: Psychedelic Purple. HEX triplet: D9, 14 and E5. RGB value is (217,20,229). Sum of RGB (Red+Green+Blue) = 217+20+229=466 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.57% from 466); Green value is 20 (8.20% from 255 or 4.29% from 466); Blue value is 229 (89.84% from 255 or 49.14% from 466); Max value from RGB is 229 - color contains mainly: blue. Hex color #D914E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D914E5 is #26EB1A. Grayscale: #666666. Windows color (decimal): -2550555 or 15013081. OLE color: 15013081.
HSL color Cylindrical-coordinate representation of color #D914E5: hue angle of 296.56º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D914E5 is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 217 | 20 | 229 | - |
| CMYK | 0.05 | 0.91 | 0 | 0.10 |
| HSL | 296.56º | 0.84% | 0.49% | - |
| HSV(B) | 296.56º | 0.91% | 0.9% | - |
| XYZ | 43.01 | 20.91 | 75.9 | - |
| YUV | 102.73 | 199.27 | 209.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 20 | 229 | 0.05 | 0.91 | 0 | 0.10 | 296.56 | 0.84 | 0.49 |
| Hex | D9 | 14 | E5 | 5 | 5B | 0 | A | 129 | 54 | 31 |
| Octal | 331 | 24 | 345 | 5 | 133 | 0 | 12 | 451 | 124 | 61 |
| Binary | 11011001 | 10100 | 11100101 | 101 | 1011011 | 0 | 1010 | 100101001 | 1010100 | 110001 |
Color Harmonies of #D914E5
Complementary color
Monochromatic Colors of #D914E5
Black with #D914E5
Text Example
Text Example
White with #D914E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D914E5; }
p { color: rgb(217,20,229); }
H1.HeaderClassName
{
color: #D914E5;
}
.AnyTagClassName
{
color: #D914E5;
}
</style>
background-color css
<style>
a { background-color: #D914E5; }
a { background-color: rgb(217,20,229); }
div.DivClassName
{
background-color: #D914E5;
}
.BgClassName
{
background-color: #D914E5;
}
</style>
border-color css
<style>
span { border-color: #D914E5; }
span { border-color: rgb(217,20,229); }
td.TdClassName
{
border-color: #D914E5;
}
.TagClassName
{
border-color: #D914E5;
}
</style>