Shades of Psychedelic Purple #D72EED
Tints of Psychedelic Purple #D72EED
RGB
CMYK
RGB Variations
Color information
#D72EED (or 0xD72EED) is known color: Psychedelic Purple. HEX triplet: D7, 2E and ED. RGB value is (215,46,237). Sum of RGB (Red+Green+Blue) = 215+46+237=498 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.17% from 498); Green value is 46 (18.36% from 255 or 9.24% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 237 - color contains mainly: blue. Hex color #D72EED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D72EED is #28D112. Grayscale: #757575. Windows color (decimal): -2674963 or 15544023. OLE color: 15544023.
HSL color Cylindrical-coordinate representation of color #D72EED: hue angle of 293.09º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D72EED is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 46 | 237 | - |
| CMYK | 0.09 | 0.81 | 0 | 0.07 |
| HSL | 293.09º | 0.84% | 0.55% | - |
| HSV(B) | 293.09º | 0.81% | 0.93% | - |
| XYZ | 44.29 | 22.52 | 82.13 | - |
| YUV | 118.31 | 194.99 | 196.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 46 | 237 | 0.09 | 0.81 | 0 | 0.07 | 293.09 | 0.84 | 0.55 |
| Hex | D7 | 2E | ED | 9 | 51 | 0 | 7 | 125 | 54 | 37 |
| Octal | 327 | 56 | 355 | 11 | 121 | 0 | 7 | 445 | 124 | 67 |
| Binary | 11010111 | 101110 | 11101101 | 1001 | 1010001 | 0 | 111 | 100100101 | 1010100 | 110111 |
Color Harmonies of #D72EED
Complementary color
Monochromatic Colors of #D72EED
Black with #D72EED
Text Example
Text Example
White with #D72EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72EED; }
p { color: rgb(215,46,237); }
H1.HeaderClassName
{
color: #D72EED;
}
.AnyTagClassName
{
color: #D72EED;
}
</style>
background-color css
<style>
a { background-color: #D72EED; }
a { background-color: rgb(215,46,237); }
div.DivClassName
{
background-color: #D72EED;
}
.BgClassName
{
background-color: #D72EED;
}
</style>
border-color css
<style>
span { border-color: #D72EED; }
span { border-color: rgb(215,46,237); }
td.TdClassName
{
border-color: #D72EED;
}
.TagClassName
{
border-color: #D72EED;
}
</style>