Shades of Psychedelic Purple #D72FEE
Tints of Psychedelic Purple #D72FEE
RGB
CMYK
RGB Variations
Color information
#D72FEE (or 0xD72FEE) is known color: Psychedelic Purple. HEX triplet: D7, 2F and EE. RGB value is (215,47,238). Sum of RGB (Red+Green+Blue) = 215+47+238=500 (66% of max value = 765). Red value is 215 (84.38% from 255 or 43% from 500); Green value is 47 (18.75% from 255 or 9.4% from 500); Blue value is 238 (93.36% from 255 or 47.6% from 500); Max value from RGB is 238 - color contains mainly: blue. Hex color #D72FEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D72FEE is #28D011. Grayscale: #767676. Windows color (decimal): -2674706 or 15609815. OLE color: 15609815.
HSL color Cylindrical-coordinate representation of color #D72FEE: hue angle of 292.77º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D72FEE is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 47 | 238 | - |
| CMYK | 0.10 | 0.80 | 0 | 0.07 |
| HSL | 292.77º | 0.85% | 0.56% | - |
| HSV(B) | 292.77º | 0.8% | 0.93% | - |
| XYZ | 44.47 | 22.65 | 82.92 | - |
| YUV | 119.01 | 195.16 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 47 | 238 | 0.10 | 0.80 | 0 | 0.07 | 292.77 | 0.85 | 0.56 |
| Hex | D7 | 2F | EE | A | 50 | 0 | 7 | 125 | 55 | 38 |
| Octal | 327 | 57 | 356 | 12 | 120 | 0 | 7 | 445 | 125 | 70 |
| Binary | 11010111 | 101111 | 11101110 | 1010 | 1010000 | 0 | 111 | 100100101 | 1010101 | 111000 |
Color Harmonies of #D72FEE
Complementary color
Monochromatic Colors of #D72FEE
Black with #D72FEE
Text Example
Text Example
White with #D72FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72FEE; }
p { color: rgb(215,47,238); }
H1.HeaderClassName
{
color: #D72FEE;
}
.AnyTagClassName
{
color: #D72FEE;
}
</style>
background-color css
<style>
a { background-color: #D72FEE; }
a { background-color: rgb(215,47,238); }
div.DivClassName
{
background-color: #D72FEE;
}
.BgClassName
{
background-color: #D72FEE;
}
</style>
border-color css
<style>
span { border-color: #D72FEE; }
span { border-color: rgb(215,47,238); }
td.TdClassName
{
border-color: #D72FEE;
}
.TagClassName
{
border-color: #D72FEE;
}
</style>