Shades of Psychedelic Purple #D008EE
Tints of Psychedelic Purple #D008EE
RGB
CMYK
RGB Variations
Color information
#D008EE (or 0xD008EE) is known color: Psychedelic Purple. HEX triplet: D0, 08 and EE. RGB value is (208,8,238). Sum of RGB (Red+Green+Blue) = 208+8+238=454 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.81% from 454); Green value is 8 (3.52% from 255 or 1.76% from 454); Blue value is 238 (93.36% from 255 or 52.42% from 454); Max value from RGB is 238 - color contains mainly: blue. Hex color #D008EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D008EE is #2FF711. Grayscale: #5D5D5D. Windows color (decimal): -3143442 or 15599824. OLE color: 15599824.
HSL color Cylindrical-coordinate representation of color #D008EE: hue angle of 292.17º 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 #D008EE is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 8 | 238 | - |
| CMYK | 0.13 | 0.97 | 0 | 0.07 |
| HSL | 292.17º | 0.93% | 0.48% | - |
| HSV(B) | 292.17º | 0.97% | 0.93% | - |
| XYZ | 41.53 | 19.76 | 82.51 | - |
| YUV | 94.02 | 209.26 | 209.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 8 | 238 | 0.13 | 0.97 | 0 | 0.07 | 292.17 | 0.93 | 0.48 |
| Hex | D0 | 8 | EE | D | 61 | 0 | 7 | 124 | 5D | 30 |
| Octal | 320 | 10 | 356 | 15 | 141 | 0 | 7 | 444 | 135 | 60 |
| Binary | 11010000 | 1000 | 11101110 | 1101 | 1100001 | 0 | 111 | 100100100 | 1011101 | 110000 |
Color Harmonies of #D008EE
Complementary color
Monochromatic Colors of #D008EE
Black with #D008EE
Text Example
Text Example
White with #D008EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D008EE; }
p { color: rgb(208,8,238); }
H1.HeaderClassName
{
color: #D008EE;
}
.AnyTagClassName
{
color: #D008EE;
}
</style>
background-color css
<style>
a { background-color: #D008EE; }
a { background-color: rgb(208,8,238); }
div.DivClassName
{
background-color: #D008EE;
}
.BgClassName
{
background-color: #D008EE;
}
</style>
border-color css
<style>
span { border-color: #D008EE; }
span { border-color: rgb(208,8,238); }
td.TdClassName
{
border-color: #D008EE;
}
.TagClassName
{
border-color: #D008EE;
}
</style>