Shades of Psychedelic Purple #D506FF
Tints of Psychedelic Purple #D506FF
RGB
CMYK
RGB Variations
Color information
#D506FF (or 0xD506FF) is known color: Psychedelic Purple. HEX triplet: D5, 06 and FF. RGB value is (213,6,255). Sum of RGB (Red+Green+Blue) = 213+6+255=474 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.94% from 474); Green value is 6 (2.73% from 255 or 1.27% from 474); Blue value is 255 (100% from 255 or 53.80% from 474); Max value from RGB is 255 - color contains mainly: blue. Hex color #D506FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D506FF is #2AF900. Grayscale: #5F5F5F. Windows color (decimal): -2816257 or 16713429. OLE color: 16713429.
HSL color Cylindrical-coordinate representation of color #D506FF: hue angle of 289.88º 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 #D506FF is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 6 | 255 | - |
| CMYK | 0.16 | 0.98 | 0 | 0 |
| HSL | 289.88º | 1% | 0.51% | - |
| HSV(B) | 289.88º | 0.98% | 1% | - |
| XYZ | 45.56 | 21.5 | 96.36 | - |
| YUV | 96.28 | 217.58 | 211.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 6 | 255 | 0.16 | 0.98 | 0 | 0 | 289.88 | 1 | 0.51 |
| Hex | D5 | 6 | FF | 10 | 62 | 0 | 0 | 122 | 64 | 33 |
| Octal | 325 | 6 | 377 | 20 | 142 | 0 | 0 | 442 | 144 | 63 |
| Binary | 11010101 | 110 | 11111111 | 10000 | 1100010 | 0 | 0 | 100100010 | 1100100 | 110011 |
Color Harmonies of #D506FF
Complementary color
Monochromatic Colors of #D506FF
Black with #D506FF
Text Example
Text Example
White with #D506FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D506FF; }
p { color: rgb(213,6,255); }
H1.HeaderClassName
{
color: #D506FF;
}
.AnyTagClassName
{
color: #D506FF;
}
</style>
background-color css
<style>
a { background-color: #D506FF; }
a { background-color: rgb(213,6,255); }
div.DivClassName
{
background-color: #D506FF;
}
.BgClassName
{
background-color: #D506FF;
}
</style>
border-color css
<style>
span { border-color: #D506FF; }
span { border-color: rgb(213,6,255); }
td.TdClassName
{
border-color: #D506FF;
}
.TagClassName
{
border-color: #D506FF;
}
</style>