Shades of Psychedelic Purple #D11AF7
Tints of Psychedelic Purple #D11AF7
RGB
CMYK
RGB Variations
Color information
#D11AF7 (or 0xD11AF7) is known color: Psychedelic Purple. HEX triplet: D1, 1A and F7. RGB value is (209,26,247). Sum of RGB (Red+Green+Blue) = 209+26+247=482 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.36% from 482); Green value is 26 (10.55% from 255 or 5.39% from 482); Blue value is 247 (96.88% from 255 or 51.24% from 482); Max value from RGB is 247 - color contains mainly: blue. Hex color #D11AF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D11AF7 is #2EE508. Grayscale: #696969. Windows color (decimal): -3073289 or 16194257. OLE color: 16194257.
HSL color Cylindrical-coordinate representation of color #D11AF7: hue angle of 289.68º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D11AF7 is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 209 | 26 | 247 | - |
| CMYK | 0.15 | 0.89 | 0 | 0.03 |
| HSL | 289.68º | 0.93% | 0.54% | - |
| HSV(B) | 289.68º | 0.89% | 0.97% | - |
| XYZ | 43.45 | 21.01 | 89.76 | - |
| YUV | 105.91 | 207.63 | 201.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 26 | 247 | 0.15 | 0.89 | 0 | 0.03 | 289.68 | 0.93 | 0.54 |
| Hex | D1 | 1A | F7 | F | 59 | 0 | 3 | 122 | 5D | 36 |
| Octal | 321 | 32 | 367 | 17 | 131 | 0 | 3 | 442 | 135 | 66 |
| Binary | 11010001 | 11010 | 11110111 | 1111 | 1011001 | 0 | 11 | 100100010 | 1011101 | 110110 |
Color Harmonies of #D11AF7
Complementary color
Monochromatic Colors of #D11AF7
Black with #D11AF7
Text Example
Text Example
White with #D11AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11AF7; }
p { color: rgb(209,26,247); }
H1.HeaderClassName
{
color: #D11AF7;
}
.AnyTagClassName
{
color: #D11AF7;
}
</style>
background-color css
<style>
a { background-color: #D11AF7; }
a { background-color: rgb(209,26,247); }
div.DivClassName
{
background-color: #D11AF7;
}
.BgClassName
{
background-color: #D11AF7;
}
</style>
border-color css
<style>
span { border-color: #D11AF7; }
span { border-color: rgb(209,26,247); }
td.TdClassName
{
border-color: #D11AF7;
}
.TagClassName
{
border-color: #D11AF7;
}
</style>