Shades of Psychedelic Purple #D704EE
Tints of Psychedelic Purple #D704EE
RGB
CMYK
RGB Variations
Color information
#D704EE (or 0xD704EE) is known color: Psychedelic Purple. HEX triplet: D7, 04 and EE. RGB value is (215,4,238). Sum of RGB (Red+Green+Blue) = 215+4+238=457 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.05% from 457); Green value is 4 (1.95% from 255 or 0.88% from 457); Blue value is 238 (93.36% from 255 or 52.08% from 457); Max value from RGB is 238 - color contains mainly: blue. Hex color #D704EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D704EE is #28FB11. Grayscale: #5D5D5D. Windows color (decimal): -2685714 or 15598807. OLE color: 15598807.
HSL color Cylindrical-coordinate representation of color #D704EE: hue angle of 294.1º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D704EE is Cyan = 0.10, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 4 | 238 | - |
| CMYK | 0.10 | 0.98 | 0 | 0.07 |
| HSL | 294.1º | 0.97% | 0.47% | - |
| HSV(B) | 294.1º | 0.98% | 0.93% | - |
| XYZ | 43.5 | 20.71 | 82.59 | - |
| YUV | 93.77 | 209.4 | 214.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 4 | 238 | 0.10 | 0.98 | 0 | 0.07 | 294.1 | 0.97 | 0.47 |
| Hex | D7 | 4 | EE | A | 62 | 0 | 7 | 126 | 61 | 2F |
| Octal | 327 | 4 | 356 | 12 | 142 | 0 | 7 | 446 | 141 | 57 |
| Binary | 11010111 | 100 | 11101110 | 1010 | 1100010 | 0 | 111 | 100100110 | 1100001 | 101111 |
Color Harmonies of #D704EE
Complementary color
Monochromatic Colors of #D704EE
Black with #D704EE
Text Example
Text Example
White with #D704EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D704EE; }
p { color: rgb(215,4,238); }
H1.HeaderClassName
{
color: #D704EE;
}
.AnyTagClassName
{
color: #D704EE;
}
</style>
background-color css
<style>
a { background-color: #D704EE; }
a { background-color: rgb(215,4,238); }
div.DivClassName
{
background-color: #D704EE;
}
.BgClassName
{
background-color: #D704EE;
}
</style>
border-color css
<style>
span { border-color: #D704EE; }
span { border-color: rgb(215,4,238); }
td.TdClassName
{
border-color: #D704EE;
}
.TagClassName
{
border-color: #D704EE;
}
</style>