Shades of Psychedelic Purple #D32DFD
Tints of Psychedelic Purple #D32DFD
RGB
CMYK
RGB Variations
Color information
#D32DFD (or 0xD32DFD) is known color: Psychedelic Purple. HEX triplet: D3, 2D and FD. RGB value is (211,45,253). Sum of RGB (Red+Green+Blue) = 211+45+253=509 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.45% from 509); Green value is 45 (17.97% from 255 or 8.84% from 509); Blue value is 253 (99.22% from 255 or 49.71% from 509); Max value from RGB is 253 - color contains mainly: blue. Hex color #D32DFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D32DFD is #2CD202. Grayscale: #757575. Windows color (decimal): -2937347 or 16592339. OLE color: 16592339.
HSL color Cylindrical-coordinate representation of color #D32DFD: hue angle of 287.88º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D32DFD is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 45 | 253 | - |
| CMYK | 0.17 | 0.82 | 0 | 0.01 |
| HSL | 287.88º | 0.98% | 0.58% | - |
| HSV(B) | 287.88º | 0.82% | 0.99% | - |
| XYZ | 45.53 | 22.82 | 94.93 | - |
| YUV | 118.35 | 204 | 194.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 45 | 253 | 0.17 | 0.82 | 0 | 0.01 | 287.88 | 0.98 | 0.58 |
| Hex | D3 | 2D | FD | 11 | 52 | 0 | 1 | 120 | 62 | 3A |
| Octal | 323 | 55 | 375 | 21 | 122 | 0 | 1 | 440 | 142 | 72 |
| Binary | 11010011 | 101101 | 11111101 | 10001 | 1010010 | 0 | 1 | 100100000 | 1100010 | 111010 |
Color Harmonies of #D32DFD
Complementary color
Monochromatic Colors of #D32DFD
Black with #D32DFD
Text Example
Text Example
White with #D32DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32DFD; }
p { color: rgb(211,45,253); }
H1.HeaderClassName
{
color: #D32DFD;
}
.AnyTagClassName
{
color: #D32DFD;
}
</style>
background-color css
<style>
a { background-color: #D32DFD; }
a { background-color: rgb(211,45,253); }
div.DivClassName
{
background-color: #D32DFD;
}
.BgClassName
{
background-color: #D32DFD;
}
</style>
border-color css
<style>
span { border-color: #D32DFD; }
span { border-color: rgb(211,45,253); }
td.TdClassName
{
border-color: #D32DFD;
}
.TagClassName
{
border-color: #D32DFD;
}
</style>