Shades of Psychedelic Purple #D008ED
Tints of Psychedelic Purple #D008ED
RGB
CMYK
RGB Variations
Color information
#D008ED (or 0xD008ED) is known color: Psychedelic Purple. HEX triplet: D0, 08 and ED. RGB value is (208,8,237). Sum of RGB (Red+Green+Blue) = 208+8+237=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 8 (3.52% from 255 or 1.77% from 453); Blue value is 237 (92.97% from 255 or 52.32% from 453); Max value from RGB is 237 - color contains mainly: blue. Hex color #D008ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D008ED is #2FF712. Grayscale: #5D5D5D. Windows color (decimal): -3143443 or 15534288. OLE color: 15534288.
HSL color Cylindrical-coordinate representation of color #D008ED: hue angle of 292.4º 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 #D008ED is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 8 | 237 | - |
| CMYK | 0.12 | 0.97 | 0 | 0.07 |
| HSL | 292.4º | 0.93% | 0.48% | - |
| HSV(B) | 292.4º | 0.97% | 0.93% | - |
| XYZ | 41.39 | 19.7 | 81.74 | - |
| YUV | 93.91 | 208.76 | 209.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 8 | 237 | 0.12 | 0.97 | 0 | 0.07 | 292.4 | 0.93 | 0.48 |
| Hex | D0 | 8 | ED | C | 61 | 0 | 7 | 124 | 5D | 30 |
| Octal | 320 | 10 | 355 | 14 | 141 | 0 | 7 | 444 | 135 | 60 |
| Binary | 11010000 | 1000 | 11101101 | 1100 | 1100001 | 0 | 111 | 100100100 | 1011101 | 110000 |
Color Harmonies of #D008ED
Complementary color
Monochromatic Colors of #D008ED
Black with #D008ED
Text Example
Text Example
White with #D008ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D008ED; }
p { color: rgb(208,8,237); }
H1.HeaderClassName
{
color: #D008ED;
}
.AnyTagClassName
{
color: #D008ED;
}
</style>
background-color css
<style>
a { background-color: #D008ED; }
a { background-color: rgb(208,8,237); }
div.DivClassName
{
background-color: #D008ED;
}
.BgClassName
{
background-color: #D008ED;
}
</style>
border-color css
<style>
span { border-color: #D008ED; }
span { border-color: rgb(208,8,237); }
td.TdClassName
{
border-color: #D008ED;
}
.TagClassName
{
border-color: #D008ED;
}
</style>