Shades of Psychedelic Purple #D72CE9
Tints of Psychedelic Purple #D72CE9
RGB
CMYK
RGB Variations
Color information
#D72CE9 (or 0xD72CE9) is known color: Psychedelic Purple. HEX triplet: D7, 2C and E9. RGB value is (215,44,233). Sum of RGB (Red+Green+Blue) = 215+44+233=492 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.70% from 492); Green value is 44 (17.58% from 255 or 8.94% from 492); Blue value is 233 (91.41% from 255 or 47.36% from 492); Max value from RGB is 233 - color contains mainly: blue. Hex color #D72CE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D72CE9 is #28D316. Grayscale: #747474. Windows color (decimal): -2675479 or 15281367. OLE color: 15281367.
HSL color Cylindrical-coordinate representation of color #D72CE9: hue angle of 294.29º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D72CE9 is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 215 | 44 | 233 | - |
| CMYK | 0.08 | 0.81 | 0 | 0.09 |
| HSL | 294.29º | 0.81% | 0.54% | - |
| HSV(B) | 294.29º | 0.81% | 0.91% | - |
| XYZ | 43.63 | 22.13 | 79.06 | - |
| YUV | 116.68 | 193.65 | 198.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 44 | 233 | 0.08 | 0.81 | 0 | 0.09 | 294.29 | 0.81 | 0.54 |
| Hex | D7 | 2C | E9 | 8 | 51 | 0 | 9 | 126 | 51 | 36 |
| Octal | 327 | 54 | 351 | 10 | 121 | 0 | 11 | 446 | 121 | 66 |
| Binary | 11010111 | 101100 | 11101001 | 1000 | 1010001 | 0 | 1001 | 100100110 | 1010001 | 110110 |
Color Harmonies of #D72CE9
Complementary color
Monochromatic Colors of #D72CE9
Black with #D72CE9
Text Example
Text Example
White with #D72CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72CE9; }
p { color: rgb(215,44,233); }
H1.HeaderClassName
{
color: #D72CE9;
}
.AnyTagClassName
{
color: #D72CE9;
}
</style>
background-color css
<style>
a { background-color: #D72CE9; }
a { background-color: rgb(215,44,233); }
div.DivClassName
{
background-color: #D72CE9;
}
.BgClassName
{
background-color: #D72CE9;
}
</style>
border-color css
<style>
span { border-color: #D72CE9; }
span { border-color: rgb(215,44,233); }
td.TdClassName
{
border-color: #D72CE9;
}
.TagClassName
{
border-color: #D72CE9;
}
</style>