Shades of Psychedelic Purple #D829FD
Tints of Psychedelic Purple #D829FD
RGB
CMYK
RGB Variations
Color information
#D829FD (or 0xD829FD) is known color: Psychedelic Purple. HEX triplet: D8, 29 and FD. RGB value is (216,41,253). Sum of RGB (Red+Green+Blue) = 216+41+253=510 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.35% from 510); Green value is 41 (16.41% from 255 or 8.04% from 510); Blue value is 253 (99.22% from 255 or 49.61% from 510); Max value from RGB is 253 - color contains mainly: blue. Hex color #D829FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D829FD is #27D602. Grayscale: #747474. Windows color (decimal): -2610691 or 16591320. OLE color: 16591320.
HSL color Cylindrical-coordinate representation of color #D829FD: hue angle of 289.53º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D829FD is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 216 | 41 | 253 | - |
| CMYK | 0.15 | 0.84 | 0 | 0.01 |
| HSL | 289.53º | 0.98% | 0.58% | - |
| HSV(B) | 289.53º | 0.84% | 0.99% | - |
| XYZ | 46.84 | 23.28 | 94.95 | - |
| YUV | 117.49 | 204.48 | 198.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 41 | 253 | 0.15 | 0.84 | 0 | 0.01 | 289.53 | 0.98 | 0.58 |
| Hex | D8 | 29 | FD | F | 54 | 0 | 1 | 122 | 62 | 3A |
| Octal | 330 | 51 | 375 | 17 | 124 | 0 | 1 | 442 | 142 | 72 |
| Binary | 11011000 | 101001 | 11111101 | 1111 | 1010100 | 0 | 1 | 100100010 | 1100010 | 111010 |
Color Harmonies of #D829FD
Complementary color
Monochromatic Colors of #D829FD
Black with #D829FD
Text Example
Text Example
White with #D829FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D829FD; }
p { color: rgb(216,41,253); }
H1.HeaderClassName
{
color: #D829FD;
}
.AnyTagClassName
{
color: #D829FD;
}
</style>
background-color css
<style>
a { background-color: #D829FD; }
a { background-color: rgb(216,41,253); }
div.DivClassName
{
background-color: #D829FD;
}
.BgClassName
{
background-color: #D829FD;
}
</style>
border-color css
<style>
span { border-color: #D829FD; }
span { border-color: rgb(216,41,253); }
td.TdClassName
{
border-color: #D829FD;
}
.TagClassName
{
border-color: #D829FD;
}
</style>