Shades of Psychedelic Purple #D32CF4
Tints of Psychedelic Purple #D32CF4
RGB
CMYK
RGB Variations
Color information
#D32CF4 (or 0xD32CF4) is known color: Psychedelic Purple. HEX triplet: D3, 2C and F4. RGB value is (211,44,244). Sum of RGB (Red+Green+Blue) = 211+44+244=499 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.28% from 499); Green value is 44 (17.58% from 255 or 8.82% from 499); Blue value is 244 (95.70% from 255 or 48.90% from 499); Max value from RGB is 244 - color contains mainly: blue. Hex color #D32CF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D32CF4 is #2CD30B. Grayscale: #747474. Windows color (decimal): -2937612 or 16002259. OLE color: 16002259.
HSL color Cylindrical-coordinate representation of color #D32CF4: hue angle of 290.1º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D32CF4 is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 44 | 244 | - |
| CMYK | 0.14 | 0.82 | 0 | 0.04 |
| HSL | 290.1º | 0.9% | 0.56% | - |
| HSV(B) | 290.1º | 0.82% | 0.96% | - |
| XYZ | 44.09 | 22.18 | 87.55 | - |
| YUV | 116.73 | 199.83 | 195.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 44 | 244 | 0.14 | 0.82 | 0 | 0.04 | 290.1 | 0.9 | 0.56 |
| Hex | D3 | 2C | F4 | E | 52 | 0 | 4 | 122 | 5A | 38 |
| Octal | 323 | 54 | 364 | 16 | 122 | 0 | 4 | 442 | 132 | 70 |
| Binary | 11010011 | 101100 | 11110100 | 1110 | 1010010 | 0 | 100 | 100100010 | 1011010 | 111000 |
Color Harmonies of #D32CF4
Complementary color
Monochromatic Colors of #D32CF4
Black with #D32CF4
Text Example
Text Example
White with #D32CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32CF4; }
p { color: rgb(211,44,244); }
H1.HeaderClassName
{
color: #D32CF4;
}
.AnyTagClassName
{
color: #D32CF4;
}
</style>
background-color css
<style>
a { background-color: #D32CF4; }
a { background-color: rgb(211,44,244); }
div.DivClassName
{
background-color: #D32CF4;
}
.BgClassName
{
background-color: #D32CF4;
}
</style>
border-color css
<style>
span { border-color: #D32CF4; }
span { border-color: rgb(211,44,244); }
td.TdClassName
{
border-color: #D32CF4;
}
.TagClassName
{
border-color: #D32CF4;
}
</style>