Shades of Psychedelic Purple #D712EE
Tints of Psychedelic Purple #D712EE
RGB
CMYK
RGB Variations
Color information
#D712EE (or 0xD712EE) is known color: Psychedelic Purple. HEX triplet: D7, 12 and EE. RGB value is (215,18,238). Sum of RGB (Red+Green+Blue) = 215+18+238=471 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.65% from 471); Green value is 18 (7.42% from 255 or 3.82% from 471); Blue value is 238 (93.36% from 255 or 50.53% from 471); Max value from RGB is 238 - color contains mainly: blue. Hex color #D712EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D712EE is #28ED11. Grayscale: #656565. Windows color (decimal): -2682130 or 15602391. OLE color: 15602391.
HSL color Cylindrical-coordinate representation of color #D712EE: hue angle of 293.73º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D712EE is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 18 | 238 | - |
| CMYK | 0.10 | 0.92 | 0 | 0.07 |
| HSL | 293.73º | 0.87% | 0.5% | - |
| HSV(B) | 293.73º | 0.92% | 0.93% | - |
| XYZ | 43.67 | 21.05 | 82.65 | - |
| YUV | 101.98 | 204.77 | 208.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 18 | 238 | 0.10 | 0.92 | 0 | 0.07 | 293.73 | 0.87 | 0.5 |
| Hex | D7 | 12 | EE | A | 5C | 0 | 7 | 126 | 57 | 32 |
| Octal | 327 | 22 | 356 | 12 | 134 | 0 | 7 | 446 | 127 | 62 |
| Binary | 11010111 | 10010 | 11101110 | 1010 | 1011100 | 0 | 111 | 100100110 | 1010111 | 110010 |
Color Harmonies of #D712EE
Complementary color
Monochromatic Colors of #D712EE
Black with #D712EE
Text Example
Text Example
White with #D712EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D712EE; }
p { color: rgb(215,18,238); }
H1.HeaderClassName
{
color: #D712EE;
}
.AnyTagClassName
{
color: #D712EE;
}
</style>
background-color css
<style>
a { background-color: #D712EE; }
a { background-color: rgb(215,18,238); }
div.DivClassName
{
background-color: #D712EE;
}
.BgClassName
{
background-color: #D712EE;
}
</style>
border-color css
<style>
span { border-color: #D712EE; }
span { border-color: rgb(215,18,238); }
td.TdClassName
{
border-color: #D712EE;
}
.TagClassName
{
border-color: #D712EE;
}
</style>