Shades of Psychedelic Purple #D028EE
Tints of Psychedelic Purple #D028EE
RGB
CMYK
RGB Variations
Color information
#D028EE (or 0xD028EE) is known color: Psychedelic Purple. HEX triplet: D0, 28 and EE. RGB value is (208,40,238). Sum of RGB (Red+Green+Blue) = 208+40+238=486 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.80% from 486); Green value is 40 (16.02% from 255 or 8.23% from 486); Blue value is 238 (93.36% from 255 or 48.97% from 486); Max value from RGB is 238 - color contains mainly: blue. Hex color #D028EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D028EE is #2FD711. Grayscale: #707070. Windows color (decimal): -3135250 or 15608016. OLE color: 15608016.
HSL color Cylindrical-coordinate representation of color #D028EE: hue angle of 290.91º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D028EE is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 40 | 238 | - |
| CMYK | 0.13 | 0.83 | 0 | 0.07 |
| HSL | 290.91º | 0.85% | 0.55% | - |
| HSV(B) | 290.91º | 0.83% | 0.93% | - |
| XYZ | 42.2 | 21.1 | 82.74 | - |
| YUV | 112.8 | 198.66 | 195.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 40 | 238 | 0.13 | 0.83 | 0 | 0.07 | 290.91 | 0.85 | 0.55 |
| Hex | D0 | 28 | EE | D | 53 | 0 | 7 | 123 | 55 | 37 |
| Octal | 320 | 50 | 356 | 15 | 123 | 0 | 7 | 443 | 125 | 67 |
| Binary | 11010000 | 101000 | 11101110 | 1101 | 1010011 | 0 | 111 | 100100011 | 1010101 | 110111 |
Color Harmonies of #D028EE
Complementary color
Monochromatic Colors of #D028EE
Black with #D028EE
Text Example
Text Example
White with #D028EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D028EE; }
p { color: rgb(208,40,238); }
H1.HeaderClassName
{
color: #D028EE;
}
.AnyTagClassName
{
color: #D028EE;
}
</style>
background-color css
<style>
a { background-color: #D028EE; }
a { background-color: rgb(208,40,238); }
div.DivClassName
{
background-color: #D028EE;
}
.BgClassName
{
background-color: #D028EE;
}
</style>
border-color css
<style>
span { border-color: #D028EE; }
span { border-color: rgb(208,40,238); }
td.TdClassName
{
border-color: #D028EE;
}
.TagClassName
{
border-color: #D028EE;
}
</style>