Shades of Psychedelic Purple #D71DF2
Tints of Psychedelic Purple #D71DF2
RGB
CMYK
RGB Variations
Color information
#D71DF2 (or 0xD71DF2) is known color: Psychedelic Purple. HEX triplet: D7, 1D and F2. RGB value is (215,29,242). Sum of RGB (Red+Green+Blue) = 215+29+242=486 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.24% from 486); Green value is 29 (11.72% from 255 or 5.97% from 486); Blue value is 242 (94.92% from 255 or 49.79% from 486); Max value from RGB is 242 - color contains mainly: blue. Hex color #D71DF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D71DF2 is #28E20D. Grayscale: #6C6C6C. Windows color (decimal): -2679310 or 15867351. OLE color: 15867351.
HSL color Cylindrical-coordinate representation of color #D71DF2: hue angle of 292.39º degrees, saturation: 0.89, 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 #D71DF2 is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 29 | 242 | - |
| CMYK | 0.11 | 0.88 | 0 | 0.05 |
| HSL | 292.39º | 0.89% | 0.53% | - |
| HSV(B) | 292.39º | 0.88% | 0.95% | - |
| XYZ | 44.49 | 21.74 | 85.86 | - |
| YUV | 108.9 | 203.12 | 203.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 29 | 242 | 0.11 | 0.88 | 0 | 0.05 | 292.39 | 0.89 | 0.53 |
| Hex | D7 | 1D | F2 | B | 58 | 0 | 5 | 124 | 59 | 35 |
| Octal | 327 | 35 | 362 | 13 | 130 | 0 | 5 | 444 | 131 | 65 |
| Binary | 11010111 | 11101 | 11110010 | 1011 | 1011000 | 0 | 101 | 100100100 | 1011001 | 110101 |
Color Harmonies of #D71DF2
Complementary color
Monochromatic Colors of #D71DF2
Black with #D71DF2
Text Example
Text Example
White with #D71DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71DF2; }
p { color: rgb(215,29,242); }
H1.HeaderClassName
{
color: #D71DF2;
}
.AnyTagClassName
{
color: #D71DF2;
}
</style>
background-color css
<style>
a { background-color: #D71DF2; }
a { background-color: rgb(215,29,242); }
div.DivClassName
{
background-color: #D71DF2;
}
.BgClassName
{
background-color: #D71DF2;
}
</style>
border-color css
<style>
span { border-color: #D71DF2; }
span { border-color: rgb(215,29,242); }
td.TdClassName
{
border-color: #D71DF2;
}
.TagClassName
{
border-color: #D71DF2;
}
</style>