Shades of Psychedelic Purple #D008EC
Tints of Psychedelic Purple #D008EC
RGB
CMYK
RGB Variations
Color information
#D008EC (or 0xD008EC) is known color: Psychedelic Purple. HEX triplet: D0, 08 and EC. RGB value is (208,8,236). Sum of RGB (Red+Green+Blue) = 208+8+236=452 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.02% from 452); Green value is 8 (3.52% from 255 or 1.77% from 452); Blue value is 236 (92.58% from 255 or 52.21% from 452); Max value from RGB is 236 - color contains mainly: blue. Hex color #D008EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D008EC is #2FF713. Grayscale: #5D5D5D. Windows color (decimal): -3143444 or 15468752. OLE color: 15468752.
HSL color Cylindrical-coordinate representation of color #D008EC: hue angle of 292.63º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D008EC is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 8 | 236 | - |
| CMYK | 0.12 | 0.97 | 0 | 0.07 |
| HSL | 292.63º | 0.93% | 0.48% | - |
| HSV(B) | 292.63º | 0.97% | 0.93% | - |
| XYZ | 41.24 | 19.64 | 80.97 | - |
| YUV | 93.79 | 208.26 | 209.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 8 | 236 | 0.12 | 0.97 | 0 | 0.07 | 292.63 | 0.93 | 0.48 |
| Hex | D0 | 8 | EC | C | 61 | 0 | 7 | 125 | 5D | 30 |
| Octal | 320 | 10 | 354 | 14 | 141 | 0 | 7 | 445 | 135 | 60 |
| Binary | 11010000 | 1000 | 11101100 | 1100 | 1100001 | 0 | 111 | 100100101 | 1011101 | 110000 |
Color Harmonies of #D008EC
Complementary color
Monochromatic Colors of #D008EC
Black with #D008EC
Text Example
Text Example
White with #D008EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D008EC; }
p { color: rgb(208,8,236); }
H1.HeaderClassName
{
color: #D008EC;
}
.AnyTagClassName
{
color: #D008EC;
}
</style>
background-color css
<style>
a { background-color: #D008EC; }
a { background-color: rgb(208,8,236); }
div.DivClassName
{
background-color: #D008EC;
}
.BgClassName
{
background-color: #D008EC;
}
</style>
border-color css
<style>
span { border-color: #D008EC; }
span { border-color: rgb(208,8,236); }
td.TdClassName
{
border-color: #D008EC;
}
.TagClassName
{
border-color: #D008EC;
}
</style>