Shades of Psychedelic Purple #D505FF
Tints of Psychedelic Purple #D505FF
RGB
CMYK
RGB Variations
Color information
#D505FF (or 0xD505FF) is known color: Psychedelic Purple. HEX triplet: D5, 05 and FF. RGB value is (213,5,255). Sum of RGB (Red+Green+Blue) = 213+5+255=473 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.03% from 473); Green value is 5 (2.34% from 255 or 1.06% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #D505FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D505FF is #2AFA00. Grayscale: #5E5E5E. Windows color (decimal): -2816513 or 16713173. OLE color: 16713173.
HSL color Cylindrical-coordinate representation of color #D505FF: hue angle of 289.92º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D505FF is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 5 | 255 | - |
| CMYK | 0.16 | 0.98 | 0 | 0 |
| HSL | 289.92º | 1% | 0.51% | - |
| HSV(B) | 289.92º | 0.98% | 1% | - |
| XYZ | 45.54 | 21.47 | 96.35 | - |
| YUV | 95.69 | 217.91 | 211.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 5 | 255 | 0.16 | 0.98 | 0 | 0 | 289.92 | 1 | 0.51 |
| Hex | D5 | 5 | FF | 10 | 62 | 0 | 0 | 122 | 64 | 33 |
| Octal | 325 | 5 | 377 | 20 | 142 | 0 | 0 | 442 | 144 | 63 |
| Binary | 11010101 | 101 | 11111111 | 10000 | 1100010 | 0 | 0 | 100100010 | 1100100 | 110011 |
Color Harmonies of #D505FF
Complementary color
Monochromatic Colors of #D505FF
Black with #D505FF
Text Example
Text Example
White with #D505FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D505FF; }
p { color: rgb(213,5,255); }
H1.HeaderClassName
{
color: #D505FF;
}
.AnyTagClassName
{
color: #D505FF;
}
</style>
background-color css
<style>
a { background-color: #D505FF; }
a { background-color: rgb(213,5,255); }
div.DivClassName
{
background-color: #D505FF;
}
.BgClassName
{
background-color: #D505FF;
}
</style>
border-color css
<style>
span { border-color: #D505FF; }
span { border-color: rgb(213,5,255); }
td.TdClassName
{
border-color: #D505FF;
}
.TagClassName
{
border-color: #D505FF;
}
</style>