Shades of Psychedelic Purple #D918E7
Tints of Psychedelic Purple #D918E7
RGB
CMYK
RGB Variations
Color information
#D918E7 (or 0xD918E7) is known color: Psychedelic Purple. HEX triplet: D9, 18 and E7. RGB value is (217,24,231). Sum of RGB (Red+Green+Blue) = 217+24+231=472 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.97% from 472); Green value is 24 (9.77% from 255 or 5.08% from 472); Blue value is 231 (90.62% from 255 or 48.94% from 472); Max value from RGB is 231 - color contains mainly: blue. Hex color #D918E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D918E7 is #26E718. Grayscale: #686868. Windows color (decimal): -2549529 or 15145177. OLE color: 15145177.
HSL color Cylindrical-coordinate representation of color #D918E7: hue angle of 295.94º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D918E7 is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 24 | 231 | - |
| CMYK | 0.06 | 0.90 | 0 | 0.09 |
| HSL | 295.94º | 0.81% | 0.5% | - |
| HSV(B) | 295.94º | 0.9% | 0.91% | - |
| XYZ | 43.37 | 21.17 | 77.4 | - |
| YUV | 105.31 | 198.94 | 207.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 24 | 231 | 0.06 | 0.90 | 0 | 0.09 | 295.94 | 0.81 | 0.5 |
| Hex | D9 | 18 | E7 | 6 | 5A | 0 | 9 | 128 | 51 | 32 |
| Octal | 331 | 30 | 347 | 6 | 132 | 0 | 11 | 450 | 121 | 62 |
| Binary | 11011001 | 11000 | 11100111 | 110 | 1011010 | 0 | 1001 | 100101000 | 1010001 | 110010 |
Color Harmonies of #D918E7
Complementary color
Monochromatic Colors of #D918E7
Black with #D918E7
Text Example
Text Example
White with #D918E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D918E7; }
p { color: rgb(217,24,231); }
H1.HeaderClassName
{
color: #D918E7;
}
.AnyTagClassName
{
color: #D918E7;
}
</style>
background-color css
<style>
a { background-color: #D918E7; }
a { background-color: rgb(217,24,231); }
div.DivClassName
{
background-color: #D918E7;
}
.BgClassName
{
background-color: #D918E7;
}
</style>
border-color css
<style>
span { border-color: #D918E7; }
span { border-color: rgb(217,24,231); }
td.TdClassName
{
border-color: #D918E7;
}
.TagClassName
{
border-color: #D918E7;
}
</style>