Shades of Psychedelic Purple #D818E6
Tints of Psychedelic Purple #D818E6
RGB
CMYK
RGB Variations
Color information
#D818E6 (or 0xD818E6) is known color: Psychedelic Purple. HEX triplet: D8, 18 and E6. RGB value is (216,24,230). Sum of RGB (Red+Green+Blue) = 216+24+230=470 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.96% from 470); Green value is 24 (9.77% from 255 or 5.11% from 470); Blue value is 230 (90.23% from 255 or 48.94% from 470); Max value from RGB is 230 - color contains mainly: blue. Hex color #D818E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D818E6 is #27E719. Grayscale: #686868. Windows color (decimal): -2615066 or 15079640. OLE color: 15079640.
HSL color Cylindrical-coordinate representation of color #D818E6: hue angle of 295.92º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D818E6 is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 216 | 24 | 230 | - |
| CMYK | 0.06 | 0.90 | 0 | 0.10 |
| HSL | 295.92º | 0.81% | 0.5% | - |
| HSV(B) | 295.92º | 0.9% | 0.9% | - |
| XYZ | 42.93 | 20.97 | 76.65 | - |
| YUV | 104.89 | 198.61 | 207.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 24 | 230 | 0.06 | 0.90 | 0 | 0.10 | 295.92 | 0.81 | 0.5 |
| Hex | D8 | 18 | E6 | 6 | 5A | 0 | A | 128 | 51 | 32 |
| Octal | 330 | 30 | 346 | 6 | 132 | 0 | 12 | 450 | 121 | 62 |
| Binary | 11011000 | 11000 | 11100110 | 110 | 1011010 | 0 | 1010 | 100101000 | 1010001 | 110010 |
Color Harmonies of #D818E6
Complementary color
Monochromatic Colors of #D818E6
Black with #D818E6
Text Example
Text Example
White with #D818E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D818E6; }
p { color: rgb(216,24,230); }
H1.HeaderClassName
{
color: #D818E6;
}
.AnyTagClassName
{
color: #D818E6;
}
</style>
background-color css
<style>
a { background-color: #D818E6; }
a { background-color: rgb(216,24,230); }
div.DivClassName
{
background-color: #D818E6;
}
.BgClassName
{
background-color: #D818E6;
}
</style>
border-color css
<style>
span { border-color: #D818E6; }
span { border-color: rgb(216,24,230); }
td.TdClassName
{
border-color: #D818E6;
}
.TagClassName
{
border-color: #D818E6;
}
</style>