Shades of Psychedelic Purple #D508F5
Tints of Psychedelic Purple #D508F5
RGB
CMYK
RGB Variations
Color information
#D508F5 (or 0xD508F5) is known color: Psychedelic Purple. HEX triplet: D5, 08 and F5. RGB value is (213,8,245). Sum of RGB (Red+Green+Blue) = 213+8+245=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 8 (3.52% from 255 or 1.72% from 466); Blue value is 245 (96.09% from 255 or 52.58% from 466); Max value from RGB is 245 - color contains mainly: blue. Hex color #D508F5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D508F5 is #2AF70A. Grayscale: #5F5F5F. Windows color (decimal): -2815755 or 16058581. OLE color: 16058581.
HSL color Cylindrical-coordinate representation of color #D508F5: hue angle of 291.9º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D508F5 is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 213 | 8 | 245 | - |
| CMYK | 0.13 | 0.97 | 0 | 0.04 |
| HSL | 291.9º | 0.94% | 0.5% | - |
| HSV(B) | 291.9º | 0.97% | 0.96% | - |
| XYZ | 44.01 | 20.91 | 88.1 | - |
| YUV | 96.31 | 211.92 | 211.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 8 | 245 | 0.13 | 0.97 | 0 | 0.04 | 291.9 | 0.94 | 0.5 |
| Hex | D5 | 8 | F5 | D | 61 | 0 | 4 | 124 | 5E | 32 |
| Octal | 325 | 10 | 365 | 15 | 141 | 0 | 4 | 444 | 136 | 62 |
| Binary | 11010101 | 1000 | 11110101 | 1101 | 1100001 | 0 | 100 | 100100100 | 1011110 | 110010 |
Color Harmonies of #D508F5
Complementary color
Monochromatic Colors of #D508F5
Black with #D508F5
Text Example
Text Example
White with #D508F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D508F5; }
p { color: rgb(213,8,245); }
H1.HeaderClassName
{
color: #D508F5;
}
.AnyTagClassName
{
color: #D508F5;
}
</style>
background-color css
<style>
a { background-color: #D508F5; }
a { background-color: rgb(213,8,245); }
div.DivClassName
{
background-color: #D508F5;
}
.BgClassName
{
background-color: #D508F5;
}
</style>
border-color css
<style>
span { border-color: #D508F5; }
span { border-color: rgb(213,8,245); }
td.TdClassName
{
border-color: #D508F5;
}
.TagClassName
{
border-color: #D508F5;
}
</style>