Shades of Psychedelic Purple #D72EEF
Tints of Psychedelic Purple #D72EEF
RGB
CMYK
RGB Variations
Color information
#D72EEF (or 0xD72EEF) is known color: Psychedelic Purple. HEX triplet: D7, 2E and EF. RGB value is (215,46,239). Sum of RGB (Red+Green+Blue) = 215+46+239=500 (66% of max value = 765). Red value is 215 (84.38% from 255 or 43% from 500); Green value is 46 (18.36% from 255 or 9.2% from 500); Blue value is 239 (93.75% from 255 or 47.8% from 500); Max value from RGB is 239 - color contains mainly: blue. Hex color #D72EEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D72EEF is #28D110. Grayscale: #757575. Windows color (decimal): -2674961 or 15675095. OLE color: 15675095.
HSL color Cylindrical-coordinate representation of color #D72EEF: hue angle of 292.54º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D72EEF is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 215 | 46 | 239 | - |
| CMYK | 0.10 | 0.81 | 0 | 0.06 |
| HSL | 292.54º | 0.86% | 0.56% | - |
| HSV(B) | 292.54º | 0.81% | 0.94% | - |
| XYZ | 44.58 | 22.63 | 83.68 | - |
| YUV | 118.53 | 195.99 | 196.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 46 | 239 | 0.10 | 0.81 | 0 | 0.06 | 292.54 | 0.86 | 0.56 |
| Hex | D7 | 2E | EF | A | 51 | 0 | 6 | 125 | 56 | 38 |
| Octal | 327 | 56 | 357 | 12 | 121 | 0 | 6 | 445 | 126 | 70 |
| Binary | 11010111 | 101110 | 11101111 | 1010 | 1010001 | 0 | 110 | 100100101 | 1010110 | 111000 |
Color Harmonies of #D72EEF
Complementary color
Monochromatic Colors of #D72EEF
Black with #D72EEF
Text Example
Text Example
White with #D72EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72EEF; }
p { color: rgb(215,46,239); }
H1.HeaderClassName
{
color: #D72EEF;
}
.AnyTagClassName
{
color: #D72EEF;
}
</style>
background-color css
<style>
a { background-color: #D72EEF; }
a { background-color: rgb(215,46,239); }
div.DivClassName
{
background-color: #D72EEF;
}
.BgClassName
{
background-color: #D72EEF;
}
</style>
border-color css
<style>
span { border-color: #D72EEF; }
span { border-color: rgb(215,46,239); }
td.TdClassName
{
border-color: #D72EEF;
}
.TagClassName
{
border-color: #D72EEF;
}
</style>