Shades of Psychedelic Purple #D11DFB
Tints of Psychedelic Purple #D11DFB
RGB
CMYK
RGB Variations
Color information
#D11DFB (or 0xD11DFB) is known color: Psychedelic Purple. HEX triplet: D1, 1D and FB. RGB value is (209,29,251). Sum of RGB (Red+Green+Blue) = 209+29+251=489 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.74% from 489); Green value is 29 (11.72% from 255 or 5.93% from 489); Blue value is 251 (98.44% from 255 or 51.33% from 489); Max value from RGB is 251 - color contains mainly: blue. Hex color #D11DFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D11DFB is #2EE204. Grayscale: #6B6B6B. Windows color (decimal): -3072517 or 16457169. OLE color: 16457169.
HSL color Cylindrical-coordinate representation of color #D11DFB: hue angle of 288.65º degrees, saturation: 0.97, 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 #D11DFB is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 29 | 251 | - |
| CMYK | 0.17 | 0.88 | 0 | 0.02 |
| HSL | 288.65º | 0.97% | 0.55% | - |
| HSV(B) | 288.65º | 0.88% | 0.98% | - |
| XYZ | 44.15 | 21.4 | 93.07 | - |
| YUV | 108.13 | 208.63 | 199.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 29 | 251 | 0.17 | 0.88 | 0 | 0.02 | 288.65 | 0.97 | 0.55 |
| Hex | D1 | 1D | FB | 11 | 58 | 0 | 2 | 121 | 61 | 37 |
| Octal | 321 | 35 | 373 | 21 | 130 | 0 | 2 | 441 | 141 | 67 |
| Binary | 11010001 | 11101 | 11111011 | 10001 | 1011000 | 0 | 10 | 100100001 | 1100001 | 110111 |
Color Harmonies of #D11DFB
Complementary color
Monochromatic Colors of #D11DFB
Black with #D11DFB
Text Example
Text Example
White with #D11DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11DFB; }
p { color: rgb(209,29,251); }
H1.HeaderClassName
{
color: #D11DFB;
}
.AnyTagClassName
{
color: #D11DFB;
}
</style>
background-color css
<style>
a { background-color: #D11DFB; }
a { background-color: rgb(209,29,251); }
div.DivClassName
{
background-color: #D11DFB;
}
.BgClassName
{
background-color: #D11DFB;
}
</style>
border-color css
<style>
span { border-color: #D11DFB; }
span { border-color: rgb(209,29,251); }
td.TdClassName
{
border-color: #D11DFB;
}
.TagClassName
{
border-color: #D11DFB;
}
</style>