Shades of Psychedelic Purple #D31AF1
Tints of Psychedelic Purple #D31AF1
RGB
CMYK
RGB Variations
Color information
#D31AF1 (or 0xD31AF1) is known color: Psychedelic Purple. HEX triplet: D3, 1A and F1. RGB value is (211,26,241). Sum of RGB (Red+Green+Blue) = 211+26+241=478 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.14% from 478); Green value is 26 (10.55% from 255 or 5.44% from 478); Blue value is 241 (94.53% from 255 or 50.42% from 478); Max value from RGB is 241 - color contains mainly: blue. Hex color #D31AF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D31AF1 is #2CE50E. Grayscale: #696969. Windows color (decimal): -2942223 or 15801043. OLE color: 15801043.
HSL color Cylindrical-coordinate representation of color #D31AF1: hue angle of 291.63º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D31AF1 is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 26 | 241 | - |
| CMYK | 0.12 | 0.89 | 0 | 0.05 |
| HSL | 291.63º | 0.88% | 0.52% | - |
| HSV(B) | 291.63º | 0.89% | 0.95% | - |
| XYZ | 43.11 | 20.94 | 84.99 | - |
| YUV | 105.83 | 204.29 | 203.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 26 | 241 | 0.12 | 0.89 | 0 | 0.05 | 291.63 | 0.88 | 0.52 |
| Hex | D3 | 1A | F1 | C | 59 | 0 | 5 | 124 | 58 | 34 |
| Octal | 323 | 32 | 361 | 14 | 131 | 0 | 5 | 444 | 130 | 64 |
| Binary | 11010011 | 11010 | 11110001 | 1100 | 1011001 | 0 | 101 | 100100100 | 1011000 | 110100 |
Color Harmonies of #D31AF1
Complementary color
Monochromatic Colors of #D31AF1
Black with #D31AF1
Text Example
Text Example
White with #D31AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31AF1; }
p { color: rgb(211,26,241); }
H1.HeaderClassName
{
color: #D31AF1;
}
.AnyTagClassName
{
color: #D31AF1;
}
</style>
background-color css
<style>
a { background-color: #D31AF1; }
a { background-color: rgb(211,26,241); }
div.DivClassName
{
background-color: #D31AF1;
}
.BgClassName
{
background-color: #D31AF1;
}
</style>
border-color css
<style>
span { border-color: #D31AF1; }
span { border-color: rgb(211,26,241); }
td.TdClassName
{
border-color: #D31AF1;
}
.TagClassName
{
border-color: #D31AF1;
}
</style>