Shades of Psychedelic Purple #D508FF
Tints of Psychedelic Purple #D508FF
RGB
CMYK
RGB Variations
Color information
#D508FF (or 0xD508FF) is known color: Psychedelic Purple. HEX triplet: D5, 08 and FF. RGB value is (213,8,255). Sum of RGB (Red+Green+Blue) = 213+8+255=476 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.75% from 476); Green value is 8 (3.52% from 255 or 1.68% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #D508FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D508FF is #2AF700. Grayscale: #606060. Windows color (decimal): -2815745 or 16713941. OLE color: 16713941.
HSL color Cylindrical-coordinate representation of color #D508FF: hue angle of 289.8º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D508FF is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 8 | 255 | - |
| CMYK | 0.16 | 0.97 | 0 | 0 |
| HSL | 289.8º | 1% | 0.52% | - |
| HSV(B) | 289.8º | 0.97% | 1% | - |
| XYZ | 45.58 | 21.54 | 96.36 | - |
| YUV | 97.45 | 216.92 | 210.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 8 | 255 | 0.16 | 0.97 | 0 | 0 | 289.8 | 1 | 0.52 |
| Hex | D5 | 8 | FF | 10 | 61 | 0 | 0 | 122 | 64 | 34 |
| Octal | 325 | 10 | 377 | 20 | 141 | 0 | 0 | 442 | 144 | 64 |
| Binary | 11010101 | 1000 | 11111111 | 10000 | 1100001 | 0 | 0 | 100100010 | 1100100 | 110100 |
Color Harmonies of #D508FF
Complementary color
Monochromatic Colors of #D508FF
Black with #D508FF
Text Example
Text Example
White with #D508FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D508FF; }
p { color: rgb(213,8,255); }
H1.HeaderClassName
{
color: #D508FF;
}
.AnyTagClassName
{
color: #D508FF;
}
</style>
background-color css
<style>
a { background-color: #D508FF; }
a { background-color: rgb(213,8,255); }
div.DivClassName
{
background-color: #D508FF;
}
.BgClassName
{
background-color: #D508FF;
}
</style>
border-color css
<style>
span { border-color: #D508FF; }
span { border-color: rgb(213,8,255); }
td.TdClassName
{
border-color: #D508FF;
}
.TagClassName
{
border-color: #D508FF;
}
</style>