Shades of Psychedelic Purple #D001ED
Tints of Psychedelic Purple #D001ED
RGB
CMYK
RGB Variations
Color information
#D001ED (or 0xD001ED) is known color: Psychedelic Purple. HEX triplet: D0, 01 and ED. RGB value is (208,1,237). Sum of RGB (Red+Green+Blue) = 208+1+237=446 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.64% from 446); Green value is 1 (0.78% from 255 or 0.22% from 446); Blue value is 237 (92.97% from 255 or 53.14% from 446); Max value from RGB is 237 - color contains mainly: blue. Hex color #D001ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D001ED is #2FFE12. Grayscale: #595959. Windows color (decimal): -3145235 or 15532496. OLE color: 15532496.
HSL color Cylindrical-coordinate representation of color #D001ED: hue angle of 292.63º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D001ED is Cyan = 0.12, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 1 | 237 | - |
| CMYK | 0.12 | 1.00 | 0 | 0.07 |
| HSL | 292.63º | 0.99% | 0.47% | - |
| HSV(B) | 292.63º | 1% | 0.93% | - |
| XYZ | 41.31 | 19.55 | 81.72 | - |
| YUV | 89.8 | 211.08 | 212.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 1 | 237 | 0.12 | 1.00 | 0 | 0.07 | 292.63 | 0.99 | 0.47 |
| Hex | D0 | 1 | ED | C | 64 | 0 | 7 | 125 | 63 | 2F |
| Octal | 320 | 1 | 355 | 14 | 144 | 0 | 7 | 445 | 143 | 57 |
| Binary | 11010000 | 1 | 11101101 | 1100 | 1100100 | 0 | 111 | 100100101 | 1100011 | 101111 |
Color Harmonies of #D001ED
Complementary color
Monochromatic Colors of #D001ED
Black with #D001ED
Text Example
Text Example
White with #D001ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D001ED; }
p { color: rgb(208,1,237); }
H1.HeaderClassName
{
color: #D001ED;
}
.AnyTagClassName
{
color: #D001ED;
}
</style>
background-color css
<style>
a { background-color: #D001ED; }
a { background-color: rgb(208,1,237); }
div.DivClassName
{
background-color: #D001ED;
}
.BgClassName
{
background-color: #D001ED;
}
</style>
border-color css
<style>
span { border-color: #D001ED; }
span { border-color: rgb(208,1,237); }
td.TdClassName
{
border-color: #D001ED;
}
.TagClassName
{
border-color: #D001ED;
}
</style>