Shades of Psychedelic Purple #D001EC
Tints of Psychedelic Purple #D001EC
RGB
CMYK
RGB Variations
Color information
#D001EC (or 0xD001EC) is known color: Psychedelic Purple. HEX triplet: D0, 01 and EC. RGB value is (208,1,236). Sum of RGB (Red+Green+Blue) = 208+1+236=445 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.74% from 445); Green value is 1 (0.78% from 255 or 0.22% from 445); Blue value is 236 (92.58% from 255 or 53.03% from 445); Max value from RGB is 236 - color contains mainly: blue. Hex color #D001EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D001EC is #2FFE13. Grayscale: #585858. Windows color (decimal): -3145236 or 15466960. OLE color: 15466960.
HSL color Cylindrical-coordinate representation of color #D001EC: hue angle of 292.85º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D001EC is Cyan = 0.12, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 1 | 236 | - |
| CMYK | 0.12 | 1.00 | 0 | 0.07 |
| HSL | 292.85º | 0.99% | 0.46% | - |
| HSV(B) | 292.85º | 1% | 0.93% | - |
| XYZ | 41.16 | 19.49 | 80.95 | - |
| YUV | 89.68 | 210.58 | 212.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 1 | 236 | 0.12 | 1.00 | 0 | 0.07 | 292.85 | 0.99 | 0.46 |
| Hex | D0 | 1 | EC | C | 64 | 0 | 7 | 125 | 63 | 2E |
| Octal | 320 | 1 | 354 | 14 | 144 | 0 | 7 | 445 | 143 | 56 |
| Binary | 11010000 | 1 | 11101100 | 1100 | 1100100 | 0 | 111 | 100100101 | 1100011 | 101110 |
Color Harmonies of #D001EC
Complementary color
Monochromatic Colors of #D001EC
Black with #D001EC
Text Example
Text Example
White with #D001EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D001EC; }
p { color: rgb(208,1,236); }
H1.HeaderClassName
{
color: #D001EC;
}
.AnyTagClassName
{
color: #D001EC;
}
</style>
background-color css
<style>
a { background-color: #D001EC; }
a { background-color: rgb(208,1,236); }
div.DivClassName
{
background-color: #D001EC;
}
.BgClassName
{
background-color: #D001EC;
}
</style>
border-color css
<style>
span { border-color: #D001EC; }
span { border-color: rgb(208,1,236); }
td.TdClassName
{
border-color: #D001EC;
}
.TagClassName
{
border-color: #D001EC;
}
</style>