Shades of Psychedelic Purple #D828F0
Tints of Psychedelic Purple #D828F0
RGB
CMYK
RGB Variations
Color information
#D828F0 (or 0xD828F0) is known color: Psychedelic Purple. HEX triplet: D8, 28 and F0. RGB value is (216,40,240). Sum of RGB (Red+Green+Blue) = 216+40+240=496 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.55% from 496); Green value is 40 (16.02% from 255 or 8.06% from 496); Blue value is 240 (94.14% from 255 or 48.39% from 496); Max value from RGB is 240 - color contains mainly: blue. Hex color #D828F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D828F0 is #27D70F. Grayscale: #727272. Windows color (decimal): -2610960 or 15739096. OLE color: 15739096.
HSL color Cylindrical-coordinate representation of color #D828F0: hue angle of 292.8º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D828F0 is Cyan = 0.1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 40 | 240 | - |
| CMYK | 0.1 | 0.83 | 0 | 0.06 |
| HSL | 292.8º | 0.87% | 0.55% | - |
| HSV(B) | 292.8º | 0.83% | 0.94% | - |
| XYZ | 44.81 | 22.41 | 84.4 | - |
| YUV | 115.42 | 198.31 | 199.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 40 | 240 | 0.1 | 0.83 | 0 | 0.06 | 292.8 | 0.87 | 0.55 |
| Hex | D8 | 28 | F0 | A | 53 | 0 | 6 | 125 | 57 | 37 |
| Octal | 330 | 50 | 360 | 12 | 123 | 0 | 6 | 445 | 127 | 67 |
| Binary | 11011000 | 101000 | 11110000 | 1010 | 1010011 | 0 | 110 | 100100101 | 1010111 | 110111 |
Color Harmonies of #D828F0
Complementary color
Monochromatic Colors of #D828F0
Black with #D828F0
Text Example
Text Example
White with #D828F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D828F0; }
p { color: rgb(216,40,240); }
H1.HeaderClassName
{
color: #D828F0;
}
.AnyTagClassName
{
color: #D828F0;
}
</style>
background-color css
<style>
a { background-color: #D828F0; }
a { background-color: rgb(216,40,240); }
div.DivClassName
{
background-color: #D828F0;
}
.BgClassName
{
background-color: #D828F0;
}
</style>
border-color css
<style>
span { border-color: #D828F0; }
span { border-color: rgb(216,40,240); }
td.TdClassName
{
border-color: #D828F0;
}
.TagClassName
{
border-color: #D828F0;
}
</style>