Shades of Psychedelic Purple #D32DFF
Tints of Psychedelic Purple #D32DFF
RGB
CMYK
RGB Variations
Color information
#D32DFF (or 0xD32DFF) is known color: Psychedelic Purple. HEX triplet: D3, 2D and FF. RGB value is (211,45,255). Sum of RGB (Red+Green+Blue) = 211+45+255=511 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.29% from 511); Green value is 45 (17.97% from 255 or 8.81% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #D32DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D32DFF is #2CD200. Grayscale: #757575. Windows color (decimal): -2937345 or 16723411. OLE color: 16723411.
HSL color Cylindrical-coordinate representation of color #D32DFF: hue angle of 287.43º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D32DFF is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 211 | 45 | 255 | - |
| CMYK | 0.17 | 0.82 | 0 | 0 |
| HSL | 287.43º | 1% | 0.59% | - |
| HSV(B) | 287.43º | 0.82% | 1% | - |
| XYZ | 45.85 | 22.95 | 96.62 | - |
| YUV | 118.57 | 205 | 193.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 45 | 255 | 0.17 | 0.82 | 0 | 0 | 287.43 | 1 | 0.59 |
| Hex | D3 | 2D | FF | 11 | 52 | 0 | 0 | 11F | 64 | 3B |
| Octal | 323 | 55 | 377 | 21 | 122 | 0 | 0 | 437 | 144 | 73 |
| Binary | 11010011 | 101101 | 11111111 | 10001 | 1010010 | 0 | 0 | 100011111 | 1100100 | 111011 |
Color Harmonies of #D32DFF
Complementary color
Monochromatic Colors of #D32DFF
Black with #D32DFF
Text Example
Text Example
White with #D32DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32DFF; }
p { color: rgb(211,45,255); }
H1.HeaderClassName
{
color: #D32DFF;
}
.AnyTagClassName
{
color: #D32DFF;
}
</style>
background-color css
<style>
a { background-color: #D32DFF; }
a { background-color: rgb(211,45,255); }
div.DivClassName
{
background-color: #D32DFF;
}
.BgClassName
{
background-color: #D32DFF;
}
</style>
border-color css
<style>
span { border-color: #D32DFF; }
span { border-color: rgb(211,45,255); }
td.TdClassName
{
border-color: #D32DFF;
}
.TagClassName
{
border-color: #D32DFF;
}
</style>