Shades of Psychedelic Purple #D11FFD
Tints of Psychedelic Purple #D11FFD
RGB
CMYK
RGB Variations
Color information
#D11FFD (or 0xD11FFD) is known color: Psychedelic Purple. HEX triplet: D1, 1F and FD. RGB value is (209,31,253). Sum of RGB (Red+Green+Blue) = 209+31+253=493 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.39% from 493); Green value is 31 (12.5% from 255 or 6.29% from 493); Blue value is 253 (99.22% from 255 or 51.32% from 493); Max value from RGB is 253 - color contains mainly: blue. Hex color #D11FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D11FFD is #2EE002. Grayscale: #6C6C6C. Windows color (decimal): -3072003 or 16588753. OLE color: 16588753.
HSL color Cylindrical-coordinate representation of color #D11FFD: hue angle of 288.11º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D11FFD is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 31 | 253 | - |
| CMYK | 0.17 | 0.88 | 0 | 0.01 |
| HSL | 288.11º | 0.98% | 0.56% | - |
| HSV(B) | 288.11º | 0.88% | 0.99% | - |
| XYZ | 44.51 | 21.63 | 94.76 | - |
| YUV | 109.53 | 208.97 | 198.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 31 | 253 | 0.17 | 0.88 | 0 | 0.01 | 288.11 | 0.98 | 0.56 |
| Hex | D1 | 1F | FD | 11 | 58 | 0 | 1 | 120 | 62 | 38 |
| Octal | 321 | 37 | 375 | 21 | 130 | 0 | 1 | 440 | 142 | 70 |
| Binary | 11010001 | 11111 | 11111101 | 10001 | 1011000 | 0 | 1 | 100100000 | 1100010 | 111000 |
Color Harmonies of #D11FFD
Complementary color
Monochromatic Colors of #D11FFD
Black with #D11FFD
Text Example
Text Example
White with #D11FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11FFD; }
p { color: rgb(209,31,253); }
H1.HeaderClassName
{
color: #D11FFD;
}
.AnyTagClassName
{
color: #D11FFD;
}
</style>
background-color css
<style>
a { background-color: #D11FFD; }
a { background-color: rgb(209,31,253); }
div.DivClassName
{
background-color: #D11FFD;
}
.BgClassName
{
background-color: #D11FFD;
}
</style>
border-color css
<style>
span { border-color: #D11FFD; }
span { border-color: rgb(209,31,253); }
td.TdClassName
{
border-color: #D11FFD;
}
.TagClassName
{
border-color: #D11FFD;
}
</style>