Shades of Psychedelic Purple #D715F2
Tints of Psychedelic Purple #D715F2
RGB
CMYK
RGB Variations
Color information
#D715F2 (or 0xD715F2) is known color: Psychedelic Purple. HEX triplet: D7, 15 and F2. RGB value is (215,21,242). Sum of RGB (Red+Green+Blue) = 215+21+242=478 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.98% from 478); Green value is 21 (8.59% from 255 or 4.39% from 478); Blue value is 242 (94.92% from 255 or 50.63% from 478); Max value from RGB is 242 - color contains mainly: blue. Hex color #D715F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D715F2 is #28EA0D. Grayscale: #676767. Windows color (decimal): -2681358 or 15865303. OLE color: 15865303.
HSL color Cylindrical-coordinate representation of color #D715F2: hue angle of 292.67º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D715F2 is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 21 | 242 | - |
| CMYK | 0.11 | 0.91 | 0 | 0.05 |
| HSL | 292.67º | 0.89% | 0.52% | - |
| HSV(B) | 292.67º | 0.91% | 0.95% | - |
| XYZ | 44.32 | 21.39 | 85.8 | - |
| YUV | 104.2 | 205.77 | 207.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 21 | 242 | 0.11 | 0.91 | 0 | 0.05 | 292.67 | 0.89 | 0.52 |
| Hex | D7 | 15 | F2 | B | 5B | 0 | 5 | 125 | 59 | 34 |
| Octal | 327 | 25 | 362 | 13 | 133 | 0 | 5 | 445 | 131 | 64 |
| Binary | 11010111 | 10101 | 11110010 | 1011 | 1011011 | 0 | 101 | 100100101 | 1011001 | 110100 |
Color Harmonies of #D715F2
Complementary color
Monochromatic Colors of #D715F2
Black with #D715F2
Text Example
Text Example
White with #D715F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D715F2; }
p { color: rgb(215,21,242); }
H1.HeaderClassName
{
color: #D715F2;
}
.AnyTagClassName
{
color: #D715F2;
}
</style>
background-color css
<style>
a { background-color: #D715F2; }
a { background-color: rgb(215,21,242); }
div.DivClassName
{
background-color: #D715F2;
}
.BgClassName
{
background-color: #D715F2;
}
</style>
border-color css
<style>
span { border-color: #D715F2; }
span { border-color: rgb(215,21,242); }
td.TdClassName
{
border-color: #D715F2;
}
.TagClassName
{
border-color: #D715F2;
}
</style>