Shades of Psychedelic Purple #D71BF5
Tints of Psychedelic Purple #D71BF5
RGB
CMYK
RGB Variations
Color information
#D71BF5 (or 0xD71BF5) is known color: Psychedelic Purple. HEX triplet: D7, 1B and F5. RGB value is (215,27,245). Sum of RGB (Red+Green+Blue) = 215+27+245=487 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.15% from 487); Green value is 27 (10.94% from 255 or 5.54% from 487); Blue value is 245 (96.09% from 255 or 50.31% from 487); Max value from RGB is 245 - color contains mainly: blue. Hex color #D71BF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D71BF5 is #28E40A. Grayscale: #6B6B6B. Windows color (decimal): -2679819 or 16063447. OLE color: 16063447.
HSL color Cylindrical-coordinate representation of color #D71BF5: hue angle of 291.74º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D71BF5 is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 215 | 27 | 245 | - |
| CMYK | 0.12 | 0.89 | 0 | 0.04 |
| HSL | 291.74º | 0.92% | 0.53% | - |
| HSV(B) | 291.74º | 0.89% | 0.96% | - |
| XYZ | 44.9 | 21.82 | 88.23 | - |
| YUV | 108.06 | 205.28 | 204.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 27 | 245 | 0.12 | 0.89 | 0 | 0.04 | 291.74 | 0.92 | 0.53 |
| Hex | D7 | 1B | F5 | C | 59 | 0 | 4 | 124 | 5C | 35 |
| Octal | 327 | 33 | 365 | 14 | 131 | 0 | 4 | 444 | 134 | 65 |
| Binary | 11010111 | 11011 | 11110101 | 1100 | 1011001 | 0 | 100 | 100100100 | 1011100 | 110101 |
Color Harmonies of #D71BF5
Complementary color
Monochromatic Colors of #D71BF5
Black with #D71BF5
Text Example
Text Example
White with #D71BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71BF5; }
p { color: rgb(215,27,245); }
H1.HeaderClassName
{
color: #D71BF5;
}
.AnyTagClassName
{
color: #D71BF5;
}
</style>
background-color css
<style>
a { background-color: #D71BF5; }
a { background-color: rgb(215,27,245); }
div.DivClassName
{
background-color: #D71BF5;
}
.BgClassName
{
background-color: #D71BF5;
}
</style>
border-color css
<style>
span { border-color: #D71BF5; }
span { border-color: rgb(215,27,245); }
td.TdClassName
{
border-color: #D71BF5;
}
.TagClassName
{
border-color: #D71BF5;
}
</style>