Shades of Psychedelic Purple #D828F5
Tints of Psychedelic Purple #D828F5
RGB
CMYK
RGB Variations
Color information
#D828F5 (or 0xD828F5) is known color: Psychedelic Purple. HEX triplet: D8, 28 and F5. RGB value is (216,40,245). Sum of RGB (Red+Green+Blue) = 216+40+245=501 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.11% from 501); Green value is 40 (16.02% from 255 or 7.98% from 501); Blue value is 245 (96.09% from 255 or 48.90% from 501); Max value from RGB is 245 - color contains mainly: blue. Hex color #D828F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D828F5 is #27D70A. Grayscale: #737373. Windows color (decimal): -2610955 or 16066776. OLE color: 16066776.
HSL color Cylindrical-coordinate representation of color #D828F5: hue angle of 291.51º degrees, saturation: 0.91, 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 #D828F5 is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 216 | 40 | 245 | - |
| CMYK | 0.12 | 0.84 | 0 | 0.04 |
| HSL | 291.51º | 0.91% | 0.56% | - |
| HSV(B) | 291.51º | 0.84% | 0.96% | - |
| XYZ | 45.56 | 22.71 | 88.37 | - |
| YUV | 115.99 | 200.81 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 40 | 245 | 0.12 | 0.84 | 0 | 0.04 | 291.51 | 0.91 | 0.56 |
| Hex | D8 | 28 | F5 | C | 54 | 0 | 4 | 124 | 5B | 38 |
| Octal | 330 | 50 | 365 | 14 | 124 | 0 | 4 | 444 | 133 | 70 |
| Binary | 11011000 | 101000 | 11110101 | 1100 | 1010100 | 0 | 100 | 100100100 | 1011011 | 111000 |
Color Harmonies of #D828F5
Complementary color
Monochromatic Colors of #D828F5
Black with #D828F5
Text Example
Text Example
White with #D828F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D828F5; }
p { color: rgb(216,40,245); }
H1.HeaderClassName
{
color: #D828F5;
}
.AnyTagClassName
{
color: #D828F5;
}
</style>
background-color css
<style>
a { background-color: #D828F5; }
a { background-color: rgb(216,40,245); }
div.DivClassName
{
background-color: #D828F5;
}
.BgClassName
{
background-color: #D828F5;
}
</style>
border-color css
<style>
span { border-color: #D828F5; }
span { border-color: rgb(216,40,245); }
td.TdClassName
{
border-color: #D828F5;
}
.TagClassName
{
border-color: #D828F5;
}
</style>