Shades of Psychedelic Purple #D834F9
Tints of Psychedelic Purple #D834F9
RGB
CMYK
RGB Variations
Color information
#D834F9 (or 0xD834F9) is known color: Psychedelic Purple. HEX triplet: D8, 34 and F9. RGB value is (216,52,249). Sum of RGB (Red+Green+Blue) = 216+52+249=517 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.78% from 517); Green value is 52 (20.70% from 255 or 10.06% from 517); Blue value is 249 (97.66% from 255 or 48.16% from 517); Max value from RGB is 249 - color contains mainly: blue. Hex color #D834F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D834F9 is #27CB06. Grayscale: #7A7A7A. Windows color (decimal): -2607879 or 16331992. OLE color: 16331992.
HSL color Cylindrical-coordinate representation of color #D834F9: hue angle of 289.95º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D834F9 is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 52 | 249 | - |
| CMYK | 0.13 | 0.79 | 0 | 0.02 |
| HSL | 289.95º | 0.94% | 0.59% | - |
| HSV(B) | 289.95º | 0.79% | 0.98% | - |
| XYZ | 46.65 | 23.89 | 91.78 | - |
| YUV | 123.49 | 198.83 | 193.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 52 | 249 | 0.13 | 0.79 | 0 | 0.02 | 289.95 | 0.94 | 0.59 |
| Hex | D8 | 34 | F9 | D | 4F | 0 | 2 | 122 | 5E | 3B |
| Octal | 330 | 64 | 371 | 15 | 117 | 0 | 2 | 442 | 136 | 73 |
| Binary | 11011000 | 110100 | 11111001 | 1101 | 1001111 | 0 | 10 | 100100010 | 1011110 | 111011 |
Color Harmonies of #D834F9
Complementary color
Monochromatic Colors of #D834F9
Black with #D834F9
Text Example
Text Example
White with #D834F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D834F9; }
p { color: rgb(216,52,249); }
H1.HeaderClassName
{
color: #D834F9;
}
.AnyTagClassName
{
color: #D834F9;
}
</style>
background-color css
<style>
a { background-color: #D834F9; }
a { background-color: rgb(216,52,249); }
div.DivClassName
{
background-color: #D834F9;
}
.BgClassName
{
background-color: #D834F9;
}
</style>
border-color css
<style>
span { border-color: #D834F9; }
span { border-color: rgb(216,52,249); }
td.TdClassName
{
border-color: #D834F9;
}
.TagClassName
{
border-color: #D834F9;
}
</style>