Shades of Psychedelic Purple #D010EE
Tints of Psychedelic Purple #D010EE
RGB
CMYK
RGB Variations
Color information
#D010EE (or 0xD010EE) is known color: Psychedelic Purple. HEX triplet: D0, 10 and EE. RGB value is (208,16,238). Sum of RGB (Red+Green+Blue) = 208+16+238=462 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.02% from 462); Green value is 16 (6.64% from 255 or 3.46% from 462); Blue value is 238 (93.36% from 255 or 51.52% from 462); Max value from RGB is 238 - color contains mainly: blue. Hex color #D010EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D010EE is #2FEF11. Grayscale: #626262. Windows color (decimal): -3141394 or 15601872. OLE color: 15601872.
HSL color Cylindrical-coordinate representation of color #D010EE: hue angle of 291.89º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D010EE is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 16 | 238 | - |
| CMYK | 0.13 | 0.93 | 0 | 0.07 |
| HSL | 291.89º | 0.87% | 0.5% | - |
| HSV(B) | 291.89º | 0.93% | 0.93% | - |
| XYZ | 41.63 | 19.95 | 82.55 | - |
| YUV | 98.72 | 206.61 | 205.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 16 | 238 | 0.13 | 0.93 | 0 | 0.07 | 291.89 | 0.87 | 0.5 |
| Hex | D0 | 10 | EE | D | 5D | 0 | 7 | 124 | 57 | 32 |
| Octal | 320 | 20 | 356 | 15 | 135 | 0 | 7 | 444 | 127 | 62 |
| Binary | 11010000 | 10000 | 11101110 | 1101 | 1011101 | 0 | 111 | 100100100 | 1010111 | 110010 |
Color Harmonies of #D010EE
Complementary color
Monochromatic Colors of #D010EE
Black with #D010EE
Text Example
Text Example
White with #D010EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D010EE; }
p { color: rgb(208,16,238); }
H1.HeaderClassName
{
color: #D010EE;
}
.AnyTagClassName
{
color: #D010EE;
}
</style>
background-color css
<style>
a { background-color: #D010EE; }
a { background-color: rgb(208,16,238); }
div.DivClassName
{
background-color: #D010EE;
}
.BgClassName
{
background-color: #D010EE;
}
</style>
border-color css
<style>
span { border-color: #D010EE; }
span { border-color: rgb(208,16,238); }
td.TdClassName
{
border-color: #D010EE;
}
.TagClassName
{
border-color: #D010EE;
}
</style>