Shades of Psychedelic Purple #D31AE8
Tints of Psychedelic Purple #D31AE8
RGB
CMYK
RGB Variations
Color information
#D31AE8 (or 0xD31AE8) is known color: Psychedelic Purple. HEX triplet: D3, 1A and E8. RGB value is (211,26,232). Sum of RGB (Red+Green+Blue) = 211+26+232=469 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.99% from 469); Green value is 26 (10.55% from 255 or 5.54% from 469); Blue value is 232 (91.02% from 255 or 49.47% from 469); Max value from RGB is 232 - color contains mainly: blue. Hex color #D31AE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D31AE8 is #2CE517. Grayscale: #686868. Windows color (decimal): -2942232 or 15211219. OLE color: 15211219.
HSL color Cylindrical-coordinate representation of color #D31AE8: hue angle of 293.88º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D31AE8 is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 211 | 26 | 232 | - |
| CMYK | 0.09 | 0.89 | 0 | 0.09 |
| HSL | 293.88º | 0.82% | 0.51% | - |
| HSV(B) | 293.88º | 0.89% | 0.91% | - |
| XYZ | 41.8 | 20.41 | 78.08 | - |
| YUV | 104.8 | 199.79 | 203.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 26 | 232 | 0.09 | 0.89 | 0 | 0.09 | 293.88 | 0.82 | 0.51 |
| Hex | D3 | 1A | E8 | 9 | 59 | 0 | 9 | 126 | 52 | 33 |
| Octal | 323 | 32 | 350 | 11 | 131 | 0 | 11 | 446 | 122 | 63 |
| Binary | 11010011 | 11010 | 11101000 | 1001 | 1011001 | 0 | 1001 | 100100110 | 1010010 | 110011 |
Color Harmonies of #D31AE8
Complementary color
Monochromatic Colors of #D31AE8
Black with #D31AE8
Text Example
Text Example
White with #D31AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31AE8; }
p { color: rgb(211,26,232); }
H1.HeaderClassName
{
color: #D31AE8;
}
.AnyTagClassName
{
color: #D31AE8;
}
</style>
background-color css
<style>
a { background-color: #D31AE8; }
a { background-color: rgb(211,26,232); }
div.DivClassName
{
background-color: #D31AE8;
}
.BgClassName
{
background-color: #D31AE8;
}
</style>
border-color css
<style>
span { border-color: #D31AE8; }
span { border-color: rgb(211,26,232); }
td.TdClassName
{
border-color: #D31AE8;
}
.TagClassName
{
border-color: #D31AE8;
}
</style>