Shades of Psychedelic Purple #D329FC
Tints of Psychedelic Purple #D329FC
RGB
CMYK
RGB Variations
Color information
#D329FC (or 0xD329FC) is known color: Psychedelic Purple. HEX triplet: D3, 29 and FC. RGB value is (211,41,252). Sum of RGB (Red+Green+Blue) = 211+41+252=504 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.87% from 504); Green value is 41 (16.41% from 255 or 8.13% from 504); Blue value is 252 (98.83% from 255 or 50% from 504); Max value from RGB is 252 - color contains mainly: blue. Hex color #D329FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D329FC is #2CD603. Grayscale: #737373. Windows color (decimal): -2938372 or 16525779. OLE color: 16525779.
HSL color Cylindrical-coordinate representation of color #D329FC: hue angle of 288.34º 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 #D329FC is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 41 | 252 | - |
| CMYK | 0.16 | 0.84 | 0 | 0.01 |
| HSL | 288.34º | 0.97% | 0.57% | - |
| HSV(B) | 288.34º | 0.84% | 0.99% | - |
| XYZ | 45.23 | 22.46 | 94.05 | - |
| YUV | 115.88 | 204.82 | 195.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 41 | 252 | 0.16 | 0.84 | 0 | 0.01 | 288.34 | 0.97 | 0.57 |
| Hex | D3 | 29 | FC | 10 | 54 | 0 | 1 | 120 | 61 | 39 |
| Octal | 323 | 51 | 374 | 20 | 124 | 0 | 1 | 440 | 141 | 71 |
| Binary | 11010011 | 101001 | 11111100 | 10000 | 1010100 | 0 | 1 | 100100000 | 1100001 | 111001 |
Color Harmonies of #D329FC
Complementary color
Monochromatic Colors of #D329FC
Black with #D329FC
Text Example
Text Example
White with #D329FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D329FC; }
p { color: rgb(211,41,252); }
H1.HeaderClassName
{
color: #D329FC;
}
.AnyTagClassName
{
color: #D329FC;
}
</style>
background-color css
<style>
a { background-color: #D329FC; }
a { background-color: rgb(211,41,252); }
div.DivClassName
{
background-color: #D329FC;
}
.BgClassName
{
background-color: #D329FC;
}
</style>
border-color css
<style>
span { border-color: #D329FC; }
span { border-color: rgb(211,41,252); }
td.TdClassName
{
border-color: #D329FC;
}
.TagClassName
{
border-color: #D329FC;
}
</style>