Shades of Psychedelic Purple #D32AF2
Tints of Psychedelic Purple #D32AF2
RGB
CMYK
RGB Variations
Color information
#D32AF2 (or 0xD32AF2) is known color: Psychedelic Purple. HEX triplet: D3, 2A and F2. RGB value is (211,42,242). Sum of RGB (Red+Green+Blue) = 211+42+242=495 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.63% from 495); Green value is 42 (16.80% from 255 or 8.48% from 495); Blue value is 242 (94.92% from 255 or 48.89% from 495); Max value from RGB is 242 - color contains mainly: blue. Hex color #D32AF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D32AF2 is #2CD50D. Grayscale: #727272. Windows color (decimal): -2938126 or 15870675. OLE color: 15870675.
HSL color Cylindrical-coordinate representation of color #D32AF2: hue angle of 290.7º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D32AF2 is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 42 | 242 | - |
| CMYK | 0.13 | 0.83 | 0 | 0.05 |
| HSL | 290.7º | 0.88% | 0.56% | - |
| HSV(B) | 290.7º | 0.83% | 0.95% | - |
| XYZ | 43.72 | 21.92 | 85.93 | - |
| YUV | 115.33 | 199.49 | 196.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 42 | 242 | 0.13 | 0.83 | 0 | 0.05 | 290.7 | 0.88 | 0.56 |
| Hex | D3 | 2A | F2 | D | 53 | 0 | 5 | 123 | 58 | 38 |
| Octal | 323 | 52 | 362 | 15 | 123 | 0 | 5 | 443 | 130 | 70 |
| Binary | 11010011 | 101010 | 11110010 | 1101 | 1010011 | 0 | 101 | 100100011 | 1011000 | 111000 |
Color Harmonies of #D32AF2
Complementary color
Monochromatic Colors of #D32AF2
Black with #D32AF2
Text Example
Text Example
White with #D32AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32AF2; }
p { color: rgb(211,42,242); }
H1.HeaderClassName
{
color: #D32AF2;
}
.AnyTagClassName
{
color: #D32AF2;
}
</style>
background-color css
<style>
a { background-color: #D32AF2; }
a { background-color: rgb(211,42,242); }
div.DivClassName
{
background-color: #D32AF2;
}
.BgClassName
{
background-color: #D32AF2;
}
</style>
border-color css
<style>
span { border-color: #D32AF2; }
span { border-color: rgb(211,42,242); }
td.TdClassName
{
border-color: #D32AF2;
}
.TagClassName
{
border-color: #D32AF2;
}
</style>