Shades of Psychedelic Purple #D000EB
Tints of Psychedelic Purple #D000EB
RGB
CMYK
RGB Variations
Color information
#D000EB (or 0xD000EB) is known color: Psychedelic Purple. HEX triplet: D0, 00 and EB. RGB value is (208,0,235). Sum of RGB (Red+Green+Blue) = 208+0+235=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 0 (0.39% from 255 or 0% from 443); Blue value is 235 (92.19% from 255 or 53.05% from 443); Max value from RGB is 235 - color contains mainly: blue. Hex color #D000EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D000EB is #2FFF14. Grayscale: #585858. Windows color (decimal): -3145493 or 15401168. OLE color: 15401168.
HSL color Cylindrical-coordinate representation of color #D000EB: hue angle of 293.11º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D000EB is Cyan = 0.11, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 0 | 235 | - |
| CMYK | 0.11 | 1 | 0 | 0.08 |
| HSL | 293.11º | 1% | 0.46% | - |
| HSV(B) | 293.11º | 1% | 0.92% | - |
| XYZ | 41.01 | 19.41 | 80.18 | - |
| YUV | 88.98 | 210.41 | 212.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 0 | 235 | 0.11 | 1 | 0 | 0.08 | 293.11 | 1 | 0.46 |
| Hex | D0 | 0 | EB | B | 64 | 0 | 8 | 125 | 64 | 2E |
| Octal | 320 | 0 | 353 | 13 | 144 | 0 | 10 | 445 | 144 | 56 |
| Binary | 11010000 | 0 | 11101011 | 1011 | 1100100 | 0 | 1000 | 100100101 | 1100100 | 101110 |
Color Harmonies of #D000EB
Complementary color
Monochromatic Colors of #D000EB
Black with #D000EB
Text Example
Text Example
White with #D000EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D000EB; }
p { color: rgb(208,0,235); }
H1.HeaderClassName
{
color: #D000EB;
}
.AnyTagClassName
{
color: #D000EB;
}
</style>
background-color css
<style>
a { background-color: #D000EB; }
a { background-color: rgb(208,0,235); }
div.DivClassName
{
background-color: #D000EB;
}
.BgClassName
{
background-color: #D000EB;
}
</style>
border-color css
<style>
span { border-color: #D000EB; }
span { border-color: rgb(208,0,235); }
td.TdClassName
{
border-color: #D000EB;
}
.TagClassName
{
border-color: #D000EB;
}
</style>