Shades of Psychedelic Purple #D11FFB
Tints of Psychedelic Purple #D11FFB
RGB
CMYK
RGB Variations
Color information
#D11FFB (or 0xD11FFB) is known color: Psychedelic Purple. HEX triplet: D1, 1F and FB. RGB value is (209,31,251). Sum of RGB (Red+Green+Blue) = 209+31+251=491 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.57% from 491); Green value is 31 (12.5% from 255 or 6.31% from 491); Blue value is 251 (98.44% from 255 or 51.12% from 491); Max value from RGB is 251 - color contains mainly: blue. Hex color #D11FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D11FFB is #2EE004. Grayscale: #6C6C6C. Windows color (decimal): -3072005 or 16457681. OLE color: 16457681.
HSL color Cylindrical-coordinate representation of color #D11FFB: hue angle of 288.55º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D11FFB is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 31 | 251 | - |
| CMYK | 0.17 | 0.88 | 0 | 0.02 |
| HSL | 288.55º | 0.96% | 0.55% | - |
| HSV(B) | 288.55º | 0.88% | 0.98% | - |
| XYZ | 44.2 | 21.5 | 93.09 | - |
| YUV | 109.3 | 207.97 | 199.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 31 | 251 | 0.17 | 0.88 | 0 | 0.02 | 288.55 | 0.96 | 0.55 |
| Hex | D1 | 1F | FB | 11 | 58 | 0 | 2 | 121 | 60 | 37 |
| Octal | 321 | 37 | 373 | 21 | 130 | 0 | 2 | 441 | 140 | 67 |
| Binary | 11010001 | 11111 | 11111011 | 10001 | 1011000 | 0 | 10 | 100100001 | 1100000 | 110111 |
Color Harmonies of #D11FFB
Complementary color
Monochromatic Colors of #D11FFB
Black with #D11FFB
Text Example
Text Example
White with #D11FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11FFB; }
p { color: rgb(209,31,251); }
H1.HeaderClassName
{
color: #D11FFB;
}
.AnyTagClassName
{
color: #D11FFB;
}
</style>
background-color css
<style>
a { background-color: #D11FFB; }
a { background-color: rgb(209,31,251); }
div.DivClassName
{
background-color: #D11FFB;
}
.BgClassName
{
background-color: #D11FFB;
}
</style>
border-color css
<style>
span { border-color: #D11FFB; }
span { border-color: rgb(209,31,251); }
td.TdClassName
{
border-color: #D11FFB;
}
.TagClassName
{
border-color: #D11FFB;
}
</style>