Shades of Psychedelic Purple #D72CEA
Tints of Psychedelic Purple #D72CEA
RGB
CMYK
RGB Variations
Color information
#D72CEA (or 0xD72CEA) is known color: Psychedelic Purple. HEX triplet: D7, 2C and EA. RGB value is (215,44,234). Sum of RGB (Red+Green+Blue) = 215+44+234=493 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.61% from 493); Green value is 44 (17.58% from 255 or 8.92% from 493); Blue value is 234 (91.80% from 255 or 47.46% from 493); Max value from RGB is 234 - color contains mainly: blue. Hex color #D72CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D72CEA is #28D315. Grayscale: #747474. Windows color (decimal): -2675478 or 15346903. OLE color: 15346903.
HSL color Cylindrical-coordinate representation of color #D72CEA: hue angle of 294º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D72CEA is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 215 | 44 | 234 | - |
| CMYK | 0.08 | 0.81 | 0 | 0.08 |
| HSL | 294º | 0.82% | 0.55% | - |
| HSV(B) | 294º | 0.81% | 0.92% | - |
| XYZ | 43.78 | 22.19 | 79.82 | - |
| YUV | 116.79 | 194.15 | 198.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 44 | 234 | 0.08 | 0.81 | 0 | 0.08 | 294 | 0.82 | 0.55 |
| Hex | D7 | 2C | EA | 8 | 51 | 0 | 8 | 126 | 52 | 37 |
| Octal | 327 | 54 | 352 | 10 | 121 | 0 | 10 | 446 | 122 | 67 |
| Binary | 11010111 | 101100 | 11101010 | 1000 | 1010001 | 0 | 1000 | 100100110 | 1010010 | 110111 |
Color Harmonies of #D72CEA
Complementary color
Monochromatic Colors of #D72CEA
Black with #D72CEA
Text Example
Text Example
White with #D72CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72CEA; }
p { color: rgb(215,44,234); }
H1.HeaderClassName
{
color: #D72CEA;
}
.AnyTagClassName
{
color: #D72CEA;
}
</style>
background-color css
<style>
a { background-color: #D72CEA; }
a { background-color: rgb(215,44,234); }
div.DivClassName
{
background-color: #D72CEA;
}
.BgClassName
{
background-color: #D72CEA;
}
</style>
border-color css
<style>
span { border-color: #D72CEA; }
span { border-color: rgb(215,44,234); }
td.TdClassName
{
border-color: #D72CEA;
}
.TagClassName
{
border-color: #D72CEA;
}
</style>