Shades of Psychedelic Purple #D72FED
Tints of Psychedelic Purple #D72FED
RGB
CMYK
RGB Variations
Color information
#D72FED (or 0xD72FED) is known color: Psychedelic Purple. HEX triplet: D7, 2F and ED. RGB value is (215,47,237). Sum of RGB (Red+Green+Blue) = 215+47+237=499 (66% of max value = 765). Red value is 215 (84.38% from 255 or 43.09% from 499); Green value is 47 (18.75% from 255 or 9.42% from 499); Blue value is 237 (92.97% from 255 or 47.49% from 499); Max value from RGB is 237 - color contains mainly: blue. Hex color #D72FED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D72FED is #28D012. Grayscale: #767676. Windows color (decimal): -2674707 or 15544279. OLE color: 15544279.
HSL color Cylindrical-coordinate representation of color #D72FED: hue angle of 293.05º degrees, saturation: 0.84, 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 #D72FED is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 47 | 237 | - |
| CMYK | 0.09 | 0.80 | 0 | 0.07 |
| HSL | 293.05º | 0.84% | 0.56% | - |
| HSV(B) | 293.05º | 0.8% | 0.93% | - |
| XYZ | 44.33 | 22.59 | 82.15 | - |
| YUV | 118.89 | 194.66 | 196.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 47 | 237 | 0.09 | 0.80 | 0 | 0.07 | 293.05 | 0.84 | 0.56 |
| Hex | D7 | 2F | ED | 9 | 50 | 0 | 7 | 125 | 54 | 38 |
| Octal | 327 | 57 | 355 | 11 | 120 | 0 | 7 | 445 | 124 | 70 |
| Binary | 11010111 | 101111 | 11101101 | 1001 | 1010000 | 0 | 111 | 100100101 | 1010100 | 111000 |
Color Harmonies of #D72FED
Complementary color
Monochromatic Colors of #D72FED
Black with #D72FED
Text Example
Text Example
White with #D72FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72FED; }
p { color: rgb(215,47,237); }
H1.HeaderClassName
{
color: #D72FED;
}
.AnyTagClassName
{
color: #D72FED;
}
</style>
background-color css
<style>
a { background-color: #D72FED; }
a { background-color: rgb(215,47,237); }
div.DivClassName
{
background-color: #D72FED;
}
.BgClassName
{
background-color: #D72FED;
}
</style>
border-color css
<style>
span { border-color: #D72FED; }
span { border-color: rgb(215,47,237); }
td.TdClassName
{
border-color: #D72FED;
}
.TagClassName
{
border-color: #D72FED;
}
</style>