Shades of Psychedelic Purple #D727EA
Tints of Psychedelic Purple #D727EA
RGB
CMYK
RGB Variations
Color information
#D727EA (or 0xD727EA) is known color: Psychedelic Purple. HEX triplet: D7, 27 and EA. RGB value is (215,39,234). Sum of RGB (Red+Green+Blue) = 215+39+234=488 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.06% from 488); Green value is 39 (15.62% from 255 or 7.99% from 488); Blue value is 234 (91.80% from 255 or 47.95% from 488); Max value from RGB is 234 - color contains mainly: blue. Hex color #D727EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D727EA is #28D815. Grayscale: #717171. Windows color (decimal): -2676758 or 15345623. OLE color: 15345623.
HSL color Cylindrical-coordinate representation of color #D727EA: hue angle of 294.15º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D727EA is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 215 | 39 | 234 | - |
| CMYK | 0.08 | 0.83 | 0 | 0.08 |
| HSL | 294.15º | 0.82% | 0.54% | - |
| HSV(B) | 294.15º | 0.83% | 0.92% | - |
| XYZ | 43.6 | 21.84 | 79.76 | - |
| YUV | 113.85 | 195.81 | 200.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 39 | 234 | 0.08 | 0.83 | 0 | 0.08 | 294.15 | 0.82 | 0.54 |
| Hex | D7 | 27 | EA | 8 | 53 | 0 | 8 | 126 | 52 | 36 |
| Octal | 327 | 47 | 352 | 10 | 123 | 0 | 10 | 446 | 122 | 66 |
| Binary | 11010111 | 100111 | 11101010 | 1000 | 1010011 | 0 | 1000 | 100100110 | 1010010 | 110110 |
Color Harmonies of #D727EA
Complementary color
Monochromatic Colors of #D727EA
Black with #D727EA
Text Example
Text Example
White with #D727EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D727EA; }
p { color: rgb(215,39,234); }
H1.HeaderClassName
{
color: #D727EA;
}
.AnyTagClassName
{
color: #D727EA;
}
</style>
background-color css
<style>
a { background-color: #D727EA; }
a { background-color: rgb(215,39,234); }
div.DivClassName
{
background-color: #D727EA;
}
.BgClassName
{
background-color: #D727EA;
}
</style>
border-color css
<style>
span { border-color: #D727EA; }
span { border-color: rgb(215,39,234); }
td.TdClassName
{
border-color: #D727EA;
}
.TagClassName
{
border-color: #D727EA;
}
</style>