Shades of Psychedelic Purple #D32CF3
Tints of Psychedelic Purple #D32CF3
RGB
CMYK
RGB Variations
Color information
#D32CF3 (or 0xD32CF3) is known color: Psychedelic Purple. HEX triplet: D3, 2C and F3. RGB value is (211,44,243). Sum of RGB (Red+Green+Blue) = 211+44+243=498 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.37% from 498); Green value is 44 (17.58% from 255 or 8.84% from 498); Blue value is 243 (95.31% from 255 or 48.80% from 498); Max value from RGB is 243 - color contains mainly: blue. Hex color #D32CF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D32CF3 is #2CD30C. Grayscale: #737373. Windows color (decimal): -2937613 or 15936723. OLE color: 15936723.
HSL color Cylindrical-coordinate representation of color #D32CF3: hue angle of 290.35º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D32CF3 is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 44 | 243 | - |
| CMYK | 0.13 | 0.82 | 0 | 0.05 |
| HSL | 290.35º | 0.89% | 0.56% | - |
| HSV(B) | 290.35º | 0.82% | 0.95% | - |
| XYZ | 43.94 | 22.12 | 86.75 | - |
| YUV | 116.62 | 199.33 | 195.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 44 | 243 | 0.13 | 0.82 | 0 | 0.05 | 290.35 | 0.89 | 0.56 |
| Hex | D3 | 2C | F3 | D | 52 | 0 | 5 | 122 | 59 | 38 |
| Octal | 323 | 54 | 363 | 15 | 122 | 0 | 5 | 442 | 131 | 70 |
| Binary | 11010011 | 101100 | 11110011 | 1101 | 1010010 | 0 | 101 | 100100010 | 1011001 | 111000 |
Color Harmonies of #D32CF3
Complementary color
Monochromatic Colors of #D32CF3
Black with #D32CF3
Text Example
Text Example
White with #D32CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32CF3; }
p { color: rgb(211,44,243); }
H1.HeaderClassName
{
color: #D32CF3;
}
.AnyTagClassName
{
color: #D32CF3;
}
</style>
background-color css
<style>
a { background-color: #D32CF3; }
a { background-color: rgb(211,44,243); }
div.DivClassName
{
background-color: #D32CF3;
}
.BgClassName
{
background-color: #D32CF3;
}
</style>
border-color css
<style>
span { border-color: #D32CF3; }
span { border-color: rgb(211,44,243); }
td.TdClassName
{
border-color: #D32CF3;
}
.TagClassName
{
border-color: #D32CF3;
}
</style>