Shades of Psychedelic Purple #D836F9
Tints of Psychedelic Purple #D836F9
RGB
CMYK
RGB Variations
Color information
#D836F9 (or 0xD836F9) is known color: Psychedelic Purple. HEX triplet: D8, 36 and F9. RGB value is (216,54,249). Sum of RGB (Red+Green+Blue) = 216+54+249=519 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.62% from 519); Green value is 54 (21.48% from 255 or 10.40% from 519); Blue value is 249 (97.66% from 255 or 47.98% from 519); Max value from RGB is 249 - color contains mainly: blue. Hex color #D836F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D836F9 is #27C906. Grayscale: #7C7C7C. Windows color (decimal): -2607367 or 16332504. OLE color: 16332504.
HSL color Cylindrical-coordinate representation of color #D836F9: hue angle of 289.85º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D836F9 is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 54 | 249 | - |
| CMYK | 0.13 | 0.78 | 0 | 0.02 |
| HSL | 289.85º | 0.94% | 0.59% | - |
| HSV(B) | 289.85º | 0.78% | 0.98% | - |
| XYZ | 46.74 | 24.08 | 91.81 | - |
| YUV | 124.67 | 198.17 | 193.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 54 | 249 | 0.13 | 0.78 | 0 | 0.02 | 289.85 | 0.94 | 0.59 |
| Hex | D8 | 36 | F9 | D | 4E | 0 | 2 | 122 | 5E | 3B |
| Octal | 330 | 66 | 371 | 15 | 116 | 0 | 2 | 442 | 136 | 73 |
| Binary | 11011000 | 110110 | 11111001 | 1101 | 1001110 | 0 | 10 | 100100010 | 1011110 | 111011 |
Color Harmonies of #D836F9
Complementary color
Monochromatic Colors of #D836F9
Black with #D836F9
Text Example
Text Example
White with #D836F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D836F9; }
p { color: rgb(216,54,249); }
H1.HeaderClassName
{
color: #D836F9;
}
.AnyTagClassName
{
color: #D836F9;
}
</style>
background-color css
<style>
a { background-color: #D836F9; }
a { background-color: rgb(216,54,249); }
div.DivClassName
{
background-color: #D836F9;
}
.BgClassName
{
background-color: #D836F9;
}
</style>
border-color css
<style>
span { border-color: #D836F9; }
span { border-color: rgb(216,54,249); }
td.TdClassName
{
border-color: #D836F9;
}
.TagClassName
{
border-color: #D836F9;
}
</style>