Shades of Psychedelic Purple #D703EE
Tints of Psychedelic Purple #D703EE
RGB
CMYK
RGB Variations
Color information
#D703EE (or 0xD703EE) is known color: Psychedelic Purple. HEX triplet: D7, 03 and EE. RGB value is (215,3,238). Sum of RGB (Red+Green+Blue) = 215+3+238=456 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.15% from 456); Green value is 3 (1.56% from 255 or 0.66% from 456); Blue value is 238 (93.36% from 255 or 52.19% from 456); Max value from RGB is 238 - color contains mainly: blue. Hex color #D703EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D703EE is #28FC11. Grayscale: #5C5C5C. Windows color (decimal): -2685970 or 15598551. OLE color: 15598551.
HSL color Cylindrical-coordinate representation of color #D703EE: hue angle of 294.13º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D703EE is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 3 | 238 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.07 |
| HSL | 294.13º | 0.98% | 0.47% | - |
| HSV(B) | 294.13º | 0.99% | 0.93% | - |
| XYZ | 43.49 | 20.69 | 82.59 | - |
| YUV | 93.18 | 209.74 | 214.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 3 | 238 | 0.10 | 0.99 | 0 | 0.07 | 294.13 | 0.98 | 0.47 |
| Hex | D7 | 3 | EE | A | 63 | 0 | 7 | 126 | 62 | 2F |
| Octal | 327 | 3 | 356 | 12 | 143 | 0 | 7 | 446 | 142 | 57 |
| Binary | 11010111 | 11 | 11101110 | 1010 | 1100011 | 0 | 111 | 100100110 | 1100010 | 101111 |
Color Harmonies of #D703EE
Complementary color
Monochromatic Colors of #D703EE
Black with #D703EE
Text Example
Text Example
White with #D703EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D703EE; }
p { color: rgb(215,3,238); }
H1.HeaderClassName
{
color: #D703EE;
}
.AnyTagClassName
{
color: #D703EE;
}
</style>
background-color css
<style>
a { background-color: #D703EE; }
a { background-color: rgb(215,3,238); }
div.DivClassName
{
background-color: #D703EE;
}
.BgClassName
{
background-color: #D703EE;
}
</style>
border-color css
<style>
span { border-color: #D703EE; }
span { border-color: rgb(215,3,238); }
td.TdClassName
{
border-color: #D703EE;
}
.TagClassName
{
border-color: #D703EE;
}
</style>