Shades of Psychedelic Purple #D10EEB
Tints of Psychedelic Purple #D10EEB
RGB
CMYK
RGB Variations
Color information
#D10EEB (or 0xD10EEB) is known color: Psychedelic Purple. HEX triplet: D1, 0E and EB. RGB value is (209,14,235). Sum of RGB (Red+Green+Blue) = 209+14+235=458 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.63% from 458); Green value is 14 (5.86% from 255 or 3.06% from 458); Blue value is 235 (92.19% from 255 or 51.31% from 458); Max value from RGB is 235 - color contains mainly: blue. Hex color #D10EEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D10EEB is #2EF114. Grayscale: #606060. Windows color (decimal): -3076373 or 15404753. OLE color: 15404753.
HSL color Cylindrical-coordinate representation of color #D10EEB: hue angle of 292.94º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D10EEB is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 209 | 14 | 235 | - |
| CMYK | 0.11 | 0.94 | 0 | 0.08 |
| HSL | 292.94º | 0.89% | 0.49% | - |
| HSV(B) | 292.94º | 0.94% | 0.92% | - |
| XYZ | 41.45 | 19.87 | 80.25 | - |
| YUV | 97.5 | 205.6 | 207.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 14 | 235 | 0.11 | 0.94 | 0 | 0.08 | 292.94 | 0.89 | 0.49 |
| Hex | D1 | E | EB | B | 5E | 0 | 8 | 125 | 59 | 31 |
| Octal | 321 | 16 | 353 | 13 | 136 | 0 | 10 | 445 | 131 | 61 |
| Binary | 11010001 | 1110 | 11101011 | 1011 | 1011110 | 0 | 1000 | 100100101 | 1011001 | 110001 |
Color Harmonies of #D10EEB
Complementary color
Monochromatic Colors of #D10EEB
Black with #D10EEB
Text Example
Text Example
White with #D10EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10EEB; }
p { color: rgb(209,14,235); }
H1.HeaderClassName
{
color: #D10EEB;
}
.AnyTagClassName
{
color: #D10EEB;
}
</style>
background-color css
<style>
a { background-color: #D10EEB; }
a { background-color: rgb(209,14,235); }
div.DivClassName
{
background-color: #D10EEB;
}
.BgClassName
{
background-color: #D10EEB;
}
</style>
border-color css
<style>
span { border-color: #D10EEB; }
span { border-color: rgb(209,14,235); }
td.TdClassName
{
border-color: #D10EEB;
}
.TagClassName
{
border-color: #D10EEB;
}
</style>