Shades of Psychedelic Purple #D515F0
Tints of Psychedelic Purple #D515F0
RGB
CMYK
RGB Variations
Color information
#D515F0 (or 0xD515F0) is known color: Psychedelic Purple. HEX triplet: D5, 15 and F0. RGB value is (213,21,240). Sum of RGB (Red+Green+Blue) = 213+21+240=474 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.94% from 474); Green value is 21 (8.59% from 255 or 4.43% from 474); Blue value is 240 (94.14% from 255 or 50.63% from 474); Max value from RGB is 240 - color contains mainly: blue. Hex color #D515F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D515F0 is #2AEA0F. Grayscale: #666666. Windows color (decimal): -2812432 or 15734229. OLE color: 15734229.
HSL color Cylindrical-coordinate representation of color #D515F0: hue angle of 292.6º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D515F0 is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 21 | 240 | - |
| CMYK | 0.11 | 0.91 | 0 | 0.06 |
| HSL | 292.6º | 0.88% | 0.51% | - |
| HSV(B) | 292.6º | 0.91% | 0.94% | - |
| XYZ | 43.44 | 20.97 | 84.2 | - |
| YUV | 103.37 | 205.11 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 21 | 240 | 0.11 | 0.91 | 0 | 0.06 | 292.6 | 0.88 | 0.51 |
| Hex | D5 | 15 | F0 | B | 5B | 0 | 6 | 125 | 58 | 33 |
| Octal | 325 | 25 | 360 | 13 | 133 | 0 | 6 | 445 | 130 | 63 |
| Binary | 11010101 | 10101 | 11110000 | 1011 | 1011011 | 0 | 110 | 100100101 | 1011000 | 110011 |
Color Harmonies of #D515F0
Complementary color
Monochromatic Colors of #D515F0
Black with #D515F0
Text Example
Text Example
White with #D515F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D515F0; }
p { color: rgb(213,21,240); }
H1.HeaderClassName
{
color: #D515F0;
}
.AnyTagClassName
{
color: #D515F0;
}
</style>
background-color css
<style>
a { background-color: #D515F0; }
a { background-color: rgb(213,21,240); }
div.DivClassName
{
background-color: #D515F0;
}
.BgClassName
{
background-color: #D515F0;
}
</style>
border-color css
<style>
span { border-color: #D515F0; }
span { border-color: rgb(213,21,240); }
td.TdClassName
{
border-color: #D515F0;
}
.TagClassName
{
border-color: #D515F0;
}
</style>