Shades of Psychedelic Purple #D527F6
Tints of Psychedelic Purple #D527F6
RGB
CMYK
RGB Variations
Color information
#D527F6 (or 0xD527F6) is known color: Psychedelic Purple. HEX triplet: D5, 27 and F6. RGB value is (213,39,246). Sum of RGB (Red+Green+Blue) = 213+39+246=498 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.77% from 498); Green value is 39 (15.62% from 255 or 7.83% from 498); Blue value is 246 (96.48% from 255 or 49.40% from 498); Max value from RGB is 246 - color contains mainly: blue. Hex color #D527F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D527F6 is #2AD809. Grayscale: #717171. Windows color (decimal): -2807818 or 16132053. OLE color: 16132053.
HSL color Cylindrical-coordinate representation of color #D527F6: hue angle of 290.43º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D527F6 is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 213 | 39 | 246 | - |
| CMYK | 0.13 | 0.84 | 0 | 0.04 |
| HSL | 290.43º | 0.92% | 0.56% | - |
| HSV(B) | 290.43º | 0.84% | 0.96% | - |
| XYZ | 44.8 | 22.25 | 89.12 | - |
| YUV | 114.62 | 202.15 | 198.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 39 | 246 | 0.13 | 0.84 | 0 | 0.04 | 290.43 | 0.92 | 0.56 |
| Hex | D5 | 27 | F6 | D | 54 | 0 | 4 | 122 | 5C | 38 |
| Octal | 325 | 47 | 366 | 15 | 124 | 0 | 4 | 442 | 134 | 70 |
| Binary | 11010101 | 100111 | 11110110 | 1101 | 1010100 | 0 | 100 | 100100010 | 1011100 | 111000 |
Color Harmonies of #D527F6
Complementary color
Monochromatic Colors of #D527F6
Black with #D527F6
Text Example
Text Example
White with #D527F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D527F6; }
p { color: rgb(213,39,246); }
H1.HeaderClassName
{
color: #D527F6;
}
.AnyTagClassName
{
color: #D527F6;
}
</style>
background-color css
<style>
a { background-color: #D527F6; }
a { background-color: rgb(213,39,246); }
div.DivClassName
{
background-color: #D527F6;
}
.BgClassName
{
background-color: #D527F6;
}
</style>
border-color css
<style>
span { border-color: #D527F6; }
span { border-color: rgb(213,39,246); }
td.TdClassName
{
border-color: #D527F6;
}
.TagClassName
{
border-color: #D527F6;
}
</style>