Shades of Psychedelic Purple #D834F5
Tints of Psychedelic Purple #D834F5
RGB
CMYK
RGB Variations
Color information
#D834F5 (or 0xD834F5) is known color: Psychedelic Purple. HEX triplet: D8, 34 and F5. RGB value is (216,52,245). Sum of RGB (Red+Green+Blue) = 216+52+245=513 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.11% from 513); Green value is 52 (20.70% from 255 or 10.14% from 513); Blue value is 245 (96.09% from 255 or 47.76% from 513); Max value from RGB is 245 - color contains mainly: blue. Hex color #D834F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D834F5 is #27CB0A. Grayscale: #7A7A7A. Windows color (decimal): -2607883 or 16069848. OLE color: 16069848.
HSL color Cylindrical-coordinate representation of color #D834F5: hue angle of 290.98º degrees, saturation: 0.91, 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 #D834F5 is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 216 | 52 | 245 | - |
| CMYK | 0.12 | 0.79 | 0 | 0.04 |
| HSL | 290.98º | 0.91% | 0.58% | - |
| HSV(B) | 290.98º | 0.79% | 0.96% | - |
| XYZ | 46.03 | 23.65 | 88.52 | - |
| YUV | 123.04 | 196.83 | 194.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 52 | 245 | 0.12 | 0.79 | 0 | 0.04 | 290.98 | 0.91 | 0.58 |
| Hex | D8 | 34 | F5 | C | 4F | 0 | 4 | 123 | 5B | 3A |
| Octal | 330 | 64 | 365 | 14 | 117 | 0 | 4 | 443 | 133 | 72 |
| Binary | 11011000 | 110100 | 11110101 | 1100 | 1001111 | 0 | 100 | 100100011 | 1011011 | 111010 |
Color Harmonies of #D834F5
Complementary color
Monochromatic Colors of #D834F5
Black with #D834F5
Text Example
Text Example
White with #D834F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D834F5; }
p { color: rgb(216,52,245); }
H1.HeaderClassName
{
color: #D834F5;
}
.AnyTagClassName
{
color: #D834F5;
}
</style>
background-color css
<style>
a { background-color: #D834F5; }
a { background-color: rgb(216,52,245); }
div.DivClassName
{
background-color: #D834F5;
}
.BgClassName
{
background-color: #D834F5;
}
</style>
border-color css
<style>
span { border-color: #D834F5; }
span { border-color: rgb(216,52,245); }
td.TdClassName
{
border-color: #D834F5;
}
.TagClassName
{
border-color: #D834F5;
}
</style>