Shades of Psychedelic Purple #D522F1
Tints of Psychedelic Purple #D522F1
RGB
CMYK
RGB Variations
Color information
#D522F1 (or 0xD522F1) is known color: Psychedelic Purple. HEX triplet: D5, 22 and F1. RGB value is (213,34,241). Sum of RGB (Red+Green+Blue) = 213+34+241=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 34 (13.67% from 255 or 6.97% from 488); Blue value is 241 (94.53% from 255 or 49.39% from 488); Max value from RGB is 241 - color contains mainly: blue. Hex color #D522F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D522F1 is #2ADD0E. Grayscale: #6E6E6E. Windows color (decimal): -2809103 or 15803093. OLE color: 15803093.
HSL color Cylindrical-coordinate representation of color #D522F1: hue angle of 291.88º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D522F1 is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 34 | 241 | - |
| CMYK | 0.12 | 0.86 | 0 | 0.05 |
| HSL | 291.88º | 0.88% | 0.54% | - |
| HSV(B) | 291.88º | 0.86% | 0.95% | - |
| XYZ | 43.89 | 21.64 | 85.08 | - |
| YUV | 111.12 | 201.3 | 200.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 34 | 241 | 0.12 | 0.86 | 0 | 0.05 | 291.88 | 0.88 | 0.54 |
| Hex | D5 | 22 | F1 | C | 56 | 0 | 5 | 124 | 58 | 36 |
| Octal | 325 | 42 | 361 | 14 | 126 | 0 | 5 | 444 | 130 | 66 |
| Binary | 11010101 | 100010 | 11110001 | 1100 | 1010110 | 0 | 101 | 100100100 | 1011000 | 110110 |
Color Harmonies of #D522F1
Complementary color
Monochromatic Colors of #D522F1
Black with #D522F1
Text Example
Text Example
White with #D522F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D522F1; }
p { color: rgb(213,34,241); }
H1.HeaderClassName
{
color: #D522F1;
}
.AnyTagClassName
{
color: #D522F1;
}
</style>
background-color css
<style>
a { background-color: #D522F1; }
a { background-color: rgb(213,34,241); }
div.DivClassName
{
background-color: #D522F1;
}
.BgClassName
{
background-color: #D522F1;
}
</style>
border-color css
<style>
span { border-color: #D522F1; }
span { border-color: rgb(213,34,241); }
td.TdClassName
{
border-color: #D522F1;
}
.TagClassName
{
border-color: #D522F1;
}
</style>