Shades of Psychedelic Purple #D811EB
Tints of Psychedelic Purple #D811EB
RGB
CMYK
RGB Variations
Color information
#D811EB (or 0xD811EB) is known color: Psychedelic Purple. HEX triplet: D8, 11 and EB. RGB value is (216,17,235). Sum of RGB (Red+Green+Blue) = 216+17+235=468 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.15% from 468); Green value is 17 (7.03% from 255 or 3.63% from 468); Blue value is 235 (92.19% from 255 or 50.21% from 468); Max value from RGB is 235 - color contains mainly: blue. Hex color #D811EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D811EB is #27EE14. Grayscale: #646464. Windows color (decimal): -2616853 or 15405528. OLE color: 15405528.
HSL color Cylindrical-coordinate representation of color #D811EB: hue angle of 294.77º 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 #D811EB is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 216 | 17 | 235 | - |
| CMYK | 0.08 | 0.93 | 0 | 0.08 |
| HSL | 294.77º | 0.87% | 0.49% | - |
| HSV(B) | 294.77º | 0.93% | 0.92% | - |
| XYZ | 43.51 | 21 | 80.36 | - |
| YUV | 101.35 | 203.43 | 209.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 17 | 235 | 0.08 | 0.93 | 0 | 0.08 | 294.77 | 0.87 | 0.49 |
| Hex | D8 | 11 | EB | 8 | 5D | 0 | 8 | 127 | 57 | 31 |
| Octal | 330 | 21 | 353 | 10 | 135 | 0 | 10 | 447 | 127 | 61 |
| Binary | 11011000 | 10001 | 11101011 | 1000 | 1011101 | 0 | 1000 | 100100111 | 1010111 | 110001 |
Color Harmonies of #D811EB
Complementary color
Monochromatic Colors of #D811EB
Black with #D811EB
Text Example
Text Example
White with #D811EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D811EB; }
p { color: rgb(216,17,235); }
H1.HeaderClassName
{
color: #D811EB;
}
.AnyTagClassName
{
color: #D811EB;
}
</style>
background-color css
<style>
a { background-color: #D811EB; }
a { background-color: rgb(216,17,235); }
div.DivClassName
{
background-color: #D811EB;
}
.BgClassName
{
background-color: #D811EB;
}
</style>
border-color css
<style>
span { border-color: #D811EB; }
span { border-color: rgb(216,17,235); }
td.TdClassName
{
border-color: #D811EB;
}
.TagClassName
{
border-color: #D811EB;
}
</style>