Shades of Psychedelic Purple #D027EE
Tints of Psychedelic Purple #D027EE
RGB
CMYK
RGB Variations
Color information
#D027EE (or 0xD027EE) is known color: Psychedelic Purple. HEX triplet: D0, 27 and EE. RGB value is (208,39,238). Sum of RGB (Red+Green+Blue) = 208+39+238=485 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.89% from 485); Green value is 39 (15.62% from 255 or 8.04% from 485); Blue value is 238 (93.36% from 255 or 49.07% from 485); Max value from RGB is 238 - color contains mainly: blue. Hex color #D027EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D027EE is #2FD811. Grayscale: #6F6F6F. Windows color (decimal): -3135506 or 15607760. OLE color: 15607760.
HSL color Cylindrical-coordinate representation of color #D027EE: hue angle of 290.95º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D027EE is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 39 | 238 | - |
| CMYK | 0.13 | 0.84 | 0 | 0.07 |
| HSL | 290.95º | 0.85% | 0.54% | - |
| HSV(B) | 290.95º | 0.84% | 0.93% | - |
| XYZ | 42.17 | 21.03 | 82.73 | - |
| YUV | 112.22 | 198.99 | 196.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 39 | 238 | 0.13 | 0.84 | 0 | 0.07 | 290.95 | 0.85 | 0.54 |
| Hex | D0 | 27 | EE | D | 54 | 0 | 7 | 123 | 55 | 36 |
| Octal | 320 | 47 | 356 | 15 | 124 | 0 | 7 | 443 | 125 | 66 |
| Binary | 11010000 | 100111 | 11101110 | 1101 | 1010100 | 0 | 111 | 100100011 | 1010101 | 110110 |
Color Harmonies of #D027EE
Complementary color
Monochromatic Colors of #D027EE
Black with #D027EE
Text Example
Text Example
White with #D027EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D027EE; }
p { color: rgb(208,39,238); }
H1.HeaderClassName
{
color: #D027EE;
}
.AnyTagClassName
{
color: #D027EE;
}
</style>
background-color css
<style>
a { background-color: #D027EE; }
a { background-color: rgb(208,39,238); }
div.DivClassName
{
background-color: #D027EE;
}
.BgClassName
{
background-color: #D027EE;
}
</style>
border-color css
<style>
span { border-color: #D027EE; }
span { border-color: rgb(208,39,238); }
td.TdClassName
{
border-color: #D027EE;
}
.TagClassName
{
border-color: #D027EE;
}
</style>