Shades of Psychedelic Purple #D72BE6
Tints of Psychedelic Purple #D72BE6
RGB
CMYK
RGB Variations
Color information
#D72BE6 (or 0xD72BE6) is known color: Psychedelic Purple. HEX triplet: D7, 2B and E6. RGB value is (215,43,230). Sum of RGB (Red+Green+Blue) = 215+43+230=488 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.06% from 488); Green value is 43 (17.19% from 255 or 8.81% from 488); Blue value is 230 (90.23% from 255 or 47.13% from 488); Max value from RGB is 230 - color contains mainly: blue. Hex color #D72BE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D72BE6 is #28D419. Grayscale: #737373. Windows color (decimal): -2675738 or 15084503. OLE color: 15084503.
HSL color Cylindrical-coordinate representation of color #D72BE6: hue angle of 295.19º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D72BE6 is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 215 | 43 | 230 | - |
| CMYK | 0.07 | 0.81 | 0 | 0.10 |
| HSL | 295.19º | 0.79% | 0.54% | - |
| HSV(B) | 295.19º | 0.81% | 0.9% | - |
| XYZ | 43.17 | 21.89 | 76.81 | - |
| YUV | 115.75 | 192.48 | 198.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 43 | 230 | 0.07 | 0.81 | 0 | 0.10 | 295.19 | 0.79 | 0.54 |
| Hex | D7 | 2B | E6 | 7 | 51 | 0 | A | 127 | 4F | 36 |
| Octal | 327 | 53 | 346 | 7 | 121 | 0 | 12 | 447 | 117 | 66 |
| Binary | 11010111 | 101011 | 11100110 | 111 | 1010001 | 0 | 1010 | 100100111 | 1001111 | 110110 |
Color Harmonies of #D72BE6
Complementary color
Monochromatic Colors of #D72BE6
Black with #D72BE6
Text Example
Text Example
White with #D72BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72BE6; }
p { color: rgb(215,43,230); }
H1.HeaderClassName
{
color: #D72BE6;
}
.AnyTagClassName
{
color: #D72BE6;
}
</style>
background-color css
<style>
a { background-color: #D72BE6; }
a { background-color: rgb(215,43,230); }
div.DivClassName
{
background-color: #D72BE6;
}
.BgClassName
{
background-color: #D72BE6;
}
</style>
border-color css
<style>
span { border-color: #D72BE6; }
span { border-color: rgb(215,43,230); }
td.TdClassName
{
border-color: #D72BE6;
}
.TagClassName
{
border-color: #D72BE6;
}
</style>