Shades of Psychedelic Purple #D32DEF
Tints of Psychedelic Purple #D32DEF
RGB
CMYK
RGB Variations
Color information
#D32DEF (or 0xD32DEF) is known color: Psychedelic Purple. HEX triplet: D3, 2D and EF. RGB value is (211,45,239). Sum of RGB (Red+Green+Blue) = 211+45+239=495 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.63% from 495); Green value is 45 (17.97% from 255 or 9.09% from 495); Blue value is 239 (93.75% from 255 or 48.28% from 495); Max value from RGB is 239 - color contains mainly: blue. Hex color #D32DEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D32DEF is #2CD210. Grayscale: #747474. Windows color (decimal): -2937361 or 15674835. OLE color: 15674835.
HSL color Cylindrical-coordinate representation of color #D32DEF: hue angle of 291.34º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D32DEF is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 45 | 239 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.06 |
| HSL | 291.34º | 0.86% | 0.56% | - |
| HSV(B) | 291.34º | 0.81% | 0.94% | - |
| XYZ | 43.38 | 21.96 | 83.61 | - |
| YUV | 116.75 | 197 | 195.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 45 | 239 | 0.12 | 0.81 | 0 | 0.06 | 291.34 | 0.86 | 0.56 |
| Hex | D3 | 2D | EF | C | 51 | 0 | 6 | 123 | 56 | 38 |
| Octal | 323 | 55 | 357 | 14 | 121 | 0 | 6 | 443 | 126 | 70 |
| Binary | 11010011 | 101101 | 11101111 | 1100 | 1010001 | 0 | 110 | 100100011 | 1010110 | 111000 |
Color Harmonies of #D32DEF
Complementary color
Monochromatic Colors of #D32DEF
Black with #D32DEF
Text Example
Text Example
White with #D32DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32DEF; }
p { color: rgb(211,45,239); }
H1.HeaderClassName
{
color: #D32DEF;
}
.AnyTagClassName
{
color: #D32DEF;
}
</style>
background-color css
<style>
a { background-color: #D32DEF; }
a { background-color: rgb(211,45,239); }
div.DivClassName
{
background-color: #D32DEF;
}
.BgClassName
{
background-color: #D32DEF;
}
</style>
border-color css
<style>
span { border-color: #D32DEF; }
span { border-color: rgb(211,45,239); }
td.TdClassName
{
border-color: #D32DEF;
}
.TagClassName
{
border-color: #D32DEF;
}
</style>