Shades of Psychedelic Purple #D324F2
Tints of Psychedelic Purple #D324F2
RGB
CMYK
RGB Variations
Color information
#D324F2 (or 0xD324F2) is known color: Psychedelic Purple. HEX triplet: D3, 24 and F2. RGB value is (211,36,242). Sum of RGB (Red+Green+Blue) = 211+36+242=489 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.15% from 489); Green value is 36 (14.45% from 255 or 7.36% from 489); Blue value is 242 (94.92% from 255 or 49.49% from 489); Max value from RGB is 242 - color contains mainly: blue. Hex color #D324F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D324F2 is #2CDB0D. Grayscale: #6F6F6F. Windows color (decimal): -2939662 or 15869139. OLE color: 15869139.
HSL color Cylindrical-coordinate representation of color #D324F2: hue angle of 290.97º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D324F2 is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 36 | 242 | - |
| CMYK | 0.13 | 0.85 | 0 | 0.05 |
| HSL | 290.97º | 0.89% | 0.55% | - |
| HSV(B) | 290.97º | 0.85% | 0.95% | - |
| XYZ | 43.52 | 21.52 | 85.86 | - |
| YUV | 111.81 | 201.48 | 198.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 36 | 242 | 0.13 | 0.85 | 0 | 0.05 | 290.97 | 0.89 | 0.55 |
| Hex | D3 | 24 | F2 | D | 55 | 0 | 5 | 123 | 59 | 37 |
| Octal | 323 | 44 | 362 | 15 | 125 | 0 | 5 | 443 | 131 | 67 |
| Binary | 11010011 | 100100 | 11110010 | 1101 | 1010101 | 0 | 101 | 100100011 | 1011001 | 110111 |
Color Harmonies of #D324F2
Complementary color
Monochromatic Colors of #D324F2
Black with #D324F2
Text Example
Text Example
White with #D324F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D324F2; }
p { color: rgb(211,36,242); }
H1.HeaderClassName
{
color: #D324F2;
}
.AnyTagClassName
{
color: #D324F2;
}
</style>
background-color css
<style>
a { background-color: #D324F2; }
a { background-color: rgb(211,36,242); }
div.DivClassName
{
background-color: #D324F2;
}
.BgClassName
{
background-color: #D324F2;
}
</style>
border-color css
<style>
span { border-color: #D324F2; }
span { border-color: rgb(211,36,242); }
td.TdClassName
{
border-color: #D324F2;
}
.TagClassName
{
border-color: #D324F2;
}
</style>