Shades of Psychedelic Purple #D31AEF
Tints of Psychedelic Purple #D31AEF
RGB
CMYK
RGB Variations
Color information
#D31AEF (or 0xD31AEF) is known color: Psychedelic Purple. HEX triplet: D3, 1A and EF. RGB value is (211,26,239). Sum of RGB (Red+Green+Blue) = 211+26+239=476 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.33% from 476); Green value is 26 (10.55% from 255 or 5.46% from 476); Blue value is 239 (93.75% from 255 or 50.21% from 476); Max value from RGB is 239 - color contains mainly: blue. Hex color #D31AEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D31AEF is #2CE510. Grayscale: #686868. Windows color (decimal): -2942225 or 15669971. OLE color: 15669971.
HSL color Cylindrical-coordinate representation of color #D31AEF: hue angle of 292.11º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D31AEF is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 26 | 239 | - |
| CMYK | 0.12 | 0.89 | 0 | 0.06 |
| HSL | 292.11º | 0.87% | 0.52% | - |
| HSV(B) | 292.11º | 0.89% | 0.94% | - |
| XYZ | 42.81 | 20.82 | 83.42 | - |
| YUV | 105.6 | 203.29 | 203.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 26 | 239 | 0.12 | 0.89 | 0 | 0.06 | 292.11 | 0.87 | 0.52 |
| Hex | D3 | 1A | EF | C | 59 | 0 | 6 | 124 | 57 | 34 |
| Octal | 323 | 32 | 357 | 14 | 131 | 0 | 6 | 444 | 127 | 64 |
| Binary | 11010011 | 11010 | 11101111 | 1100 | 1011001 | 0 | 110 | 100100100 | 1010111 | 110100 |
Color Harmonies of #D31AEF
Complementary color
Monochromatic Colors of #D31AEF
Black with #D31AEF
Text Example
Text Example
White with #D31AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31AEF; }
p { color: rgb(211,26,239); }
H1.HeaderClassName
{
color: #D31AEF;
}
.AnyTagClassName
{
color: #D31AEF;
}
</style>
background-color css
<style>
a { background-color: #D31AEF; }
a { background-color: rgb(211,26,239); }
div.DivClassName
{
background-color: #D31AEF;
}
.BgClassName
{
background-color: #D31AEF;
}
</style>
border-color css
<style>
span { border-color: #D31AEF; }
span { border-color: rgb(211,26,239); }
td.TdClassName
{
border-color: #D31AEF;
}
.TagClassName
{
border-color: #D31AEF;
}
</style>