Shades of Psychedelic Purple #D32AE6
Tints of Psychedelic Purple #D32AE6
RGB
CMYK
RGB Variations
Color information
#D32AE6 (or 0xD32AE6) is known color: Psychedelic Purple. HEX triplet: D3, 2A and E6. RGB value is (211,42,230). Sum of RGB (Red+Green+Blue) = 211+42+230=483 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.69% from 483); Green value is 42 (16.80% from 255 or 8.70% from 483); Blue value is 230 (90.23% from 255 or 47.62% from 483); Max value from RGB is 230 - color contains mainly: blue. Hex color #D32AE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D32AE6 is #2CD519. Grayscale: #717171. Windows color (decimal): -2938138 or 15084243. OLE color: 15084243.
HSL color Cylindrical-coordinate representation of color #D32AE6: hue angle of 293.94º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D32AE6 is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 211 | 42 | 230 | - |
| CMYK | 0.08 | 0.82 | 0 | 0.10 |
| HSL | 293.94º | 0.79% | 0.53% | - |
| HSV(B) | 293.94º | 0.82% | 0.9% | - |
| XYZ | 41.97 | 21.22 | 76.75 | - |
| YUV | 113.96 | 193.49 | 197.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 42 | 230 | 0.08 | 0.82 | 0 | 0.10 | 293.94 | 0.79 | 0.53 |
| Hex | D3 | 2A | E6 | 8 | 52 | 0 | A | 126 | 4F | 35 |
| Octal | 323 | 52 | 346 | 10 | 122 | 0 | 12 | 446 | 117 | 65 |
| Binary | 11010011 | 101010 | 11100110 | 1000 | 1010010 | 0 | 1010 | 100100110 | 1001111 | 110101 |
Color Harmonies of #D32AE6
Complementary color
Monochromatic Colors of #D32AE6
Black with #D32AE6
Text Example
Text Example
White with #D32AE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32AE6; }
p { color: rgb(211,42,230); }
H1.HeaderClassName
{
color: #D32AE6;
}
.AnyTagClassName
{
color: #D32AE6;
}
</style>
background-color css
<style>
a { background-color: #D32AE6; }
a { background-color: rgb(211,42,230); }
div.DivClassName
{
background-color: #D32AE6;
}
.BgClassName
{
background-color: #D32AE6;
}
</style>
border-color css
<style>
span { border-color: #D32AE6; }
span { border-color: rgb(211,42,230); }
td.TdClassName
{
border-color: #D32AE6;
}
.TagClassName
{
border-color: #D32AE6;
}
</style>