Shades of Psychedelic Purple #D11FFC
Tints of Psychedelic Purple #D11FFC
RGB
CMYK
RGB Variations
Color information
#D11FFC (or 0xD11FFC) is known color: Psychedelic Purple. HEX triplet: D1, 1F and FC. RGB value is (209,31,252). Sum of RGB (Red+Green+Blue) = 209+31+252=492 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.48% from 492); Green value is 31 (12.5% from 255 or 6.30% from 492); Blue value is 252 (98.83% from 255 or 51.22% from 492); Max value from RGB is 252 - color contains mainly: blue. Hex color #D11FFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D11FFC is #2EE003. Grayscale: #6C6C6C. Windows color (decimal): -3072004 or 16523217. OLE color: 16523217.
HSL color Cylindrical-coordinate representation of color #D11FFC: hue angle of 288.33º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D11FFC is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 31 | 252 | - |
| CMYK | 0.17 | 0.88 | 0 | 0.01 |
| HSL | 288.33º | 0.97% | 0.55% | - |
| HSV(B) | 288.33º | 0.88% | 0.99% | - |
| XYZ | 44.36 | 21.56 | 93.92 | - |
| YUV | 109.42 | 208.47 | 199.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 31 | 252 | 0.17 | 0.88 | 0 | 0.01 | 288.33 | 0.97 | 0.55 |
| Hex | D1 | 1F | FC | 11 | 58 | 0 | 1 | 120 | 61 | 37 |
| Octal | 321 | 37 | 374 | 21 | 130 | 0 | 1 | 440 | 141 | 67 |
| Binary | 11010001 | 11111 | 11111100 | 10001 | 1011000 | 0 | 1 | 100100000 | 1100001 | 110111 |
Color Harmonies of #D11FFC
Complementary color
Monochromatic Colors of #D11FFC
Black with #D11FFC
Text Example
Text Example
White with #D11FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11FFC; }
p { color: rgb(209,31,252); }
H1.HeaderClassName
{
color: #D11FFC;
}
.AnyTagClassName
{
color: #D11FFC;
}
</style>
background-color css
<style>
a { background-color: #D11FFC; }
a { background-color: rgb(209,31,252); }
div.DivClassName
{
background-color: #D11FFC;
}
.BgClassName
{
background-color: #D11FFC;
}
</style>
border-color css
<style>
span { border-color: #D11FFC; }
span { border-color: rgb(209,31,252); }
td.TdClassName
{
border-color: #D11FFC;
}
.TagClassName
{
border-color: #D11FFC;
}
</style>