Shades of Psychedelic Purple #D712E9
Tints of Psychedelic Purple #D712E9
RGB
CMYK
RGB Variations
Color information
#D712E9 (or 0xD712E9) is known color: Psychedelic Purple. HEX triplet: D7, 12 and E9. RGB value is (215,18,233). Sum of RGB (Red+Green+Blue) = 215+18+233=466 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.14% from 466); Green value is 18 (7.42% from 255 or 3.86% from 466); Blue value is 233 (91.41% from 255 or 50% from 466); Max value from RGB is 233 - color contains mainly: blue. Hex color #D712E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D712E9 is #28ED16. Grayscale: #646464. Windows color (decimal): -2682135 or 15274711. OLE color: 15274711.
HSL color Cylindrical-coordinate representation of color #D712E9: hue angle of 294.98º 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 #D712E9 is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 215 | 18 | 233 | - |
| CMYK | 0.08 | 0.92 | 0 | 0.09 |
| HSL | 294.98º | 0.86% | 0.49% | - |
| HSV(B) | 294.98º | 0.92% | 0.91% | - |
| XYZ | 42.95 | 20.76 | 78.83 | - |
| YUV | 101.41 | 202.27 | 209.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 18 | 233 | 0.08 | 0.92 | 0 | 0.09 | 294.98 | 0.86 | 0.49 |
| Hex | D7 | 12 | E9 | 8 | 5C | 0 | 9 | 127 | 56 | 31 |
| Octal | 327 | 22 | 351 | 10 | 134 | 0 | 11 | 447 | 126 | 61 |
| Binary | 11010111 | 10010 | 11101001 | 1000 | 1011100 | 0 | 1001 | 100100111 | 1010110 | 110001 |
Color Harmonies of #D712E9
Complementary color
Monochromatic Colors of #D712E9
Black with #D712E9
Text Example
Text Example
White with #D712E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D712E9; }
p { color: rgb(215,18,233); }
H1.HeaderClassName
{
color: #D712E9;
}
.AnyTagClassName
{
color: #D712E9;
}
</style>
background-color css
<style>
a { background-color: #D712E9; }
a { background-color: rgb(215,18,233); }
div.DivClassName
{
background-color: #D712E9;
}
.BgClassName
{
background-color: #D712E9;
}
</style>
border-color css
<style>
span { border-color: #D712E9; }
span { border-color: rgb(215,18,233); }
td.TdClassName
{
border-color: #D712E9;
}
.TagClassName
{
border-color: #D712E9;
}
</style>