Shades of Psychedelic Purple #D11AF0
Tints of Psychedelic Purple #D11AF0
RGB
CMYK
RGB Variations
Color information
#D11AF0 (or 0xD11AF0) is known color: Psychedelic Purple. HEX triplet: D1, 1A and F0. RGB value is (209,26,240). Sum of RGB (Red+Green+Blue) = 209+26+240=475 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44% from 475); Green value is 26 (10.55% from 255 or 5.47% from 475); Blue value is 240 (94.14% from 255 or 50.53% from 475); Max value from RGB is 240 - color contains mainly: blue. Hex color #D11AF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D11AF0 is #2EE50F. Grayscale: #686868. Windows color (decimal): -3073296 or 15735505. OLE color: 15735505.
HSL color Cylindrical-coordinate representation of color #D11AF0: hue angle of 291.31º degrees, saturation: 0.88, 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 #D11AF0 is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 26 | 240 | - |
| CMYK | 0.13 | 0.89 | 0 | 0.06 |
| HSL | 291.31º | 0.88% | 0.52% | - |
| HSV(B) | 291.31º | 0.89% | 0.94% | - |
| XYZ | 42.39 | 20.59 | 84.18 | - |
| YUV | 105.11 | 204.13 | 202.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 26 | 240 | 0.13 | 0.89 | 0 | 0.06 | 291.31 | 0.88 | 0.52 |
| Hex | D1 | 1A | F0 | D | 59 | 0 | 6 | 123 | 58 | 34 |
| Octal | 321 | 32 | 360 | 15 | 131 | 0 | 6 | 443 | 130 | 64 |
| Binary | 11010001 | 11010 | 11110000 | 1101 | 1011001 | 0 | 110 | 100100011 | 1011000 | 110100 |
Color Harmonies of #D11AF0
Complementary color
Monochromatic Colors of #D11AF0
Black with #D11AF0
Text Example
Text Example
White with #D11AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11AF0; }
p { color: rgb(209,26,240); }
H1.HeaderClassName
{
color: #D11AF0;
}
.AnyTagClassName
{
color: #D11AF0;
}
</style>
background-color css
<style>
a { background-color: #D11AF0; }
a { background-color: rgb(209,26,240); }
div.DivClassName
{
background-color: #D11AF0;
}
.BgClassName
{
background-color: #D11AF0;
}
</style>
border-color css
<style>
span { border-color: #D11AF0; }
span { border-color: rgb(209,26,240); }
td.TdClassName
{
border-color: #D11AF0;
}
.TagClassName
{
border-color: #D11AF0;
}
</style>