Shades of Psychedelic Purple #D929FD
Tints of Psychedelic Purple #D929FD
RGB
CMYK
RGB Variations
Color information
#D929FD (or 0xD929FD) is known color: Psychedelic Purple. HEX triplet: D9, 29 and FD. RGB value is (217,41,253). Sum of RGB (Red+Green+Blue) = 217+41+253=511 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.47% from 511); Green value is 41 (16.41% from 255 or 8.02% from 511); Blue value is 253 (99.22% from 255 or 49.51% from 511); Max value from RGB is 253 - color contains mainly: blue. Hex color #D929FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D929FD is #26D602. Grayscale: #757575. Windows color (decimal): -2545155 or 16591321. OLE color: 16591321.
HSL color Cylindrical-coordinate representation of color #D929FD: hue angle of 289.81º 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 #D929FD is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 41 | 253 | - |
| CMYK | 0.14 | 0.84 | 0 | 0.01 |
| HSL | 289.81º | 0.98% | 0.58% | - |
| HSV(B) | 289.81º | 0.84% | 0.99% | - |
| XYZ | 47.14 | 23.43 | 94.97 | - |
| YUV | 117.79 | 204.31 | 198.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 41 | 253 | 0.14 | 0.84 | 0 | 0.01 | 289.81 | 0.98 | 0.58 |
| Hex | D9 | 29 | FD | E | 54 | 0 | 1 | 122 | 62 | 3A |
| Octal | 331 | 51 | 375 | 16 | 124 | 0 | 1 | 442 | 142 | 72 |
| Binary | 11011001 | 101001 | 11111101 | 1110 | 1010100 | 0 | 1 | 100100010 | 1100010 | 111010 |
Color Harmonies of #D929FD
Complementary color
Monochromatic Colors of #D929FD
Black with #D929FD
Text Example
Text Example
White with #D929FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D929FD; }
p { color: rgb(217,41,253); }
H1.HeaderClassName
{
color: #D929FD;
}
.AnyTagClassName
{
color: #D929FD;
}
</style>
background-color css
<style>
a { background-color: #D929FD; }
a { background-color: rgb(217,41,253); }
div.DivClassName
{
background-color: #D929FD;
}
.BgClassName
{
background-color: #D929FD;
}
</style>
border-color css
<style>
span { border-color: #D929FD; }
span { border-color: rgb(217,41,253); }
td.TdClassName
{
border-color: #D929FD;
}
.TagClassName
{
border-color: #D929FD;
}
</style>