Shades of Psychedelic Purple #D320F1
Tints of Psychedelic Purple #D320F1
RGB
CMYK
RGB Variations
Color information
#D320F1 (or 0xD320F1) is known color: Psychedelic Purple. HEX triplet: D3, 20 and F1. RGB value is (211,32,241). Sum of RGB (Red+Green+Blue) = 211+32+241=484 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.60% from 484); Green value is 32 (12.89% from 255 or 6.61% from 484); Blue value is 241 (94.53% from 255 or 49.79% from 484); Max value from RGB is 241 - color contains mainly: blue. Hex color #D320F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D320F1 is #2CDF0E. Grayscale: #6C6C6C. Windows color (decimal): -2940687 or 15802579. OLE color: 15802579.
HSL color Cylindrical-coordinate representation of color #D320F1: hue angle of 291.39º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D320F1 is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 32 | 241 | - |
| CMYK | 0.12 | 0.87 | 0 | 0.05 |
| HSL | 291.39º | 0.88% | 0.54% | - |
| HSV(B) | 291.39º | 0.87% | 0.95% | - |
| XYZ | 43.26 | 21.23 | 85.04 | - |
| YUV | 109.35 | 202.3 | 200.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 32 | 241 | 0.12 | 0.87 | 0 | 0.05 | 291.39 | 0.88 | 0.54 |
| Hex | D3 | 20 | F1 | C | 57 | 0 | 5 | 123 | 58 | 36 |
| Octal | 323 | 40 | 361 | 14 | 127 | 0 | 5 | 443 | 130 | 66 |
| Binary | 11010011 | 100000 | 11110001 | 1100 | 1010111 | 0 | 101 | 100100011 | 1011000 | 110110 |
Color Harmonies of #D320F1
Complementary color
Monochromatic Colors of #D320F1
Black with #D320F1
Text Example
Text Example
White with #D320F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D320F1; }
p { color: rgb(211,32,241); }
H1.HeaderClassName
{
color: #D320F1;
}
.AnyTagClassName
{
color: #D320F1;
}
</style>
background-color css
<style>
a { background-color: #D320F1; }
a { background-color: rgb(211,32,241); }
div.DivClassName
{
background-color: #D320F1;
}
.BgClassName
{
background-color: #D320F1;
}
</style>
border-color css
<style>
span { border-color: #D320F1; }
span { border-color: rgb(211,32,241); }
td.TdClassName
{
border-color: #D320F1;
}
.TagClassName
{
border-color: #D320F1;
}
</style>