Shades of Psychedelic Purple #D129FC
Tints of Psychedelic Purple #D129FC
RGB
CMYK
RGB Variations
Color information
#D129FC (or 0xD129FC) is known color: Psychedelic Purple. HEX triplet: D1, 29 and FC. RGB value is (209,41,252). Sum of RGB (Red+Green+Blue) = 209+41+252=502 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.63% from 502); Green value is 41 (16.41% from 255 or 8.17% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #D129FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D129FC is #2ED603. Grayscale: #727272. Windows color (decimal): -3069444 or 16525777. OLE color: 16525777.
HSL color Cylindrical-coordinate representation of color #D129FC: hue angle of 287.77º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D129FC is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 41 | 252 | - |
| CMYK | 0.17 | 0.84 | 0 | 0.01 |
| HSL | 287.77º | 0.97% | 0.57% | - |
| HSV(B) | 287.77º | 0.84% | 0.99% | - |
| XYZ | 44.66 | 22.17 | 94.02 | - |
| YUV | 115.29 | 205.16 | 194.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 41 | 252 | 0.17 | 0.84 | 0 | 0.01 | 287.77 | 0.97 | 0.57 |
| Hex | D1 | 29 | FC | 11 | 54 | 0 | 1 | 120 | 61 | 39 |
| Octal | 321 | 51 | 374 | 21 | 124 | 0 | 1 | 440 | 141 | 71 |
| Binary | 11010001 | 101001 | 11111100 | 10001 | 1010100 | 0 | 1 | 100100000 | 1100001 | 111001 |
Color Harmonies of #D129FC
Complementary color
Monochromatic Colors of #D129FC
Black with #D129FC
Text Example
Text Example
White with #D129FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D129FC; }
p { color: rgb(209,41,252); }
H1.HeaderClassName
{
color: #D129FC;
}
.AnyTagClassName
{
color: #D129FC;
}
</style>
background-color css
<style>
a { background-color: #D129FC; }
a { background-color: rgb(209,41,252); }
div.DivClassName
{
background-color: #D129FC;
}
.BgClassName
{
background-color: #D129FC;
}
</style>
border-color css
<style>
span { border-color: #D129FC; }
span { border-color: rgb(209,41,252); }
td.TdClassName
{
border-color: #D129FC;
}
.TagClassName
{
border-color: #D129FC;
}
</style>