Shades of Psychedelic Purple #D010EC
Tints of Psychedelic Purple #D010EC
RGB
CMYK
RGB Variations
Color information
#D010EC (or 0xD010EC) is known color: Psychedelic Purple. HEX triplet: D0, 10 and EC. RGB value is (208,16,236). Sum of RGB (Red+Green+Blue) = 208+16+236=460 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.22% from 460); Green value is 16 (6.64% from 255 or 3.48% from 460); Blue value is 236 (92.58% from 255 or 51.30% from 460); Max value from RGB is 236 - color contains mainly: blue. Hex color #D010EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D010EC is #2FEF13. Grayscale: #616161. Windows color (decimal): -3141396 or 15470800. OLE color: 15470800.
HSL color Cylindrical-coordinate representation of color #D010EC: hue angle of 292.36º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D010EC is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 16 | 236 | - |
| CMYK | 0.12 | 0.93 | 0 | 0.07 |
| HSL | 292.36º | 0.87% | 0.49% | - |
| HSV(B) | 292.36º | 0.93% | 0.93% | - |
| XYZ | 41.34 | 19.84 | 81.01 | - |
| YUV | 98.49 | 205.61 | 206.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 16 | 236 | 0.12 | 0.93 | 0 | 0.07 | 292.36 | 0.87 | 0.49 |
| Hex | D0 | 10 | EC | C | 5D | 0 | 7 | 124 | 57 | 31 |
| Octal | 320 | 20 | 354 | 14 | 135 | 0 | 7 | 444 | 127 | 61 |
| Binary | 11010000 | 10000 | 11101100 | 1100 | 1011101 | 0 | 111 | 100100100 | 1010111 | 110001 |
Color Harmonies of #D010EC
Complementary color
Monochromatic Colors of #D010EC
Black with #D010EC
Text Example
Text Example
White with #D010EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D010EC; }
p { color: rgb(208,16,236); }
H1.HeaderClassName
{
color: #D010EC;
}
.AnyTagClassName
{
color: #D010EC;
}
</style>
background-color css
<style>
a { background-color: #D010EC; }
a { background-color: rgb(208,16,236); }
div.DivClassName
{
background-color: #D010EC;
}
.BgClassName
{
background-color: #D010EC;
}
</style>
border-color css
<style>
span { border-color: #D010EC; }
span { border-color: rgb(208,16,236); }
td.TdClassName
{
border-color: #D010EC;
}
.TagClassName
{
border-color: #D010EC;
}
</style>