Shades of Psychedelic Purple #D728E5
Tints of Psychedelic Purple #D728E5
RGB
CMYK
RGB Variations
Color information
#D728E5 (or 0xD728E5) is known color: Psychedelic Purple. HEX triplet: D7, 28 and E5. RGB value is (215,40,229). Sum of RGB (Red+Green+Blue) = 215+40+229=484 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.42% from 484); Green value is 40 (16.02% from 255 or 8.26% from 484); Blue value is 229 (89.84% from 255 or 47.31% from 484); Max value from RGB is 229 - color contains mainly: blue. Hex color #D728E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D728E5 is #28D71A. Grayscale: #717171. Windows color (decimal): -2676507 or 15018199. OLE color: 15018199.
HSL color Cylindrical-coordinate representation of color #D728E5: hue angle of 295.56º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D728E5 is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 215 | 40 | 229 | - |
| CMYK | 0.06 | 0.83 | 0 | 0.10 |
| HSL | 295.56º | 0.78% | 0.53% | - |
| HSV(B) | 295.56º | 0.83% | 0.9% | - |
| XYZ | 42.93 | 21.62 | 76.04 | - |
| YUV | 113.87 | 192.98 | 200.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 40 | 229 | 0.06 | 0.83 | 0 | 0.10 | 295.56 | 0.78 | 0.53 |
| Hex | D7 | 28 | E5 | 6 | 53 | 0 | A | 128 | 4E | 35 |
| Octal | 327 | 50 | 345 | 6 | 123 | 0 | 12 | 450 | 116 | 65 |
| Binary | 11010111 | 101000 | 11100101 | 110 | 1010011 | 0 | 1010 | 100101000 | 1001110 | 110101 |
Color Harmonies of #D728E5
Complementary color
Monochromatic Colors of #D728E5
Black with #D728E5
Text Example
Text Example
White with #D728E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D728E5; }
p { color: rgb(215,40,229); }
H1.HeaderClassName
{
color: #D728E5;
}
.AnyTagClassName
{
color: #D728E5;
}
</style>
background-color css
<style>
a { background-color: #D728E5; }
a { background-color: rgb(215,40,229); }
div.DivClassName
{
background-color: #D728E5;
}
.BgClassName
{
background-color: #D728E5;
}
</style>
border-color css
<style>
span { border-color: #D728E5; }
span { border-color: rgb(215,40,229); }
td.TdClassName
{
border-color: #D728E5;
}
.TagClassName
{
border-color: #D728E5;
}
</style>