Shades of Psychedelic Purple #D028EC
Tints of Psychedelic Purple #D028EC
RGB
CMYK
RGB Variations
Color information
#D028EC (or 0xD028EC) is known color: Psychedelic Purple. HEX triplet: D0, 28 and EC. RGB value is (208,40,236). Sum of RGB (Red+Green+Blue) = 208+40+236=484 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.98% from 484); Green value is 40 (16.02% from 255 or 8.26% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 236 - color contains mainly: blue. Hex color #D028EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D028EC is #2FD713. Grayscale: #6F6F6F. Windows color (decimal): -3135252 or 15476944. OLE color: 15476944.
HSL color Cylindrical-coordinate representation of color #D028EC: hue angle of 291.43º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D028EC is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 40 | 236 | - |
| CMYK | 0.12 | 0.83 | 0 | 0.07 |
| HSL | 291.43º | 0.84% | 0.54% | - |
| HSV(B) | 291.43º | 0.83% | 0.93% | - |
| XYZ | 41.91 | 20.98 | 81.2 | - |
| YUV | 112.58 | 197.66 | 196.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 40 | 236 | 0.12 | 0.83 | 0 | 0.07 | 291.43 | 0.84 | 0.54 |
| Hex | D0 | 28 | EC | C | 53 | 0 | 7 | 123 | 54 | 36 |
| Octal | 320 | 50 | 354 | 14 | 123 | 0 | 7 | 443 | 124 | 66 |
| Binary | 11010000 | 101000 | 11101100 | 1100 | 1010011 | 0 | 111 | 100100011 | 1010100 | 110110 |
Color Harmonies of #D028EC
Complementary color
Monochromatic Colors of #D028EC
Black with #D028EC
Text Example
Text Example
White with #D028EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D028EC; }
p { color: rgb(208,40,236); }
H1.HeaderClassName
{
color: #D028EC;
}
.AnyTagClassName
{
color: #D028EC;
}
</style>
background-color css
<style>
a { background-color: #D028EC; }
a { background-color: rgb(208,40,236); }
div.DivClassName
{
background-color: #D028EC;
}
.BgClassName
{
background-color: #D028EC;
}
</style>
border-color css
<style>
span { border-color: #D028EC; }
span { border-color: rgb(208,40,236); }
td.TdClassName
{
border-color: #D028EC;
}
.TagClassName
{
border-color: #D028EC;
}
</style>