Shades of Psychedelic Purple #D727E9
Tints of Psychedelic Purple #D727E9
RGB
CMYK
RGB Variations
Color information
#D727E9 (or 0xD727E9) is known color: Psychedelic Purple. HEX triplet: D7, 27 and E9. RGB value is (215,39,233). Sum of RGB (Red+Green+Blue) = 215+39+233=487 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.15% from 487); Green value is 39 (15.62% from 255 or 8.01% from 487); Blue value is 233 (91.41% from 255 or 47.84% from 487); Max value from RGB is 233 - color contains mainly: blue. Hex color #D727E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D727E9 is #28D816. Grayscale: #717171. Windows color (decimal): -2676759 or 15280087. OLE color: 15280087.
HSL color Cylindrical-coordinate representation of color #D727E9: hue angle of 294.43º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D727E9 is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 215 | 39 | 233 | - |
| CMYK | 0.08 | 0.83 | 0 | 0.09 |
| HSL | 294.43º | 0.82% | 0.53% | - |
| HSV(B) | 294.43º | 0.83% | 0.91% | - |
| XYZ | 43.46 | 21.78 | 79 | - |
| YUV | 113.74 | 195.31 | 200.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 39 | 233 | 0.08 | 0.83 | 0 | 0.09 | 294.43 | 0.82 | 0.53 |
| Hex | D7 | 27 | E9 | 8 | 53 | 0 | 9 | 126 | 52 | 35 |
| Octal | 327 | 47 | 351 | 10 | 123 | 0 | 11 | 446 | 122 | 65 |
| Binary | 11010111 | 100111 | 11101001 | 1000 | 1010011 | 0 | 1001 | 100100110 | 1010010 | 110101 |
Color Harmonies of #D727E9
Complementary color
Monochromatic Colors of #D727E9
Black with #D727E9
Text Example
Text Example
White with #D727E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D727E9; }
p { color: rgb(215,39,233); }
H1.HeaderClassName
{
color: #D727E9;
}
.AnyTagClassName
{
color: #D727E9;
}
</style>
background-color css
<style>
a { background-color: #D727E9; }
a { background-color: rgb(215,39,233); }
div.DivClassName
{
background-color: #D727E9;
}
.BgClassName
{
background-color: #D727E9;
}
</style>
border-color css
<style>
span { border-color: #D727E9; }
span { border-color: rgb(215,39,233); }
td.TdClassName
{
border-color: #D727E9;
}
.TagClassName
{
border-color: #D727E9;
}
</style>