Shades of Psychedelic Purple #D506E6
Tints of Psychedelic Purple #D506E6
RGB
CMYK
RGB Variations
Color information
#D506E6 (or 0xD506E6) is known color: Psychedelic Purple. HEX triplet: D5, 06 and E6. RGB value is (213,6,230). Sum of RGB (Red+Green+Blue) = 213+6+230=449 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.44% from 449); Green value is 6 (2.73% from 255 or 1.34% from 449); Blue value is 230 (90.23% from 255 or 51.22% from 449); Max value from RGB is 230 - color contains mainly: blue. Hex color #D506E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D506E6 is #2AF919. Grayscale: #5C5C5C. Windows color (decimal): -2816282 or 15075029. OLE color: 15075029.
HSL color Cylindrical-coordinate representation of color #D506E6: hue angle of 295.45º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D506E6 is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 213 | 6 | 230 | - |
| CMYK | 0.07 | 0.97 | 0 | 0.10 |
| HSL | 295.45º | 0.95% | 0.46% | - |
| HSV(B) | 295.45º | 0.97% | 0.9% | - |
| XYZ | 41.79 | 19.99 | 76.52 | - |
| YUV | 93.43 | 205.08 | 213.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 6 | 230 | 0.07 | 0.97 | 0 | 0.10 | 295.45 | 0.95 | 0.46 |
| Hex | D5 | 6 | E6 | 7 | 61 | 0 | A | 127 | 5F | 2E |
| Octal | 325 | 6 | 346 | 7 | 141 | 0 | 12 | 447 | 137 | 56 |
| Binary | 11010101 | 110 | 11100110 | 111 | 1100001 | 0 | 1010 | 100100111 | 1011111 | 101110 |
Color Harmonies of #D506E6
Complementary color
Monochromatic Colors of #D506E6
Black with #D506E6
Text Example
Text Example
White with #D506E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D506E6; }
p { color: rgb(213,6,230); }
H1.HeaderClassName
{
color: #D506E6;
}
.AnyTagClassName
{
color: #D506E6;
}
</style>
background-color css
<style>
a { background-color: #D506E6; }
a { background-color: rgb(213,6,230); }
div.DivClassName
{
background-color: #D506E6;
}
.BgClassName
{
background-color: #D506E6;
}
</style>
border-color css
<style>
span { border-color: #D506E6; }
span { border-color: rgb(213,6,230); }
td.TdClassName
{
border-color: #D506E6;
}
.TagClassName
{
border-color: #D506E6;
}
</style>