Shades of Psychedelic Purple #D100EC
Tints of Psychedelic Purple #D100EC
RGB
CMYK
RGB Variations
Color information
#D100EC (or 0xD100EC) is known color: Psychedelic Purple. HEX triplet: D1, 00 and EC. RGB value is (209,0,236). Sum of RGB (Red+Green+Blue) = 209+0+236=445 (58% of max value = 765). Red value is 209 (82.03% from 255 or 46.97% from 445); Green value is 0 (0.39% from 255 or 0% 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 #D100EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D100EC is #2EFF13. Grayscale: #585858. Windows color (decimal): -3079956 or 15466705. OLE color: 15466705.
HSL color Cylindrical-coordinate representation of color #D100EC: hue angle of 293.14º 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 #D100EC is Cyan = 0.11, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 0 | 236 | - |
| CMYK | 0.11 | 1 | 0 | 0.07 |
| HSL | 293.14º | 1% | 0.46% | - |
| HSV(B) | 293.14º | 1% | 0.93% | - |
| XYZ | 41.43 | 19.61 | 80.96 | - |
| YUV | 89.4 | 210.74 | 213.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 0 | 236 | 0.11 | 1 | 0 | 0.07 | 293.14 | 1 | 0.46 |
| Hex | D1 | 0 | EC | B | 64 | 0 | 7 | 125 | 64 | 2E |
| Octal | 321 | 0 | 354 | 13 | 144 | 0 | 7 | 445 | 144 | 56 |
| Binary | 11010001 | 0 | 11101100 | 1011 | 1100100 | 0 | 111 | 100100101 | 1100100 | 101110 |
Color Harmonies of #D100EC
Complementary color
Monochromatic Colors of #D100EC
Black with #D100EC
Text Example
Text Example
White with #D100EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D100EC; }
p { color: rgb(209,0,236); }
H1.HeaderClassName
{
color: #D100EC;
}
.AnyTagClassName
{
color: #D100EC;
}
</style>
background-color css
<style>
a { background-color: #D100EC; }
a { background-color: rgb(209,0,236); }
div.DivClassName
{
background-color: #D100EC;
}
.BgClassName
{
background-color: #D100EC;
}
</style>
border-color css
<style>
span { border-color: #D100EC; }
span { border-color: rgb(209,0,236); }
td.TdClassName
{
border-color: #D100EC;
}
.TagClassName
{
border-color: #D100EC;
}
</style>