Shades of Psychedelic Purple #D000ED
Tints of Psychedelic Purple #D000ED
RGB
CMYK
RGB Variations
Color information
#D000ED (or 0xD000ED) is known color: Psychedelic Purple. HEX triplet: D0, 00 and ED. RGB value is (208,0,237). Sum of RGB (Red+Green+Blue) = 208+0+237=445 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.74% from 445); Green value is 0 (0.39% from 255 or 0% from 445); Blue value is 237 (92.97% from 255 or 53.26% from 445); Max value from RGB is 237 - color contains mainly: blue. Hex color #D000ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D000ED is #2FFF12. Grayscale: #585858. Windows color (decimal): -3145491 or 15532240. OLE color: 15532240.
HSL color Cylindrical-coordinate representation of color #D000ED: hue angle of 292.66º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D000ED is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 0 | 237 | - |
| CMYK | 0.12 | 1 | 0 | 0.07 |
| HSL | 292.66º | 1% | 0.46% | - |
| HSV(B) | 292.66º | 1% | 0.93% | - |
| XYZ | 41.3 | 19.52 | 81.71 | - |
| YUV | 89.21 | 211.41 | 212.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 0 | 237 | 0.12 | 1 | 0 | 0.07 | 292.66 | 1 | 0.46 |
| Hex | D0 | 0 | ED | C | 64 | 0 | 7 | 125 | 64 | 2E |
| Octal | 320 | 0 | 355 | 14 | 144 | 0 | 7 | 445 | 144 | 56 |
| Binary | 11010000 | 0 | 11101101 | 1100 | 1100100 | 0 | 111 | 100100101 | 1100100 | 101110 |
Color Harmonies of #D000ED
Complementary color
Monochromatic Colors of #D000ED
Black with #D000ED
Text Example
Text Example
White with #D000ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D000ED; }
p { color: rgb(208,0,237); }
H1.HeaderClassName
{
color: #D000ED;
}
.AnyTagClassName
{
color: #D000ED;
}
</style>
background-color css
<style>
a { background-color: #D000ED; }
a { background-color: rgb(208,0,237); }
div.DivClassName
{
background-color: #D000ED;
}
.BgClassName
{
background-color: #D000ED;
}
</style>
border-color css
<style>
span { border-color: #D000ED; }
span { border-color: rgb(208,0,237); }
td.TdClassName
{
border-color: #D000ED;
}
.TagClassName
{
border-color: #D000ED;
}
</style>