Shades of Psychedelic Purple #D706E8
Tints of Psychedelic Purple #D706E8
RGB
CMYK
RGB Variations
Color information
#D706E8 (or 0xD706E8) is known color: Psychedelic Purple. HEX triplet: D7, 06 and E8. RGB value is (215,6,232). Sum of RGB (Red+Green+Blue) = 215+6+232=453 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.46% from 453); Green value is 6 (2.73% from 255 or 1.32% from 453); Blue value is 232 (91.02% from 255 or 51.21% from 453); Max value from RGB is 232 - color contains mainly: blue. Hex color #D706E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D706E8 is #28F917. Grayscale: #5D5D5D. Windows color (decimal): -2685208 or 15206103. OLE color: 15206103.
HSL color Cylindrical-coordinate representation of color #D706E8: hue angle of 295.49º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D706E8 is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 215 | 6 | 232 | - |
| CMYK | 0.07 | 0.97 | 0 | 0.09 |
| HSL | 295.49º | 0.95% | 0.47% | - |
| HSV(B) | 295.49º | 0.97% | 0.91% | - |
| XYZ | 42.65 | 20.4 | 78.03 | - |
| YUV | 94.26 | 205.74 | 214.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 6 | 232 | 0.07 | 0.97 | 0 | 0.09 | 295.49 | 0.95 | 0.47 |
| Hex | D7 | 6 | E8 | 7 | 61 | 0 | 9 | 127 | 5F | 2F |
| Octal | 327 | 6 | 350 | 7 | 141 | 0 | 11 | 447 | 137 | 57 |
| Binary | 11010111 | 110 | 11101000 | 111 | 1100001 | 0 | 1001 | 100100111 | 1011111 | 101111 |
Color Harmonies of #D706E8
Complementary color
Monochromatic Colors of #D706E8
Black with #D706E8
Text Example
Text Example
White with #D706E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D706E8; }
p { color: rgb(215,6,232); }
H1.HeaderClassName
{
color: #D706E8;
}
.AnyTagClassName
{
color: #D706E8;
}
</style>
background-color css
<style>
a { background-color: #D706E8; }
a { background-color: rgb(215,6,232); }
div.DivClassName
{
background-color: #D706E8;
}
.BgClassName
{
background-color: #D706E8;
}
</style>
border-color css
<style>
span { border-color: #D706E8; }
span { border-color: rgb(215,6,232); }
td.TdClassName
{
border-color: #D706E8;
}
.TagClassName
{
border-color: #D706E8;
}
</style>