Shades of Psychedelic Purple #D31CF1
Tints of Psychedelic Purple #D31CF1
RGB
CMYK
RGB Variations
Color information
#D31CF1 (or 0xD31CF1) is known color: Psychedelic Purple. HEX triplet: D3, 1C and F1. RGB value is (211,28,241). Sum of RGB (Red+Green+Blue) = 211+28+241=480 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.96% from 480); Green value is 28 (11.33% from 255 or 5.83% from 480); Blue value is 241 (94.53% from 255 or 50.21% from 480); Max value from RGB is 241 - color contains mainly: blue. Hex color #D31CF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D31CF1 is #2CE30E. Grayscale: #6A6A6A. Windows color (decimal): -2941711 or 15801555. OLE color: 15801555.
HSL color Cylindrical-coordinate representation of color #D31CF1: hue angle of 291.55º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D31CF1 is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 28 | 241 | - |
| CMYK | 0.12 | 0.88 | 0 | 0.05 |
| HSL | 291.55º | 0.88% | 0.53% | - |
| HSV(B) | 291.55º | 0.88% | 0.95% | - |
| XYZ | 43.16 | 21.03 | 85 | - |
| YUV | 107 | 203.63 | 202.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 28 | 241 | 0.12 | 0.88 | 0 | 0.05 | 291.55 | 0.88 | 0.53 |
| Hex | D3 | 1C | F1 | C | 58 | 0 | 5 | 124 | 58 | 35 |
| Octal | 323 | 34 | 361 | 14 | 130 | 0 | 5 | 444 | 130 | 65 |
| Binary | 11010011 | 11100 | 11110001 | 1100 | 1011000 | 0 | 101 | 100100100 | 1011000 | 110101 |
Color Harmonies of #D31CF1
Complementary color
Monochromatic Colors of #D31CF1
Black with #D31CF1
Text Example
Text Example
White with #D31CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31CF1; }
p { color: rgb(211,28,241); }
H1.HeaderClassName
{
color: #D31CF1;
}
.AnyTagClassName
{
color: #D31CF1;
}
</style>
background-color css
<style>
a { background-color: #D31CF1; }
a { background-color: rgb(211,28,241); }
div.DivClassName
{
background-color: #D31CF1;
}
.BgClassName
{
background-color: #D31CF1;
}
</style>
border-color css
<style>
span { border-color: #D31CF1; }
span { border-color: rgb(211,28,241); }
td.TdClassName
{
border-color: #D31CF1;
}
.TagClassName
{
border-color: #D31CF1;
}
</style>