Shades of Psychedelic Purple #D705EB
Tints of Psychedelic Purple #D705EB
RGB
CMYK
RGB Variations
Color information
#D705EB (or 0xD705EB) is known color: Psychedelic Purple. HEX triplet: D7, 05 and EB. RGB value is (215,5,235). Sum of RGB (Red+Green+Blue) = 215+5+235=455 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.25% from 455); Green value is 5 (2.34% from 255 or 1.10% from 455); Blue value is 235 (92.19% from 255 or 51.65% from 455); Max value from RGB is 235 - color contains mainly: blue. Hex color #D705EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D705EB is #28FA14. Grayscale: #5D5D5D. Windows color (decimal): -2685461 or 15402455. OLE color: 15402455.
HSL color Cylindrical-coordinate representation of color #D705EB: hue angle of 294.78º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D705EB is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 215 | 5 | 235 | - |
| CMYK | 0.09 | 0.98 | 0 | 0.08 |
| HSL | 294.78º | 0.96% | 0.47% | - |
| HSV(B) | 294.78º | 0.98% | 0.92% | - |
| XYZ | 43.07 | 20.55 | 80.29 | - |
| YUV | 94.01 | 207.57 | 214.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 5 | 235 | 0.09 | 0.98 | 0 | 0.08 | 294.78 | 0.96 | 0.47 |
| Hex | D7 | 5 | EB | 9 | 62 | 0 | 8 | 127 | 60 | 2F |
| Octal | 327 | 5 | 353 | 11 | 142 | 0 | 10 | 447 | 140 | 57 |
| Binary | 11010111 | 101 | 11101011 | 1001 | 1100010 | 0 | 1000 | 100100111 | 1100000 | 101111 |
Color Harmonies of #D705EB
Complementary color
Monochromatic Colors of #D705EB
Black with #D705EB
Text Example
Text Example
White with #D705EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D705EB; }
p { color: rgb(215,5,235); }
H1.HeaderClassName
{
color: #D705EB;
}
.AnyTagClassName
{
color: #D705EB;
}
</style>
background-color css
<style>
a { background-color: #D705EB; }
a { background-color: rgb(215,5,235); }
div.DivClassName
{
background-color: #D705EB;
}
.BgClassName
{
background-color: #D705EB;
}
</style>
border-color css
<style>
span { border-color: #D705EB; }
span { border-color: rgb(215,5,235); }
td.TdClassName
{
border-color: #D705EB;
}
.TagClassName
{
border-color: #D705EB;
}
</style>