Shades of Psychedelic Purple #D115F8
Tints of Psychedelic Purple #D115F8
RGB
CMYK
RGB Variations
Color information
#D115F8 (or 0xD115F8) is known color: Psychedelic Purple. HEX triplet: D1, 15 and F8. RGB value is (209,21,248). Sum of RGB (Red+Green+Blue) = 209+21+248=478 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.72% from 478); Green value is 21 (8.59% from 255 or 4.39% from 478); Blue value is 248 (97.27% from 255 or 51.88% from 478); Max value from RGB is 248 - color contains mainly: blue. Hex color #D115F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D115F8 is #2EEA07. Grayscale: #666666. Windows color (decimal): -3074568 or 16258513. OLE color: 16258513.
HSL color Cylindrical-coordinate representation of color #D115F8: hue angle of 289.69º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D115F8 is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 209 | 21 | 248 | - |
| CMYK | 0.16 | 0.92 | 0 | 0.03 |
| HSL | 289.69º | 0.94% | 0.53% | - |
| HSV(B) | 289.69º | 0.92% | 0.97% | - |
| XYZ | 43.51 | 20.87 | 90.54 | - |
| YUV | 103.09 | 209.78 | 203.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 21 | 248 | 0.16 | 0.92 | 0 | 0.03 | 289.69 | 0.94 | 0.53 |
| Hex | D1 | 15 | F8 | 10 | 5C | 0 | 3 | 122 | 5E | 35 |
| Octal | 321 | 25 | 370 | 20 | 134 | 0 | 3 | 442 | 136 | 65 |
| Binary | 11010001 | 10101 | 11111000 | 10000 | 1011100 | 0 | 11 | 100100010 | 1011110 | 110101 |
Color Harmonies of #D115F8
Complementary color
Monochromatic Colors of #D115F8
Black with #D115F8
Text Example
Text Example
White with #D115F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D115F8; }
p { color: rgb(209,21,248); }
H1.HeaderClassName
{
color: #D115F8;
}
.AnyTagClassName
{
color: #D115F8;
}
</style>
background-color css
<style>
a { background-color: #D115F8; }
a { background-color: rgb(209,21,248); }
div.DivClassName
{
background-color: #D115F8;
}
.BgClassName
{
background-color: #D115F8;
}
</style>
border-color css
<style>
span { border-color: #D115F8; }
span { border-color: rgb(209,21,248); }
td.TdClassName
{
border-color: #D115F8;
}
.TagClassName
{
border-color: #D115F8;
}
</style>