Shades of Psychedelic Purple #D702E6
Tints of Psychedelic Purple #D702E6
RGB
CMYK
RGB Variations
Color information
#D702E6 (or 0xD702E6) is known color: Psychedelic Purple. HEX triplet: D7, 02 and E6. RGB value is (215,2,230). Sum of RGB (Red+Green+Blue) = 215+2+230=447 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.10% from 447); Green value is 2 (1.17% from 255 or 0.45% from 447); Blue value is 230 (90.23% from 255 or 51.45% from 447); Max value from RGB is 230 - color contains mainly: blue. Hex color #D702E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D702E6 is #28FD19. Grayscale: #5A5A5A. Windows color (decimal): -2686234 or 15074007. OLE color: 15074007.
HSL color Cylindrical-coordinate representation of color #D702E6: hue angle of 296.05º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D702E6 is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 215 | 2 | 230 | - |
| CMYK | 0.07 | 0.99 | 0 | 0.10 |
| HSL | 296.05º | 0.98% | 0.45% | - |
| HSV(B) | 296.05º | 0.99% | 0.9% | - |
| XYZ | 42.33 | 20.2 | 76.53 | - |
| YUV | 91.68 | 206.07 | 215.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 2 | 230 | 0.07 | 0.99 | 0 | 0.10 | 296.05 | 0.98 | 0.45 |
| Hex | D7 | 2 | E6 | 7 | 63 | 0 | A | 128 | 62 | 2D |
| Octal | 327 | 2 | 346 | 7 | 143 | 0 | 12 | 450 | 142 | 55 |
| Binary | 11010111 | 10 | 11100110 | 111 | 1100011 | 0 | 1010 | 100101000 | 1100010 | 101101 |
Color Harmonies of #D702E6
Complementary color
Monochromatic Colors of #D702E6
Black with #D702E6
Text Example
Text Example
White with #D702E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D702E6; }
p { color: rgb(215,2,230); }
H1.HeaderClassName
{
color: #D702E6;
}
.AnyTagClassName
{
color: #D702E6;
}
</style>
background-color css
<style>
a { background-color: #D702E6; }
a { background-color: rgb(215,2,230); }
div.DivClassName
{
background-color: #D702E6;
}
.BgClassName
{
background-color: #D702E6;
}
</style>
border-color css
<style>
span { border-color: #D702E6; }
span { border-color: rgb(215,2,230); }
td.TdClassName
{
border-color: #D702E6;
}
.TagClassName
{
border-color: #D702E6;
}
</style>