Shades of Psychedelic Purple #D712E5
Tints of Psychedelic Purple #D712E5
RGB
CMYK
RGB Variations
Color information
#D712E5 (or 0xD712E5) is known color: Psychedelic Purple. HEX triplet: D7, 12 and E5. RGB value is (215,18,229). Sum of RGB (Red+Green+Blue) = 215+18+229=462 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.54% from 462); Green value is 18 (7.42% from 255 or 3.90% from 462); Blue value is 229 (89.84% from 255 or 49.57% from 462); Max value from RGB is 229 - color contains mainly: blue. Hex color #D712E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D712E5 is #28ED1A. Grayscale: #646464. Windows color (decimal): -2682139 or 15012567. OLE color: 15012567.
HSL color Cylindrical-coordinate representation of color #D712E5: hue angle of 296.02º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D712E5 is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 215 | 18 | 229 | - |
| CMYK | 0.06 | 0.92 | 0 | 0.10 |
| HSL | 296.02º | 0.85% | 0.48% | - |
| HSV(B) | 296.02º | 0.92% | 0.9% | - |
| XYZ | 42.38 | 20.54 | 75.86 | - |
| YUV | 100.96 | 200.27 | 209.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 18 | 229 | 0.06 | 0.92 | 0 | 0.10 | 296.02 | 0.85 | 0.48 |
| Hex | D7 | 12 | E5 | 6 | 5C | 0 | A | 128 | 55 | 30 |
| Octal | 327 | 22 | 345 | 6 | 134 | 0 | 12 | 450 | 125 | 60 |
| Binary | 11010111 | 10010 | 11100101 | 110 | 1011100 | 0 | 1010 | 100101000 | 1010101 | 110000 |
Color Harmonies of #D712E5
Complementary color
Monochromatic Colors of #D712E5
Black with #D712E5
Text Example
Text Example
White with #D712E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D712E5; }
p { color: rgb(215,18,229); }
H1.HeaderClassName
{
color: #D712E5;
}
.AnyTagClassName
{
color: #D712E5;
}
</style>
background-color css
<style>
a { background-color: #D712E5; }
a { background-color: rgb(215,18,229); }
div.DivClassName
{
background-color: #D712E5;
}
.BgClassName
{
background-color: #D712E5;
}
</style>
border-color css
<style>
span { border-color: #D712E5; }
span { border-color: rgb(215,18,229); }
td.TdClassName
{
border-color: #D712E5;
}
.TagClassName
{
border-color: #D712E5;
}
</style>