Shades of Psychedelic Purple #D534F6
Tints of Psychedelic Purple #D534F6
RGB
CMYK
RGB Variations
Color information
#D534F6 (or 0xD534F6) is known color: Psychedelic Purple. HEX triplet: D5, 34 and F6. RGB value is (213,52,246). Sum of RGB (Red+Green+Blue) = 213+52+246=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 52 (20.70% from 255 or 10.18% from 511); Blue value is 246 (96.48% from 255 or 48.14% from 511); Max value from RGB is 246 - color contains mainly: blue. Hex color #D534F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D534F6 is #2ACB09. Grayscale: #797979. Windows color (decimal): -2804490 or 16135381. OLE color: 16135381.
HSL color Cylindrical-coordinate representation of color #D534F6: hue angle of 289.79º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D534F6 is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 213 | 52 | 246 | - |
| CMYK | 0.13 | 0.79 | 0 | 0.04 |
| HSL | 289.79º | 0.92% | 0.58% | - |
| HSV(B) | 289.79º | 0.79% | 0.96% | - |
| XYZ | 45.3 | 23.26 | 89.29 | - |
| YUV | 122.26 | 197.84 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 52 | 246 | 0.13 | 0.79 | 0 | 0.04 | 289.79 | 0.92 | 0.58 |
| Hex | D5 | 34 | F6 | D | 4F | 0 | 4 | 122 | 5C | 3A |
| Octal | 325 | 64 | 366 | 15 | 117 | 0 | 4 | 442 | 134 | 72 |
| Binary | 11010101 | 110100 | 11110110 | 1101 | 1001111 | 0 | 100 | 100100010 | 1011100 | 111010 |
Color Harmonies of #D534F6
Complementary color
Monochromatic Colors of #D534F6
Black with #D534F6
Text Example
Text Example
White with #D534F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D534F6; }
p { color: rgb(213,52,246); }
H1.HeaderClassName
{
color: #D534F6;
}
.AnyTagClassName
{
color: #D534F6;
}
</style>
background-color css
<style>
a { background-color: #D534F6; }
a { background-color: rgb(213,52,246); }
div.DivClassName
{
background-color: #D534F6;
}
.BgClassName
{
background-color: #D534F6;
}
</style>
border-color css
<style>
span { border-color: #D534F6; }
span { border-color: rgb(213,52,246); }
td.TdClassName
{
border-color: #D534F6;
}
.TagClassName
{
border-color: #D534F6;
}
</style>