Shades of Psychedelic Purple #D71CF8
Tints of Psychedelic Purple #D71CF8
RGB
CMYK
RGB Variations
Color information
#D71CF8 (or 0xD71CF8) is known color: Psychedelic Purple. HEX triplet: D7, 1C and F8. RGB value is (215,28,248). Sum of RGB (Red+Green+Blue) = 215+28+248=491 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.79% from 491); Green value is 28 (11.33% from 255 or 5.70% from 491); Blue value is 248 (97.27% from 255 or 50.51% from 491); Max value from RGB is 248 - color contains mainly: blue. Hex color #D71CF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D71CF8 is #28E307. Grayscale: #6C6C6C. Windows color (decimal): -2679560 or 16260311. OLE color: 16260311.
HSL color Cylindrical-coordinate representation of color #D71CF8: hue angle of 291º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D71CF8 is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 215 | 28 | 248 | - |
| CMYK | 0.13 | 0.89 | 0 | 0.03 |
| HSL | 291º | 0.94% | 0.54% | - |
| HSV(B) | 291º | 0.89% | 0.97% | - |
| XYZ | 45.38 | 22.05 | 90.67 | - |
| YUV | 108.99 | 206.45 | 203.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 28 | 248 | 0.13 | 0.89 | 0 | 0.03 | 291 | 0.94 | 0.54 |
| Hex | D7 | 1C | F8 | D | 59 | 0 | 3 | 123 | 5E | 36 |
| Octal | 327 | 34 | 370 | 15 | 131 | 0 | 3 | 443 | 136 | 66 |
| Binary | 11010111 | 11100 | 11111000 | 1101 | 1011001 | 0 | 11 | 100100011 | 1011110 | 110110 |
Color Harmonies of #D71CF8
Complementary color
Monochromatic Colors of #D71CF8
Black with #D71CF8
Text Example
Text Example
White with #D71CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71CF8; }
p { color: rgb(215,28,248); }
H1.HeaderClassName
{
color: #D71CF8;
}
.AnyTagClassName
{
color: #D71CF8;
}
</style>
background-color css
<style>
a { background-color: #D71CF8; }
a { background-color: rgb(215,28,248); }
div.DivClassName
{
background-color: #D71CF8;
}
.BgClassName
{
background-color: #D71CF8;
}
</style>
border-color css
<style>
span { border-color: #D71CF8; }
span { border-color: rgb(215,28,248); }
td.TdClassName
{
border-color: #D71CF8;
}
.TagClassName
{
border-color: #D71CF8;
}
</style>