Shades of Psychedelic Purple #D027E9
Tints of Psychedelic Purple #D027E9
RGB
CMYK
RGB Variations
Color information
#D027E9 (or 0xD027E9) is known color: Psychedelic Purple. HEX triplet: D0, 27 and E9. RGB value is (208,39,233). Sum of RGB (Red+Green+Blue) = 208+39+233=480 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.33% from 480); Green value is 39 (15.62% from 255 or 8.12% from 480); Blue value is 233 (91.41% from 255 or 48.54% from 480); Max value from RGB is 233 - color contains mainly: blue. Hex color #D027E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D027E9 is #2FD816. Grayscale: #6F6F6F. Windows color (decimal): -3135511 or 15280080. OLE color: 15280080.
HSL color Cylindrical-coordinate representation of color #D027E9: hue angle of 292.27º 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 #D027E9 is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 39 | 233 | - |
| CMYK | 0.11 | 0.83 | 0 | 0.09 |
| HSL | 292.27º | 0.82% | 0.53% | - |
| HSV(B) | 292.27º | 0.83% | 0.91% | - |
| XYZ | 41.45 | 20.74 | 78.91 | - |
| YUV | 111.65 | 196.49 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 39 | 233 | 0.11 | 0.83 | 0 | 0.09 | 292.27 | 0.82 | 0.53 |
| Hex | D0 | 27 | E9 | B | 53 | 0 | 9 | 124 | 52 | 35 |
| Octal | 320 | 47 | 351 | 13 | 123 | 0 | 11 | 444 | 122 | 65 |
| Binary | 11010000 | 100111 | 11101001 | 1011 | 1010011 | 0 | 1001 | 100100100 | 1010010 | 110101 |
Color Harmonies of #D027E9
Complementary color
Monochromatic Colors of #D027E9
Black with #D027E9
Text Example
Text Example
White with #D027E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D027E9; }
p { color: rgb(208,39,233); }
H1.HeaderClassName
{
color: #D027E9;
}
.AnyTagClassName
{
color: #D027E9;
}
</style>
background-color css
<style>
a { background-color: #D027E9; }
a { background-color: rgb(208,39,233); }
div.DivClassName
{
background-color: #D027E9;
}
.BgClassName
{
background-color: #D027E9;
}
</style>
border-color css
<style>
span { border-color: #D027E9; }
span { border-color: rgb(208,39,233); }
td.TdClassName
{
border-color: #D027E9;
}
.TagClassName
{
border-color: #D027E9;
}
</style>