Shades of Psychedelic Purple #D515F8
Tints of Psychedelic Purple #D515F8
RGB
CMYK
RGB Variations
Color information
#D515F8 (or 0xD515F8) is known color: Psychedelic Purple. HEX triplet: D5, 15 and F8. RGB value is (213,21,248). Sum of RGB (Red+Green+Blue) = 213+21+248=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 21 (8.59% from 255 or 4.36% from 482); Blue value is 248 (97.27% from 255 or 51.45% from 482); Max value from RGB is 248 - color contains mainly: blue. Hex color #D515F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D515F8 is #2AEA07. Grayscale: #676767. Windows color (decimal): -2812424 or 16258517. OLE color: 16258517.
HSL color Cylindrical-coordinate representation of color #D515F8: hue angle of 290.75º 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 #D515F8 is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 213 | 21 | 248 | - |
| CMYK | 0.14 | 0.92 | 0 | 0.03 |
| HSL | 290.75º | 0.94% | 0.53% | - |
| HSV(B) | 290.75º | 0.92% | 0.97% | - |
| XYZ | 44.65 | 21.46 | 90.6 | - |
| YUV | 104.29 | 209.11 | 205.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 21 | 248 | 0.14 | 0.92 | 0 | 0.03 | 290.75 | 0.94 | 0.53 |
| Hex | D5 | 15 | F8 | E | 5C | 0 | 3 | 123 | 5E | 35 |
| Octal | 325 | 25 | 370 | 16 | 134 | 0 | 3 | 443 | 136 | 65 |
| Binary | 11010101 | 10101 | 11111000 | 1110 | 1011100 | 0 | 11 | 100100011 | 1011110 | 110101 |
Color Harmonies of #D515F8
Complementary color
Monochromatic Colors of #D515F8
Black with #D515F8
Text Example
Text Example
White with #D515F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D515F8; }
p { color: rgb(213,21,248); }
H1.HeaderClassName
{
color: #D515F8;
}
.AnyTagClassName
{
color: #D515F8;
}
</style>
background-color css
<style>
a { background-color: #D515F8; }
a { background-color: rgb(213,21,248); }
div.DivClassName
{
background-color: #D515F8;
}
.BgClassName
{
background-color: #D515F8;
}
</style>
border-color css
<style>
span { border-color: #D515F8; }
span { border-color: rgb(213,21,248); }
td.TdClassName
{
border-color: #D515F8;
}
.TagClassName
{
border-color: #D515F8;
}
</style>