Shades of Psychedelic Purple #D00EEB
Tints of Psychedelic Purple #D00EEB
RGB
CMYK
RGB Variations
Color information
#D00EEB (or 0xD00EEB) is known color: Psychedelic Purple. HEX triplet: D0, 0E and EB. RGB value is (208,14,235). Sum of RGB (Red+Green+Blue) = 208+14+235=457 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.51% from 457); Green value is 14 (5.86% from 255 or 3.06% from 457); Blue value is 235 (92.19% from 255 or 51.42% from 457); Max value from RGB is 235 - color contains mainly: blue. Hex color #D00EEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D00EEB is #2FF114. Grayscale: #606060. Windows color (decimal): -3141909 or 15404752. OLE color: 15404752.
HSL color Cylindrical-coordinate representation of color #D00EEB: hue angle of 292.67º 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 #D00EEB is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 14 | 235 | - |
| CMYK | 0.11 | 0.94 | 0 | 0.08 |
| HSL | 292.67º | 0.89% | 0.49% | - |
| HSV(B) | 292.67º | 0.94% | 0.92% | - |
| XYZ | 41.16 | 19.72 | 80.23 | - |
| YUV | 97.2 | 205.77 | 207.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 14 | 235 | 0.11 | 0.94 | 0 | 0.08 | 292.67 | 0.89 | 0.49 |
| Hex | D0 | E | EB | B | 5E | 0 | 8 | 125 | 59 | 31 |
| Octal | 320 | 16 | 353 | 13 | 136 | 0 | 10 | 445 | 131 | 61 |
| Binary | 11010000 | 1110 | 11101011 | 1011 | 1011110 | 0 | 1000 | 100100101 | 1011001 | 110001 |
Color Harmonies of #D00EEB
Complementary color
Monochromatic Colors of #D00EEB
Black with #D00EEB
Text Example
Text Example
White with #D00EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00EEB; }
p { color: rgb(208,14,235); }
H1.HeaderClassName
{
color: #D00EEB;
}
.AnyTagClassName
{
color: #D00EEB;
}
</style>
background-color css
<style>
a { background-color: #D00EEB; }
a { background-color: rgb(208,14,235); }
div.DivClassName
{
background-color: #D00EEB;
}
.BgClassName
{
background-color: #D00EEB;
}
</style>
border-color css
<style>
span { border-color: #D00EEB; }
span { border-color: rgb(208,14,235); }
td.TdClassName
{
border-color: #D00EEB;
}
.TagClassName
{
border-color: #D00EEB;
}
</style>