Shades of Psychedelic Purple #D115FF
Tints of Psychedelic Purple #D115FF
RGB
CMYK
RGB Variations
Color information
#D115FF (or 0xD115FF) is known color: Psychedelic Purple. HEX triplet: D1, 15 and FF. RGB value is (209,21,255). Sum of RGB (Red+Green+Blue) = 209+21+255=485 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.09% from 485); Green value is 21 (8.59% from 255 or 4.33% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #D115FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D115FF is #2EEA00. Grayscale: #676767. Windows color (decimal): -3074561 or 16717265. OLE color: 16717265.
HSL color Cylindrical-coordinate representation of color #D115FF: hue angle of 288.21º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D115FF is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 21 | 255 | - |
| CMYK | 0.18 | 0.92 | 0 | 0 |
| HSL | 288.21º | 1% | 0.54% | - |
| HSV(B) | 288.21º | 0.92% | 1% | - |
| XYZ | 44.61 | 21.31 | 96.37 | - |
| YUV | 103.89 | 213.28 | 202.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 21 | 255 | 0.18 | 0.92 | 0 | 0 | 288.21 | 1 | 0.54 |
| Hex | D1 | 15 | FF | 12 | 5C | 0 | 0 | 120 | 64 | 36 |
| Octal | 321 | 25 | 377 | 22 | 134 | 0 | 0 | 440 | 144 | 66 |
| Binary | 11010001 | 10101 | 11111111 | 10010 | 1011100 | 0 | 0 | 100100000 | 1100100 | 110110 |
Color Harmonies of #D115FF
Complementary color
Monochromatic Colors of #D115FF
Black with #D115FF
Text Example
Text Example
White with #D115FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D115FF; }
p { color: rgb(209,21,255); }
H1.HeaderClassName
{
color: #D115FF;
}
.AnyTagClassName
{
color: #D115FF;
}
</style>
background-color css
<style>
a { background-color: #D115FF; }
a { background-color: rgb(209,21,255); }
div.DivClassName
{
background-color: #D115FF;
}
.BgClassName
{
background-color: #D115FF;
}
</style>
border-color css
<style>
span { border-color: #D115FF; }
span { border-color: rgb(209,21,255); }
td.TdClassName
{
border-color: #D115FF;
}
.TagClassName
{
border-color: #D115FF;
}
</style>