Shades of Psychedelic Purple #D820F9
Tints of Psychedelic Purple #D820F9
RGB
CMYK
RGB Variations
Color information
#D820F9 (or 0xD820F9) is known color: Psychedelic Purple. HEX triplet: D8, 20 and F9. RGB value is (216,32,249). Sum of RGB (Red+Green+Blue) = 216+32+249=497 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.46% from 497); Green value is 32 (12.89% from 255 or 6.44% from 497); Blue value is 249 (97.66% from 255 or 50.10% from 497); Max value from RGB is 249 - color contains mainly: blue. Hex color #D820F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D820F9 is #27DF06. Grayscale: #6F6F6F. Windows color (decimal): -2612999 or 16326872. OLE color: 16326872.
HSL color Cylindrical-coordinate representation of color #D820F9: hue angle of 290.88º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D820F9 is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 32 | 249 | - |
| CMYK | 0.13 | 0.87 | 0 | 0.02 |
| HSL | 290.88º | 0.95% | 0.55% | - |
| HSV(B) | 290.88º | 0.87% | 0.98% | - |
| XYZ | 45.93 | 22.47 | 91.54 | - |
| YUV | 111.75 | 205.46 | 202.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 32 | 249 | 0.13 | 0.87 | 0 | 0.02 | 290.88 | 0.95 | 0.55 |
| Hex | D8 | 20 | F9 | D | 57 | 0 | 2 | 123 | 5F | 37 |
| Octal | 330 | 40 | 371 | 15 | 127 | 0 | 2 | 443 | 137 | 67 |
| Binary | 11011000 | 100000 | 11111001 | 1101 | 1010111 | 0 | 10 | 100100011 | 1011111 | 110111 |
Color Harmonies of #D820F9
Complementary color
Monochromatic Colors of #D820F9
Black with #D820F9
Text Example
Text Example
White with #D820F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D820F9; }
p { color: rgb(216,32,249); }
H1.HeaderClassName
{
color: #D820F9;
}
.AnyTagClassName
{
color: #D820F9;
}
</style>
background-color css
<style>
a { background-color: #D820F9; }
a { background-color: rgb(216,32,249); }
div.DivClassName
{
background-color: #D820F9;
}
.BgClassName
{
background-color: #D820F9;
}
</style>
border-color css
<style>
span { border-color: #D820F9; }
span { border-color: rgb(216,32,249); }
td.TdClassName
{
border-color: #D820F9;
}
.TagClassName
{
border-color: #D820F9;
}
</style>