Shades of Psychedelic Purple #D31AE6
Tints of Psychedelic Purple #D31AE6
RGB
CMYK
RGB Variations
Color information
#D31AE6 (or 0xD31AE6) is known color: Psychedelic Purple. HEX triplet: D3, 1A and E6. RGB value is (211,26,230). Sum of RGB (Red+Green+Blue) = 211+26+230=467 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.18% from 467); Green value is 26 (10.55% from 255 or 5.57% from 467); Blue value is 230 (90.23% from 255 or 49.25% from 467); Max value from RGB is 230 - color contains mainly: blue. Hex color #D31AE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D31AE6 is #2CE519. Grayscale: #676767. Windows color (decimal): -2942234 or 15080147. OLE color: 15080147.
HSL color Cylindrical-coordinate representation of color #D31AE6: hue angle of 294.41º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D31AE6 is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 211 | 26 | 230 | - |
| CMYK | 0.08 | 0.89 | 0 | 0.10 |
| HSL | 294.41º | 0.8% | 0.5% | - |
| HSV(B) | 294.41º | 0.89% | 0.9% | - |
| XYZ | 41.52 | 20.3 | 76.59 | - |
| YUV | 104.57 | 198.79 | 203.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 26 | 230 | 0.08 | 0.89 | 0 | 0.10 | 294.41 | 0.8 | 0.5 |
| Hex | D3 | 1A | E6 | 8 | 59 | 0 | A | 126 | 50 | 32 |
| Octal | 323 | 32 | 346 | 10 | 131 | 0 | 12 | 446 | 120 | 62 |
| Binary | 11010011 | 11010 | 11100110 | 1000 | 1011001 | 0 | 1010 | 100100110 | 1010000 | 110010 |
Color Harmonies of #D31AE6
Complementary color
Monochromatic Colors of #D31AE6
Black with #D31AE6
Text Example
Text Example
White with #D31AE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31AE6; }
p { color: rgb(211,26,230); }
H1.HeaderClassName
{
color: #D31AE6;
}
.AnyTagClassName
{
color: #D31AE6;
}
</style>
background-color css
<style>
a { background-color: #D31AE6; }
a { background-color: rgb(211,26,230); }
div.DivClassName
{
background-color: #D31AE6;
}
.BgClassName
{
background-color: #D31AE6;
}
</style>
border-color css
<style>
span { border-color: #D31AE6; }
span { border-color: rgb(211,26,230); }
td.TdClassName
{
border-color: #D31AE6;
}
.TagClassName
{
border-color: #D31AE6;
}
</style>