Shades of Psychedelic Purple #D11FF6
Tints of Psychedelic Purple #D11FF6
RGB
CMYK
RGB Variations
Color information
#D11FF6 (or 0xD11FF6) is known color: Psychedelic Purple. HEX triplet: D1, 1F and F6. RGB value is (209,31,246). Sum of RGB (Red+Green+Blue) = 209+31+246=486 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.00% from 486); Green value is 31 (12.5% from 255 or 6.38% from 486); Blue value is 246 (96.48% from 255 or 50.62% from 486); Max value from RGB is 246 - color contains mainly: blue. Hex color #D11FF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D11FF6 is #2EE009. Grayscale: #6C6C6C. Windows color (decimal): -3072010 or 16130001. OLE color: 16130001.
HSL color Cylindrical-coordinate representation of color #D11FF6: hue angle of 289.67º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D11FF6 is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 31 | 246 | - |
| CMYK | 0.15 | 0.87 | 0 | 0.04 |
| HSL | 289.67º | 0.92% | 0.54% | - |
| HSV(B) | 289.67º | 0.87% | 0.96% | - |
| XYZ | 43.42 | 21.19 | 88.99 | - |
| YUV | 108.73 | 205.47 | 199.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 31 | 246 | 0.15 | 0.87 | 0 | 0.04 | 289.67 | 0.92 | 0.54 |
| Hex | D1 | 1F | F6 | F | 57 | 0 | 4 | 122 | 5C | 36 |
| Octal | 321 | 37 | 366 | 17 | 127 | 0 | 4 | 442 | 134 | 66 |
| Binary | 11010001 | 11111 | 11110110 | 1111 | 1010111 | 0 | 100 | 100100010 | 1011100 | 110110 |
Color Harmonies of #D11FF6
Complementary color
Monochromatic Colors of #D11FF6
Black with #D11FF6
Text Example
Text Example
White with #D11FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11FF6; }
p { color: rgb(209,31,246); }
H1.HeaderClassName
{
color: #D11FF6;
}
.AnyTagClassName
{
color: #D11FF6;
}
</style>
background-color css
<style>
a { background-color: #D11FF6; }
a { background-color: rgb(209,31,246); }
div.DivClassName
{
background-color: #D11FF6;
}
.BgClassName
{
background-color: #D11FF6;
}
</style>
border-color css
<style>
span { border-color: #D11FF6; }
span { border-color: rgb(209,31,246); }
td.TdClassName
{
border-color: #D11FF6;
}
.TagClassName
{
border-color: #D11FF6;
}
</style>