Shades of Psychedelic Purple #D811EA
Tints of Psychedelic Purple #D811EA
RGB
CMYK
RGB Variations
Color information
#D811EA (or 0xD811EA) is known color: Psychedelic Purple. HEX triplet: D8, 11 and EA. RGB value is (216,17,234). Sum of RGB (Red+Green+Blue) = 216+17+234=467 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.25% from 467); Green value is 17 (7.03% from 255 or 3.64% from 467); Blue value is 234 (91.80% from 255 or 50.11% from 467); Max value from RGB is 234 - color contains mainly: blue. Hex color #D811EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D811EA is #27EE15. Grayscale: #646464. Windows color (decimal): -2616854 or 15339992. OLE color: 15339992.
HSL color Cylindrical-coordinate representation of color #D811EA: hue angle of 295.02º degrees, saturation: 0.86, 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 #D811EA is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 216 | 17 | 234 | - |
| CMYK | 0.08 | 0.93 | 0 | 0.08 |
| HSL | 295.02º | 0.86% | 0.49% | - |
| HSV(B) | 295.02º | 0.93% | 0.92% | - |
| XYZ | 43.37 | 20.94 | 79.6 | - |
| YUV | 101.24 | 202.93 | 209.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 17 | 234 | 0.08 | 0.93 | 0 | 0.08 | 295.02 | 0.86 | 0.49 |
| Hex | D8 | 11 | EA | 8 | 5D | 0 | 8 | 127 | 56 | 31 |
| Octal | 330 | 21 | 352 | 10 | 135 | 0 | 10 | 447 | 126 | 61 |
| Binary | 11011000 | 10001 | 11101010 | 1000 | 1011101 | 0 | 1000 | 100100111 | 1010110 | 110001 |
Color Harmonies of #D811EA
Complementary color
Monochromatic Colors of #D811EA
Black with #D811EA
Text Example
Text Example
White with #D811EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D811EA; }
p { color: rgb(216,17,234); }
H1.HeaderClassName
{
color: #D811EA;
}
.AnyTagClassName
{
color: #D811EA;
}
</style>
background-color css
<style>
a { background-color: #D811EA; }
a { background-color: rgb(216,17,234); }
div.DivClassName
{
background-color: #D811EA;
}
.BgClassName
{
background-color: #D811EA;
}
</style>
border-color css
<style>
span { border-color: #D811EA; }
span { border-color: rgb(216,17,234); }
td.TdClassName
{
border-color: #D811EA;
}
.TagClassName
{
border-color: #D811EA;
}
</style>