Shades of Psychedelic Purple #D828F3
Tints of Psychedelic Purple #D828F3
RGB
CMYK
RGB Variations
Color information
#D828F3 (or 0xD828F3) is known color: Psychedelic Purple. HEX triplet: D8, 28 and F3. RGB value is (216,40,243). Sum of RGB (Red+Green+Blue) = 216+40+243=499 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.29% from 499); Green value is 40 (16.02% from 255 or 8.02% from 499); Blue value is 243 (95.31% from 255 or 48.70% from 499); Max value from RGB is 243 - color contains mainly: blue. Hex color #D828F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D828F3 is #27D70C. Grayscale: #737373. Windows color (decimal): -2610957 or 15935704. OLE color: 15935704.
HSL color Cylindrical-coordinate representation of color #D828F3: hue angle of 292.02º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D828F3 is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 40 | 243 | - |
| CMYK | 0.11 | 0.84 | 0 | 0.05 |
| HSL | 292.02º | 0.89% | 0.55% | - |
| HSV(B) | 292.02º | 0.84% | 0.95% | - |
| XYZ | 45.26 | 22.59 | 86.77 | - |
| YUV | 115.77 | 199.81 | 199.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 40 | 243 | 0.11 | 0.84 | 0 | 0.05 | 292.02 | 0.89 | 0.55 |
| Hex | D8 | 28 | F3 | B | 54 | 0 | 5 | 124 | 59 | 37 |
| Octal | 330 | 50 | 363 | 13 | 124 | 0 | 5 | 444 | 131 | 67 |
| Binary | 11011000 | 101000 | 11110011 | 1011 | 1010100 | 0 | 101 | 100100100 | 1011001 | 110111 |
Color Harmonies of #D828F3
Complementary color
Monochromatic Colors of #D828F3
Black with #D828F3
Text Example
Text Example
White with #D828F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D828F3; }
p { color: rgb(216,40,243); }
H1.HeaderClassName
{
color: #D828F3;
}
.AnyTagClassName
{
color: #D828F3;
}
</style>
background-color css
<style>
a { background-color: #D828F3; }
a { background-color: rgb(216,40,243); }
div.DivClassName
{
background-color: #D828F3;
}
.BgClassName
{
background-color: #D828F3;
}
</style>
border-color css
<style>
span { border-color: #D828F3; }
span { border-color: rgb(216,40,243); }
td.TdClassName
{
border-color: #D828F3;
}
.TagClassName
{
border-color: #D828F3;
}
</style>