Shades of Psychedelic Purple #D812E7
Tints of Psychedelic Purple #D812E7
RGB
CMYK
RGB Variations
Color information
#D812E7 (or 0xD812E7) is known color: Psychedelic Purple. HEX triplet: D8, 12 and E7. RGB value is (216,18,231). Sum of RGB (Red+Green+Blue) = 216+18+231=465 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.45% from 465); Green value is 18 (7.42% from 255 or 3.87% from 465); Blue value is 231 (90.62% from 255 or 49.68% from 465); Max value from RGB is 231 - color contains mainly: blue. Hex color #D812E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D812E7 is #27ED18. Grayscale: #646464. Windows color (decimal): -2616601 or 15143640. OLE color: 15143640.
HSL color Cylindrical-coordinate representation of color #D812E7: hue angle of 295.77º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D812E7 is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 216 | 18 | 231 | - |
| CMYK | 0.06 | 0.92 | 0 | 0.09 |
| HSL | 295.77º | 0.86% | 0.49% | - |
| HSV(B) | 295.77º | 0.92% | 0.91% | - |
| XYZ | 42.96 | 20.8 | 77.35 | - |
| YUV | 101.48 | 201.1 | 209.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 18 | 231 | 0.06 | 0.92 | 0 | 0.09 | 295.77 | 0.86 | 0.49 |
| Hex | D8 | 12 | E7 | 6 | 5C | 0 | 9 | 128 | 56 | 31 |
| Octal | 330 | 22 | 347 | 6 | 134 | 0 | 11 | 450 | 126 | 61 |
| Binary | 11011000 | 10010 | 11100111 | 110 | 1011100 | 0 | 1001 | 100101000 | 1010110 | 110001 |
Color Harmonies of #D812E7
Complementary color
Monochromatic Colors of #D812E7
Black with #D812E7
Text Example
Text Example
White with #D812E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D812E7; }
p { color: rgb(216,18,231); }
H1.HeaderClassName
{
color: #D812E7;
}
.AnyTagClassName
{
color: #D812E7;
}
</style>
background-color css
<style>
a { background-color: #D812E7; }
a { background-color: rgb(216,18,231); }
div.DivClassName
{
background-color: #D812E7;
}
.BgClassName
{
background-color: #D812E7;
}
</style>
border-color css
<style>
span { border-color: #D812E7; }
span { border-color: rgb(216,18,231); }
td.TdClassName
{
border-color: #D812E7;
}
.TagClassName
{
border-color: #D812E7;
}
</style>