Shades of Psychedelic Purple #D011EB
Tints of Psychedelic Purple #D011EB
RGB
CMYK
RGB Variations
Color information
#D011EB (or 0xD011EB) is known color: Psychedelic Purple. HEX triplet: D0, 11 and EB. RGB value is (208,17,235). Sum of RGB (Red+Green+Blue) = 208+17+235=460 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.22% from 460); Green value is 17 (7.03% from 255 or 3.70% from 460); Blue value is 235 (92.19% from 255 or 51.09% from 460); Max value from RGB is 235 - color contains mainly: blue. Hex color #D011EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D011EB is #2FEE14. Grayscale: #626262. Windows color (decimal): -3141141 or 15405520. OLE color: 15405520.
HSL color Cylindrical-coordinate representation of color #D011EB: hue angle of 292.57º 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 #D011EB is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 17 | 235 | - |
| CMYK | 0.11 | 0.93 | 0 | 0.08 |
| HSL | 292.57º | 0.87% | 0.49% | - |
| HSV(B) | 292.57º | 0.93% | 0.92% | - |
| XYZ | 41.21 | 19.81 | 80.25 | - |
| YUV | 98.96 | 204.78 | 205.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 17 | 235 | 0.11 | 0.93 | 0 | 0.08 | 292.57 | 0.87 | 0.49 |
| Hex | D0 | 11 | EB | B | 5D | 0 | 8 | 125 | 57 | 31 |
| Octal | 320 | 21 | 353 | 13 | 135 | 0 | 10 | 445 | 127 | 61 |
| Binary | 11010000 | 10001 | 11101011 | 1011 | 1011101 | 0 | 1000 | 100100101 | 1010111 | 110001 |
Color Harmonies of #D011EB
Complementary color
Monochromatic Colors of #D011EB
Black with #D011EB
Text Example
Text Example
White with #D011EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D011EB; }
p { color: rgb(208,17,235); }
H1.HeaderClassName
{
color: #D011EB;
}
.AnyTagClassName
{
color: #D011EB;
}
</style>
background-color css
<style>
a { background-color: #D011EB; }
a { background-color: rgb(208,17,235); }
div.DivClassName
{
background-color: #D011EB;
}
.BgClassName
{
background-color: #D011EB;
}
</style>
border-color css
<style>
span { border-color: #D011EB; }
span { border-color: rgb(208,17,235); }
td.TdClassName
{
border-color: #D011EB;
}
.TagClassName
{
border-color: #D011EB;
}
</style>