Shades of Psychedelic Purple #D010EA
Tints of Psychedelic Purple #D010EA
RGB
CMYK
RGB Variations
Color information
#D010EA (or 0xD010EA) is known color: Psychedelic Purple. HEX triplet: D0, 10 and EA. RGB value is (208,16,234). Sum of RGB (Red+Green+Blue) = 208+16+234=458 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.41% from 458); Green value is 16 (6.64% from 255 or 3.49% from 458); Blue value is 234 (91.80% from 255 or 51.09% from 458); Max value from RGB is 234 - color contains mainly: blue. Hex color #D010EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D010EA is #2FEF15. Grayscale: #616161. Windows color (decimal): -3141398 or 15339728. OLE color: 15339728.
HSL color Cylindrical-coordinate representation of color #D010EA: hue angle of 292.84º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D010EA is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 16 | 234 | - |
| CMYK | 0.11 | 0.93 | 0 | 0.08 |
| HSL | 292.84º | 0.87% | 0.49% | - |
| HSV(B) | 292.84º | 0.93% | 0.92% | - |
| XYZ | 41.05 | 19.72 | 79.48 | - |
| YUV | 98.26 | 204.61 | 206.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 16 | 234 | 0.11 | 0.93 | 0 | 0.08 | 292.84 | 0.87 | 0.49 |
| Hex | D0 | 10 | EA | B | 5D | 0 | 8 | 125 | 57 | 31 |
| Octal | 320 | 20 | 352 | 13 | 135 | 0 | 10 | 445 | 127 | 61 |
| Binary | 11010000 | 10000 | 11101010 | 1011 | 1011101 | 0 | 1000 | 100100101 | 1010111 | 110001 |
Color Harmonies of #D010EA
Complementary color
Monochromatic Colors of #D010EA
Black with #D010EA
Text Example
Text Example
White with #D010EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D010EA; }
p { color: rgb(208,16,234); }
H1.HeaderClassName
{
color: #D010EA;
}
.AnyTagClassName
{
color: #D010EA;
}
</style>
background-color css
<style>
a { background-color: #D010EA; }
a { background-color: rgb(208,16,234); }
div.DivClassName
{
background-color: #D010EA;
}
.BgClassName
{
background-color: #D010EA;
}
</style>
border-color css
<style>
span { border-color: #D010EA; }
span { border-color: rgb(208,16,234); }
td.TdClassName
{
border-color: #D010EA;
}
.TagClassName
{
border-color: #D010EA;
}
</style>