Shades of Psychedelic Purple #D706EE
Tints of Psychedelic Purple #D706EE
RGB
CMYK
RGB Variations
Color information
#D706EE (or 0xD706EE) is known color: Psychedelic Purple. HEX triplet: D7, 06 and EE. RGB value is (215,6,238). Sum of RGB (Red+Green+Blue) = 215+6+238=459 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.84% from 459); Green value is 6 (2.73% from 255 or 1.31% from 459); Blue value is 238 (93.36% from 255 or 51.85% from 459); Max value from RGB is 238 - color contains mainly: blue. Hex color #D706EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D706EE is #28F911. Grayscale: #5E5E5E. Windows color (decimal): -2685202 or 15599319. OLE color: 15599319.
HSL color Cylindrical-coordinate representation of color #D706EE: hue angle of 294.05º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D706EE is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 6 | 238 | - |
| CMYK | 0.10 | 0.97 | 0 | 0.07 |
| HSL | 294.05º | 0.95% | 0.48% | - |
| HSV(B) | 294.05º | 0.97% | 0.93% | - |
| XYZ | 43.52 | 20.75 | 82.6 | - |
| YUV | 94.94 | 208.74 | 213.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 6 | 238 | 0.10 | 0.97 | 0 | 0.07 | 294.05 | 0.95 | 0.48 |
| Hex | D7 | 6 | EE | A | 61 | 0 | 7 | 126 | 5F | 30 |
| Octal | 327 | 6 | 356 | 12 | 141 | 0 | 7 | 446 | 137 | 60 |
| Binary | 11010111 | 110 | 11101110 | 1010 | 1100001 | 0 | 111 | 100100110 | 1011111 | 110000 |
Color Harmonies of #D706EE
Complementary color
Monochromatic Colors of #D706EE
Black with #D706EE
Text Example
Text Example
White with #D706EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D706EE; }
p { color: rgb(215,6,238); }
H1.HeaderClassName
{
color: #D706EE;
}
.AnyTagClassName
{
color: #D706EE;
}
</style>
background-color css
<style>
a { background-color: #D706EE; }
a { background-color: rgb(215,6,238); }
div.DivClassName
{
background-color: #D706EE;
}
.BgClassName
{
background-color: #D706EE;
}
</style>
border-color css
<style>
span { border-color: #D706EE; }
span { border-color: rgb(215,6,238); }
td.TdClassName
{
border-color: #D706EE;
}
.TagClassName
{
border-color: #D706EE;
}
</style>