Shades of Psychedelic Purple #D61AF5
Tints of Psychedelic Purple #D61AF5
RGB
CMYK
RGB Variations
Color information
#D61AF5 (or 0xD61AF5) is known color: Psychedelic Purple. HEX triplet: D6, 1A and F5. RGB value is (214,26,245). Sum of RGB (Red+Green+Blue) = 214+26+245=485 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.12% from 485); Green value is 26 (10.55% from 255 or 5.36% from 485); Blue value is 245 (96.09% from 255 or 50.52% from 485); Max value from RGB is 245 - color contains mainly: blue. Hex color #D61AF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D61AF5 is #29E50A. Grayscale: #6A6A6A. Windows color (decimal): -2745611 or 16063190. OLE color: 16063190.
HSL color Cylindrical-coordinate representation of color #D61AF5: hue angle of 291.51º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D61AF5 is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 214 | 26 | 245 | - |
| CMYK | 0.13 | 0.89 | 0 | 0.04 |
| HSL | 291.51º | 0.92% | 0.53% | - |
| HSV(B) | 291.51º | 0.89% | 0.96% | - |
| XYZ | 44.58 | 21.63 | 88.21 | - |
| YUV | 107.18 | 205.78 | 204.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 26 | 245 | 0.13 | 0.89 | 0 | 0.04 | 291.51 | 0.92 | 0.53 |
| Hex | D6 | 1A | F5 | D | 59 | 0 | 4 | 124 | 5C | 35 |
| Octal | 326 | 32 | 365 | 15 | 131 | 0 | 4 | 444 | 134 | 65 |
| Binary | 11010110 | 11010 | 11110101 | 1101 | 1011001 | 0 | 100 | 100100100 | 1011100 | 110101 |
Color Harmonies of #D61AF5
Complementary color
Monochromatic Colors of #D61AF5
Black with #D61AF5
Text Example
Text Example
White with #D61AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61AF5; }
p { color: rgb(214,26,245); }
H1.HeaderClassName
{
color: #D61AF5;
}
.AnyTagClassName
{
color: #D61AF5;
}
</style>
background-color css
<style>
a { background-color: #D61AF5; }
a { background-color: rgb(214,26,245); }
div.DivClassName
{
background-color: #D61AF5;
}
.BgClassName
{
background-color: #D61AF5;
}
</style>
border-color css
<style>
span { border-color: #D61AF5; }
span { border-color: rgb(214,26,245); }
td.TdClassName
{
border-color: #D61AF5;
}
.TagClassName
{
border-color: #D61AF5;
}
</style>