Shades of Psychedelic Purple #D615F7
Tints of Psychedelic Purple #D615F7
RGB
CMYK
RGB Variations
Color information
#D615F7 (or 0xD615F7) is known color: Psychedelic Purple. HEX triplet: D6, 15 and F7. RGB value is (214,21,247). Sum of RGB (Red+Green+Blue) = 214+21+247=482 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.40% from 482); Green value is 21 (8.59% from 255 or 4.36% from 482); Blue value is 247 (96.88% from 255 or 51.24% from 482); Max value from RGB is 247 - color contains mainly: blue. Hex color #D615F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D615F7 is #29EA08. Grayscale: #676767. Windows color (decimal): -2746889 or 16192982. OLE color: 16192982.
HSL color Cylindrical-coordinate representation of color #D615F7: hue angle of 291.24º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D615F7 is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 214 | 21 | 247 | - |
| CMYK | 0.13 | 0.91 | 0 | 0.03 |
| HSL | 291.24º | 0.93% | 0.53% | - |
| HSV(B) | 291.24º | 0.91% | 0.97% | - |
| XYZ | 44.79 | 21.55 | 89.79 | - |
| YUV | 104.47 | 208.44 | 206.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 21 | 247 | 0.13 | 0.91 | 0 | 0.03 | 291.24 | 0.93 | 0.53 |
| Hex | D6 | 15 | F7 | D | 5B | 0 | 3 | 123 | 5D | 35 |
| Octal | 326 | 25 | 367 | 15 | 133 | 0 | 3 | 443 | 135 | 65 |
| Binary | 11010110 | 10101 | 11110111 | 1101 | 1011011 | 0 | 11 | 100100011 | 1011101 | 110101 |
Color Harmonies of #D615F7
Complementary color
Monochromatic Colors of #D615F7
Black with #D615F7
Text Example
Text Example
White with #D615F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D615F7; }
p { color: rgb(214,21,247); }
H1.HeaderClassName
{
color: #D615F7;
}
.AnyTagClassName
{
color: #D615F7;
}
</style>
background-color css
<style>
a { background-color: #D615F7; }
a { background-color: rgb(214,21,247); }
div.DivClassName
{
background-color: #D615F7;
}
.BgClassName
{
background-color: #D615F7;
}
</style>
border-color css
<style>
span { border-color: #D615F7; }
span { border-color: rgb(214,21,247); }
td.TdClassName
{
border-color: #D615F7;
}
.TagClassName
{
border-color: #D615F7;
}
</style>